|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The interface for all DialogPages.
| Method Summary | |
void |
clearInfo(org.eclipse.swt.widgets.Widget widget)
Removes the info for the given widget. |
void |
clearValidationErrorImpl(org.eclipse.swt.widgets.Widget widget)
Removes a validation error for a particular widget. |
void |
clearWarning(org.eclipse.swt.widgets.Widget widget)
Removes the warning for the given widget. |
boolean |
hasValidationError(org.eclipse.swt.widgets.Widget widget)
Determines if a validation error currently exists for a given widget. |
void |
overrideErrorsFromModel()
Resets all widgets containing values with validation errors to their valid value from the model. |
void |
setFocus(org.eclipse.swt.widgets.Control control)
Sets the focus to the given control. |
void |
setInfo(org.eclipse.swt.widgets.Widget widget,
java.lang.String infoText)
Sets an info for the given widget. |
void |
setValidationErrorImpl(org.eclipse.swt.widgets.Widget widget,
java.lang.String errorText)
Sets a validation error for a particular widget. |
void |
setWarning(org.eclipse.swt.widgets.Widget widget,
java.lang.String warningText)
Sets an warning for the given widget. |
| Methods inherited from interface at.spardat.xma.boot.component.IDialog |
clearError, closeCancel, closeOK, getErrorCount, getFocusControl, getShell, setError, setFocusControl, updateErrorStatus |
| Methods inherited from interface at.spardat.xma.boot.component.IXMAControl |
createComposite, enterBase, getComposite, initGUI, leaveBase, removeModel, removeWidgetsBase, stateChangedBase |
| Methods inherited from interface at.spardat.xma.page.IEmbeddable |
determineStateBase, getContextString, getDialog, setDialog, setEventsEnabled, stateChangedBaseImpl, stateChangedExtend |
| Method Detail |
public void setFocus(org.eclipse.swt.widgets.Control control)
control - the Control to set the focus to.public void clearValidationErrorImpl(org.eclipse.swt.widgets.Widget widget)
widget - the widget where to clear the error state.
public void setValidationErrorImpl(org.eclipse.swt.widgets.Widget widget,
java.lang.String errorText)
widget - the widget where the error occurederrorText - indicates the errorpublic void overrideErrorsFromModel()
public boolean hasValidationError(org.eclipse.swt.widgets.Widget widget)
widget - to search for validation errors
public void setWarning(org.eclipse.swt.widgets.Widget widget,
java.lang.String warningText)
IDialog.setError(Widget, String)
widget - the widget the warning is associated with. Null is allowed.warningText - indicates the warningpublic void clearWarning(org.eclipse.swt.widgets.Widget widget)
widget - the widget where to clear the warning.
public void setInfo(org.eclipse.swt.widgets.Widget widget,
java.lang.String infoText)
setWarning(Widget, String)
widget - the widget the info is associated with. Null is allowed.infoText - indicates the infopublic void clearInfo(org.eclipse.swt.widgets.Widget widget)
widget - the widget where to clear the info.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||