Package | Description |
---|---|
net.sf.jguiraffe.gui.builder.window.ctrl |
This package contains classes and interfaces for the implementation of form
controllers.
|
Modifier and Type | Method and Description |
---|---|
protected FormValidationMessageFormat |
FormController.fetchValidationMessageFormat()
Obtains the
FormValidationMessageFormat object to be used. |
FormValidationMessageFormat |
FormController.getValidationMessageFormat()
Returns the
FormValidationMessageFormat object to be used
by this controller. |
Modifier and Type | Method and Description |
---|---|
void |
FormController.setValidationMessageFormat(FormValidationMessageFormat validationMessageFormat)
Sets the
FormValidationMessageFormat object to be used by
this controller. |
Constructor and Description |
---|
ToolTipFieldMarker(FormValidationMessageFormat messageFormat)
Creates a new instance of
ToolTipFieldMarker and initializes it
with the given FormValidationMessageFormat object. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.