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 FormValidationMessageFormatFormController. fetchValidationMessageFormat()Obtains theFormValidationMessageFormatobject to be used.FormValidationMessageFormatFormController. getValidationMessageFormat()Returns theFormValidationMessageFormatobject 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 voidFormController. setValidationMessageFormat(FormValidationMessageFormat validationMessageFormat)Sets theFormValidationMessageFormatobject 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 ofToolTipFieldMarkerand initializes it with the givenFormValidationMessageFormatobject.
-