Package lumis.content.control.autolayout
Class AutoLayoutContentAdministrationListControl
- java.lang.Object
-
- lumis.doui.control.Control
-
- lumis.doui.control.SourceBoundControl<Source<?>>
-
- lumis.doui.control.autolayout.AutoLayoutAdministrationListControl
-
- lumis.content.control.autolayout.AutoLayoutContentAdministrationListControl
-
- All Implemented Interfaces:
VariableResolver
,IControl
public class AutoLayoutContentAdministrationListControl extends AutoLayoutAdministrationListControl
Auto layout control for rendering a content administration list. This control renders interface header, administration buttons, and an administration list control. This control is suitable for use with content sources.
By default this control renders the following sub controls.<control type="lum_form"> <control type="lum_interfaceHeader" /> <control type="lum_autoAdminListButtons"/> <control type="lum_adminList" id="adminList" dataId="primaryKeyFieldId" />
Example use:- Since:
- 4.0.0
- Version:
- $Revision: 20877 $ $Date: 2018-01-09 11:44:08 -0200 (Tue, 09 Jan 2018) $
- See Also:
AutoContentAdministrationListButtonsControl
,InterfaceHeaderControl
,AdministrationListControl
,AutoLayoutAdministrationListControl
-
-
Field Summary
-
Fields inherited from class lumis.doui.control.Control
childControls, controlContainer, controlDefinitionNode, controlResource, douiContext, hasValidatorSubControls, isValid, locale, ON_EVENT_CLOSE_WINDOW, ON_EVENT_LINK, ON_EVENT_POPUP_LINK_OR_RUNTIME_INTERFACE, ON_EVENT_POPUP_RUNTIME_INTERFACE, ON_EVENT_PROCESS_ACTION, ON_EVENT_RENDER_ACTION, ON_EVENT_REPLACE_INTERFACE, ON_EVENT_SCRIPT, ON_EVENT_VALIDATE, onEventScripts, PARAMETER_TYPE_FIRST_SELECTED, PARAMETER_TYPE_GET_VALUE, parentControl, resources, type, VALIDATION_SELECTED_MANY, VALIDATION_SELECTED_ONE
-
-
Constructor Summary
Constructors Constructor Description AutoLayoutContentAdministrationListControl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getAdminListButtonsControl()
-
Methods inherited from class lumis.doui.control.autolayout.AutoLayoutAdministrationListControl
buildSubControls, generateControlIdPrefix, getAdminListControl
-
Methods inherited from class lumis.doui.control.SourceBoundControl
getRuntimeDefaultSource, getSource, getSourceContext
-
Methods inherited from class lumis.doui.control.Control
appendSubControl, appendSubControls, applyOnEventScripts, convertToStandardValue, createContainer, disconnect, fixedIdentifierRequired, generateControlId, getAdditionalParameters, getAdditionalParameters, getAncestor, getChildControls, getClientEventHandlerScript, getControlResource, getId, getLocale, getName, getNamespace, getParentControl, getPrepareForReadScript, getRenderData, getResources, getScriptActionValidation, getStringsToLocalize, getType, getValidationScript, getWindowProperties, getWindowProperties, init, isRequired, isValid, localize, localizeStrings, processCustomTags, registerOnEventScript, removeChild, removeChildren, resolveVariable, setName, setRenderData, setRuntimeAttributes, setValid
-
-
-
-
Method Detail
-
getAdminListButtonsControl
protected String getAdminListButtonsControl() throws PortalException
- Overrides:
getAdminListButtonsControl
in classAutoLayoutAdministrationListControl
- Throws:
PortalException
-
-