Public Member Functions | |
__construct ($controllerId, $moduleId, Group $model, $activeActionElementType) | |
isUniqueToAPage () | |
![]() | |
getTitle () | |
resolveViewAndMetadataValueByName ($name) | |
![]() | |
resolveEvaluateSubString (&$element, $key) | |
![]() | |
isUniqueToAPage () | |
render () | |
setCssClasses (array $classes) | |
getCssClasses () | |
getTitle () | |
getPostTruncatedTitleContent () | |
Static Public Member Functions | |
static | getDefaultMetadata () |
![]() | |
static | getMetadata (User $user=null) |
static | setMetadata (array $metadata, User $user=null) |
![]() | |
static | getMetadata () |
static | getDefaultMetadata () |
static | getDesignerRulesType () |
static | getModelForMetadataClassName () |
Protected Member Functions | |
renderContent () | |
resolveActionElementInformationDuringRender (&$elementInformation) | |
shouldRenderToolBarElement ($element, $elementInformation) | |
![]() | |
resolveAndWrapDockableViewToolbarContent ($content) | |
renderViewToolBar ($renderInForm=true) | |
renderActionElementBar ($renderedInForm) | |
renderSecondActionElementBar ($renderedInForm) | |
renderElementBar ($renderedInForm, $barType) | |
resolveMassActionLinkActionElementDuringRender ($elementClassName, &$element, &$dropDownItems, &$dropDownItemHtmlOptions) | |
resolveActionElementInformationDuringRender (&$elementInformation) | |
shouldRenderToolBarElement ($element, $elementInformation) | |
renderWrapperAndActionElementMenu ($title=null, $toolbar= 'toolbar') | |
renderActionElementMenu ($title=null, $toolbar= 'toolbar') | |
![]() | |
resolveDefaultClasses () | |
renderContainerWrapperId () | |
getContainerWrapperTag () | |
getId () | |
renderContent () | |
getViewStyle () | |
renderTitleContent () | |
resolveCustomViewTemplateFileName ($theme, $view) | |
Protected Attributes | |
$controllerId | |
$moduleId | |
$model | |
$activeActionElementType | |
![]() | |
$editableDesignerMetadata = false | |
$disableFloatOnToolbar = false | |
$modelId | |
![]() | |
$cssClasses = array() | |
$title | |
$makeDefaultClassesFromClassHeirarchy = true | |
Additional Inherited Members | |
![]() | |
static | assertMetadataIsValid (array $metadata) |
static | resolveMetadataClassNameToUse () |
![]() | |
static | getOptionsMenuCssClass () |
Renders an action bar specifically for the search and listview.
Definition at line 40 of file ActionBarForGroupEditAndDetailsView.php.
__construct | ( | $controllerId, | |
$moduleId, | |||
Group | $model, | ||
$activeActionElementType | |||
) |
string | $controllerId | |
string | $moduleId | |
Group | $model | |
string | $activeActionElementType |
Definition at line 56 of file ActionBarForGroupEditAndDetailsView.php.
|
protected |
Override to check for different scenarios depending on if the group is special or not. Everyone and SuperAdministrators are special groups for example. Checks for $elementInformation['resolveToDisplay'] to be present and if it is, will run the resolveName as a function on the group model.
Definition at line 140 of file ActionBarForGroupEditAndDetailsView.php.