public interface IControlValidationResult
Control in the z/Server settings dialog.
Copyright Micro Focus GmbH.
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.swt.widgets.Control |
getControl()
This method should return the
Control which validation was not
valid. |
java.lang.String |
getMessage()
This method should return the message to the corresponding
Control that did not pass the validation. |
org.eclipse.swt.widgets.Control getControl()
Control which validation was not
valid. The getMessage() method should return the corresponding
error message for this Control which is going to be showed in the
z/Server settings dialog.Control which did not pass the validation.java.lang.String getMessage()
Control that did not pass the validation. The message is going to
be shown in the z/Server settings dialog.Control that did not pass
the validation.Copyright © 2015 Micro Focus GmbH. All rights reserved.