Package | Description |
---|---|
psdi.webclient.controls | |
psdi.webclient.system.controller |
Modifier and Type | Method and Description |
---|---|
void |
Table.childHasError(BoundComponentInstance childWithError,
SetValueError newError) |
Modifier and Type | Class and Description |
---|---|
class |
SmartFillError |
Modifier and Type | Method and Description |
---|---|
SetValueError |
BoundComponentInstance.getCurrentError()
Returns the current SetValueError for this BoundComponent.
|
SetValueError |
BoundComponentInstance.getErrorForRow(int row)
Return the error level for the error assiciated with the passed in row.
|
SetValueError |
AppInstance.getErrorFromMasterList(ApplicationError appError)
Returns the SetValueError associated with the ApplicationError that is passed in.
|
Modifier and Type | Method and Description |
---|---|
void |
AppInstance.addErrorToMasterList(SetValueError setValueError)
Adds the error to the appinstance's master list of errors
|
void |
BoundComponentInstance.addSetValueError(SetValueError error)
Adds the SetValueError to the components error list and also bubbles the error
up thru the parent container controls.
|
boolean |
SetValueError.boundToSameMbo(SetValueError newError)
Returns true if the error passed in is bound to the same Mbo as this SetValueError
|
void |
ControlInstance.childHasError(BoundComponentInstance childWIthError,
SetValueError newError) |
void |
AppInstance.removeErrorFromMasterList(SetValueError setValueError)
Removes the SetValueError from the AppInstances list of errors
from the master list of errors.
|