|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormLayout.Align | |
|---|---|
| nl.coderight.jazz.form | |
| Uses of FormLayout.Align in nl.coderight.jazz.form |
|---|
| Fields in nl.coderight.jazz.form declared as FormLayout.Align | |
|---|---|
static FormLayout.Align |
FormView.CENTER
|
static FormLayout.Align |
FormView.EAST
|
static FormLayout.Align |
FormView.NORTH
|
static FormLayout.Align |
FormView.SOUTH
|
static FormLayout.Align |
FormView.WEST
|
| Methods in nl.coderight.jazz.form that return FormLayout.Align | |
|---|---|
static FormLayout.Align |
FormLayout.Align.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FormLayout.Align[] |
FormLayout.Align.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in nl.coderight.jazz.form with parameters of type FormLayout.Align | |
|---|---|
FormLayout |
FormLayout.addField(FormField field,
FormLayout.Align align)
|
FormLayout |
FormLayout.addField(FormField field,
FormLayout.Align align,
FormLayout.Resize resize)
|
FormLayout |
FormLayout.addField(FormField field,
FormLayout.Align align,
FormLayout.Resize resize,
int width,
int height)
|
FormLayout |
FormLayout.addLabel(String text,
FormLayout.Align align)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||