Package | Description |
---|---|
org.bounce |
Modifier and Type | Field and Description |
---|---|
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.
|
Constructor and Description |
---|
FormConstraints(FormConstraints constraint)
Constructs a FormConstraint which copies its values
from the constraint supplied.
|
Copyright © 2002-2013 Edwin Dankert. All Rights Reserved.