|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="6.2", sinceVersion="4.0") public interface IDataBoundControl
Interface para controls que são associado ao um ou mais sources.
Method Summary | |
---|---|
String |
getDataId()
Returns the fieldId of the source that the data bound control is associated to |
String |
getFieldName()
Returns the field name that the data control is associated to. |
Source |
getSource()
Returns the source object that the current control is associated to |
void |
setReload(boolean reload)
Sets the reload flag in the control. |
Methods inherited from interface lumis.doui.control.IDataControl |
---|
getConverter, getProcessActionIds, getValue, getValue, loadFromRequest, setProcessActionHandlerParameters, setValue |
Methods inherited from interface lumis.doui.control.IControl |
---|
buildSubControls, createContainer, disconnect, getChildControls, getControlResource, getId, getParentControl, getPrepareForReadScript, getRenderData, getResources, getType, init, isValid, registerOnEventScript, removeChild, removeChildren, setRenderData, setRuntimeAttributes, setValid |
Method Detail |
---|
String getDataId() throws PortalException
PortalException
Source getSource() throws PortalException
PortalException
String getFieldName() throws PortalException
PortalException
void setReload(boolean reload) throws PortalException
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |