|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.spardat.xma.mdl.ValidationErrorClient
An object of this class indicates that the value provided by the user in a particular SimpleWM is not an accepted input.
| Constructor Summary | |
ValidationErrorClient(WModel wModel,
java.lang.Object control,
java.lang.String label,
at.spardat.enterprise.fmt.AParseException ex)
Constructor. |
|
| Method Summary | |
java.lang.Object |
getControl()
Returns the control which is in error. |
java.lang.String |
getErrorText(java.util.Locale l)
Returns an internationalized error message of the defect. |
WModel |
getWModel()
Returns the widget model whose UI is in error. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ValidationErrorClient(WModel wModel,
java.lang.Object control,
java.lang.String label,
at.spardat.enterprise.fmt.AParseException ex)
wModel - the WModel whose UI is in errorcontrol - the UI control, e.g., a SWT controllabel - text describing the label of a control; may be null;ex - an exception indicating the reason of the error| Method Detail |
public java.lang.Object getControl()
public WModel getWModel()
public java.lang.String getErrorText(java.util.Locale l)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||