Methods summary
Modifier and Type | Method |
---|---|
public | __construct ( string label , array panelConfigs , ToManyEiField toManyEiField , EiFrame targetEiFrame , bool compact , GuiFieldEditable editable = null ) |
public boolean | isReadOnly ( ) |
public string|null | getDisplayItemType ( ) |
public PanelConfig [] | getPanelConfigs ( ) |
public string | getUiOutputLabel ( ) |
public array | getOutputHtmlContainerAttrs ( ) |
public mixed | createOutputUiComponent ( HtmlView view ) |
public | createCompactOutputUiComponent ( HtmlView view ) |
public GuiFieldEditable | getEditable ( ) |
Methods in detail
-
__construct
public __construct ( string label , array panelConfigs , ToManyEiField toManyEiField , EiFrame targetEiFrame , bool compact , GuiFieldEditable editable = null ) -
isReadOnly
boolean public isReadOnly ( )Specified: GuiFieldOverrides: GuiField::isReadOnly() -
getDisplayItemType
string|null public getDisplayItemType ( )Specified: DisplayableOverrides: Displayable::getDisplayItemType() -
getPanelConfigs
PanelConfig public getPanelConfigs ( )return
-
getUiOutputLabel
string public getUiOutputLabel ( )Specified: DisplayableOverrides: Displayable::getUiOutputLabel() -
getOutputHtmlContainerAttrs
array public getOutputHtmlContainerAttrs ( )Specified: DisplayableOverrides: Displayable::getOutputHtmlContainerAttrs() -
createOutputUiComponent
Specified: DisplayableOverrides: Displayable::createOutputUiComponent() -
createCompactOutputUiComponent
-
getEditable
GuiFieldEditable public getEditable ( )see
return
throws
Specified: GuiFieldOverrides: GuiField::getEditable()
param