Uses of Class
net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Packages that use FormValidationMessageFormat Package Description net.sf.jguiraffe.gui.builder.window.ctrl This package contains classes and interfaces for the implementation of form controllers. -
-
Uses of FormValidationMessageFormat in net.sf.jguiraffe.gui.builder.window.ctrl
Methods in net.sf.jguiraffe.gui.builder.window.ctrl that return FormValidationMessageFormat Modifier and Type Method Description protected FormValidationMessageFormat
FormController. fetchValidationMessageFormat()
Obtains theFormValidationMessageFormat
object to be used.FormValidationMessageFormat
FormController. getValidationMessageFormat()
Returns theFormValidationMessageFormat
object to be used by this controller.Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type FormValidationMessageFormat Modifier and Type Method Description void
FormController. setValidationMessageFormat(FormValidationMessageFormat validationMessageFormat)
Sets theFormValidationMessageFormat
object to be used by this controller.Constructors in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type FormValidationMessageFormat Constructor Description ToolTipFieldMarker(FormValidationMessageFormat messageFormat)
Creates a new instance ofToolTipFieldMarker
and initializes it with the givenFormValidationMessageFormat
object.
-