Uses of Interface
net.sf.jguiraffe.gui.builder.window.ctrl.FieldMarker

Packages that use FieldMarker
net.sf.jguiraffe.gui.builder.window.ctrl This package contains classes and interfaces for the implementation of form controllers
 

Uses of FieldMarker in net.sf.jguiraffe.gui.builder.window.ctrl
 

Classes in net.sf.jguiraffe.gui.builder.window.ctrl that implement FieldMarker
 class ColorFieldMarker
           A specialized implementation of the FieldMarker interface that uses different colors for marking invalid fields.
 

Methods in net.sf.jguiraffe.gui.builder.window.ctrl that return FieldMarker
 FieldMarker FormController.getFieldMarker()
          Returns the FieldMarker.
 

Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type FieldMarker
 void FormController.setFieldMarker(FieldMarker fieldMarker)
          Sets the FieldMarker.
protected  void FormController.updateFieldMarker(FieldMarker marker, FormValidatorResults results)
          Notifies the FieldMarker about changes in the validation status of the form fields.
 



Copyright © 2009 The JGUIraffe Team. All Rights Reserved.