Protected Member Functions | |
makeMetadata () | |
renderEditable () | |
renderControlEditable () | |
resolveScriptContent ($onChangeScript, $dependencyData) | |
getDependencyManagerScriptObjectName () | |
getDependencyManagerScriptSuffix () | |
getDependencyManagerResolveScriptCall () | |
renderNonEditable () | |
renderControlNonEditable () | |
renderLabel () | |
renderError () | |
getEditableTemplate () | |
getNonEditableTemplate () | |
![]() | |
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 | resolveDependencyData ($inputId, $parentInputId, $mappingData, $position, $existingValue, $parentAttributeLabel) |
Protected Attributes | |
$dropDownDependencyDerivedAttributeMetadata | |
![]() | |
$model | |
$attribute | |
$form | |
Additional Inherited Members | |
![]() | |
__construct ($model, $attribute, $form=null, array $params=array()) | |
render () | |
getEditableNameIds () | |
getAttribute () | |
renderAsControlNonEditable () | |
![]() | |
static | getDisplayName () |
static | isReadOnly () |
static | resolveInputNameForEditableInput ($attributeName) |
static | resolveInputNamePrefixIntoString ($inputNamePrefix) |
static | resolveInputIdPrefixIntoString ($inputIdPrefix) |
![]() | |
$params | |
$editableTemplate = '<th>{label}</th><td colspan="{colspan}">{content}{error}</td>' | |
$nonEditableTemplate = '<th>{label}</th><td colspan="{colspan}">{content}</td>' | |
Element to render a collection of dropdown elements that are connected together. This element renders a dropDown dependency derived attribute.
Definition at line 41 of file DropDownDependencyElement.php.
|
protected |
(non-PHPdoc)
Definition at line 62 of file DropDownDependencyElement.php.
|
protected |
(non-PHPdoc)
Definition at line 72 of file DropDownDependencyElement.php.
|
protected |
(non-PHPdoc)
Definition at line 189 of file DropDownDependencyElement.php.
|
protected |
(non-PHPdoc)
Definition at line 199 of file DropDownDependencyElement.php.
|
protected |
(non-PHPdoc)
Definition at line 222 of file DropDownDependencyElement.php.
|
protected |
(non-PHPdoc)
Definition at line 236 of file DropDownDependencyElement.php.