Static Public Member Functions | |
static | getModelAttributeNames () |
static | getDisplayName () |
![]() | |
static | getDisplayName () |
static | isReadOnly () |
static | resolveInputNameForEditableInput ($attributeName) |
static | resolveInputNamePrefixIntoString ($inputNamePrefix) |
static | resolveInputIdPrefixIntoString ($inputIdPrefix) |
Protected Member Functions | |
renderControlEditable () | |
renderControlNonEditable () | |
renderError () | |
assertModelIsValid () | |
getAttributeName () | |
renderLabel () | |
getFormattedAttributeLabel () | |
getUserModel () | |
![]() | |
renderLabel () | |
resolveIdForLabel () | |
getFormattedAttributeLabel () | |
resolveNonActiveFormFormattedLabel ($label) | |
renderError () | |
renderScopedErrorId ($inputNameIdPrefix, $attribute) | |
renderEditable () | |
renderNonEditable () | |
renderControlEditable () | |
renderControlNonEditable () | |
getColumnSpan () | |
getDisabledValue () | |
getHtmlOptions () | |
resolveContentTemplate ($template, $data) | |
getEditableInputId ($attributeName=null, $relationAttributeName=null) | |
getEditableInputName ($attributeName=null, $relationAttributeName=null) | |
resolveInputPrefix () | |
resolveInputIdPrefix () | |
resolveInputNamePrefix () | |
getListViewGridId () | |
Static Protected Member Functions | |
static | renderTooltipContent () |
Additional Inherited Members | |
![]() | |
__construct ($model, $attribute, $form=null, array $params=array()) | |
render () | |
getEditableNameIds () | |
getAttribute () | |
renderAsControlNonEditable () | |
![]() | |
$params | |
$editableTemplate = '<th>{label}</th><td colspan="{colspan}">{content}{error}</td>' | |
$nonEditableTemplate = '<th>{label}</th><td colspan="{colspan}">{content}</td>' | |
![]() | |
$model | |
$attribute | |
$form | |
Pass null for the attribute since the expected attribute name is UserStatus and the userStatus object is created on the fly based on the user's explicit rights.
Definition at line 41 of file DerivedUserStatusElement.php.
|
protected |
Renders the editable dropdown content.
Definition at line 53 of file DerivedUserStatusElement.php.
|
static |
Method required by interface. Returns empty array since there are no real model atttribute names for this element.
Implements DerivedElementInterface.
Definition at line 117 of file DerivedUserStatusElement.php.