Uses of Class
org.bounce.FormConstraints

Packages that use FormConstraints
org.bounce   
 

Uses of FormConstraints in org.bounce
 

Fields in org.bounce declared as FormConstraints
static FormConstraints FormLayout.FULL
          A constraint that allows the component to use the total width of the form.
static FormConstraints FormLayout.FULL_FILL
          A constraint that allows the component to use the total width of the form and resizes the component to fill the whole width.
static FormConstraints FormLayout.LEFT
          A constraint that adds the component to the left side of the form.
static FormConstraints FormLayout.RIGHT
          A constraint that adds the component to the right side of the form.
static FormConstraints FormLayout.RIGHT_FILL
          A constraint that adds the component to the right side of the form and resizes the component to fill the whole available width.
 

Constructors in org.bounce with parameters of type FormConstraints
FormConstraints(FormConstraints constraint)
          Constructs a FormConstraint which copies its values from the constraint supplied.
 



Copyright © 2002-2011 Edwin Dankert. All Rights Reserved.