|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.doui.control.Control
lumis.doui.control.DataControl
lumis.doui.control.DataBoundControl<S>
lumis.doui.control.autolayout.AutoLayoutPropertyPageControl
lumis.content.control.autolayout.AutoLayoutContentPropertyPageControl
public class AutoLayoutContentPropertyPageControl
Renders a property page control with the visible source fields as label: input control pairs. In addition the metadata information is rendered below the source fields.
This control generates sub-controls in the following layout
<control type="lum_form"> <control type="lum_propertyPage"> <control type="lum_filters" id="" + getId() + ".lumFilters" /> <control type="lum_controlGroup" title="" + localize("STR_BASIC_INFORMATION") + ""> <control type="lum_autoLayoutFields" id="" + getId() + "_Fields" /> </control> <control type="lum_autoLayoutMetaDataInformation" /> </control> </control>
PropertyPageControl
,
AutoLayoutPropertyPageControl
Field Summary |
---|
Fields inherited from class lumis.doui.control.DataControl |
---|
FORCE_CASE_LOWER, FORCE_CASE_NONE, FORCE_CASE_UPPER, forceCase, requestParameterName, UNKNOWN_DATA_TYPE, value, valuePreviouslySet |
Constructor Summary | |
---|---|
AutoLayoutContentPropertyPageControl()
|
Method Summary | |
---|---|
protected void |
addAutoLayoutFields(java.lang.StringBuilder subControls)
|
protected void |
addPropertyPageSubControls(java.lang.StringBuilder subControls)
|
Methods inherited from class lumis.doui.control.autolayout.AutoLayoutPropertyPageControl |
---|
addPropertyPageControl, buildSubControls, generateControlId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface lumis.doui.control.IDataControl |
---|
getConverter, getProcessActionIds, getValue, getValue, setProcessActionHandlerParameters, setValue |
Methods inherited from interface lumis.doui.control.IControl |
---|
createContainer, disconnect, getChildControls, getControlResource, getId, getParentControl, getPrepareForReadScript, getRenderData, getResources, getType, isValid, registerOnEventScript, removeChild, removeChildren, setRuntimeAttributes |
Methods inherited from interface lumis.doui.render.IRenderer |
---|
getResources, getSourceContext |
Constructor Detail |
---|
public AutoLayoutContentPropertyPageControl()
Method Detail |
---|
protected void addPropertyPageSubControls(java.lang.StringBuilder subControls) throws PortalException
addPropertyPageSubControls
in class AutoLayoutPropertyPageControl
PortalException
protected void addAutoLayoutFields(java.lang.StringBuilder subControls) throws PortalException
addAutoLayoutFields
in class AutoLayoutPropertyPageControl
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |