@StableMinor(version="12.5", sinceVersion="4.0") public interface IDataControl extends IControl
Modifier and Type | Method and Description |
---|---|
IConverter |
getConverter()
Returns the converter that is able to convert this control's value.
|
Set<String> |
getProcessActionIds()
Returns the process action identifiers for which this control sets parameters to.
|
IDataControlRequestHelpDefinition |
getRequestHelpDefinition()
Returns the request parameters help definition.
|
Object |
getValue() |
<T> T |
getValue(Class<T> expectedClass) |
void |
loadFromRequest() |
void |
setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
Sets the control parameters for the process action handler.
|
void |
setValue(Object value) |
buildSubControls, createContainer, disconnect, getChildControls, getControlResource, getId, getName, getParentControl, getPrepareForReadScript, getRenderData, getResources, getType, init, isValid, registerOnEventScript, removeChild, removeChildren, setRenderData, setRuntimeAttributes, setValid
void loadFromRequest() throws PortalException
PortalException
Object getValue() throws PortalException
PortalException
<T> T getValue(Class<T> expectedClass) throws PortalException
PortalException
void setValue(Object value) throws PortalException
PortalException
Set<String> getProcessActionIds() throws PortalException
PortalException
void setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) throws PortalException
processActionHandler
- PortalException
IConverter getConverter() throws PortalException
PortalException
IDataControlRequestHelpDefinition getRequestHelpDefinition() throws PortalException
PortalException
LumisXP 12.5.0.200928 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.