|
||||||||||
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
lumis.doui.control.inputtext.InputTextControl
lumis.doui.control.inputtext.InputHiddenControl
lumis.service.wiki.ContentIdHolderControl
public class ContentIdHolderControl
Control for holding the wiki article content id value. It priorizes the value loaded from request instead of
priorizing the source value. It is specifically designed for the wiki toolbar, to read the lumItemId
value of the main article from the source, when the lumItemId
is not available at the request.
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 | |
---|---|
ContentIdHolderControl()
|
Method Summary | |
---|---|
protected void |
setValueFromSource(Source source)
Reads the value corresponding to the current control from the control source. |
Methods inherited from class lumis.doui.control.inputtext.InputHiddenControl |
---|
autoAddValidators |
Methods inherited from class lumis.doui.control.inputtext.InputTextControl |
---|
buildSubControls, fixedIdentifierRequired, init, setRenderData |
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.IClientSideReadableControl |
---|
getScriptGetValues, getScriptGetValuesRegistration |
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 ContentIdHolderControl()
Method Detail |
---|
protected void setValueFromSource(Source source) throws PortalException
DataBoundControl
setValueFromSource
in class DataBoundControl
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |