Package | Description |
---|---|
psdi.webclient.controls | |
psdi.webclient.system.controller | |
psdi.webclient.system.erm |
Modifier and Type | Method and Description |
---|---|
void |
TableCol.setAttributeError(UIERMBoundControl boundControl,
ERMAttributeError error) |
void |
Tab.setAttributeError(UIERMBoundControl boundControl,
ERMAttributeError attributeError) |
void |
TableCol.setErrorFocusOnControl(UIERMBoundControl ermControl,
int mboIndex) |
Modifier and Type | Method and Description |
---|---|
void |
ControlInstance.setAttributeError(UIERMBoundControl boundControl,
ERMAttributeError error) |
void |
ControlInstance.setErrorFocusOnControl(UIERMBoundControl ermControl,
int mboIndex) |
Modifier and Type | Method and Description |
---|---|
java.util.List<UIERMBoundControl> |
UIERMAttribute.getControls()
Returns a Map contains the ids of the controls bound to this attribute and there BindingDefintions.
|
Modifier and Type | Method and Description |
---|---|
void |
UIERMAttribute.addControl(UIERMBoundControl control)
Adds a control and it's BindingDefinition to the list of controls bound to the attribute.
|