Uses of Interface
org.jtheque.core.utils.ui.constraints.Constraint

Packages that use Constraint
org.jtheque.core.utils.ui.constraints Contains the classes to manage the constraint of the entity. 
 

Uses of Constraint in org.jtheque.core.utils.ui.constraints
 

Classes in org.jtheque.core.utils.ui.constraints that implement Constraint
 class MaxLenghtConstraint
          A constraint to set a max length.
 class NotNullConstraint
          A constraint to indicate that the field cannot be null.
 

Methods in org.jtheque.core.utils.ui.constraints that return Constraint
static Constraint ConstraintManager.getConstraint(java.lang.String fieldName)
          Return the constraint for a specific field.
 

Methods in org.jtheque.core.utils.ui.constraints with parameters of type Constraint
static void ConstraintManager.addConstraint(java.lang.String fieldName, Constraint constraint)
          Add a constraint.
 



Copyright © 2009 JTheque. All Rights Reserved.