|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FormField in nl.coderight.jazz.form |
---|
Subclasses of FormField in nl.coderight.jazz.form | |
---|---|
class |
FormControl<V>
Base class for form controls. |
Methods in nl.coderight.jazz.form that return FormField | |
---|---|
FormField |
FormView.getDefaultFocusField()
Returns field which gets default focus. |
FormField |
FormView.getFirstFocusableField(boolean isVisible)
|
FormField |
FormView.getFocusField()
|
FormField |
FormView.getLastFocusableField(boolean isVisible)
|
FormField |
FormView.getNextFocusableField(FormField current,
boolean isVisible)
|
FormField |
FormView.getPreviousFocusableField(FormField current,
boolean isVisible)
|
Methods in nl.coderight.jazz.form that return types with arguments of type FormField | |
---|---|
protected List<FormField> |
FormControl.getFields()
|
Methods in nl.coderight.jazz.form with parameters of type FormField | |
---|---|
void |
FormView.addField(FormField field)
Add field. |
FormLayout |
FormLayout.addField(FormField field)
|
protected void |
FormControl.addField(FormField field)
|
void |
FormView.addField(FormField<?> field,
Object constraints)
Add field with constraints. |
FormLayout |
FormLayout.addField(FormField field,
FormLayout.Resize resize)
|
FormLayout |
FormLayout.addField(FormField field,
FormLayout.Resize resize,
int width,
int height)
|
FormLayout |
FormLayout.addField(FormField field,
int width,
int height)
|
FormLayout |
FormLayout.addField(FormField field,
LabelField.Align align)
|
FormLayout |
FormLayout.addField(FormField field,
LabelField.Align align,
FormLayout.Resize resize)
|
FormLayout |
FormLayout.addField(FormField field,
LabelField.Align align,
FormLayout.Resize resize,
int width,
int height)
|
protected void |
FormControl.addField(FormField field,
Object constraints)
|
void |
FormControl.focusField(FormField field)
|
void |
FormView.focusNextField(FormField fromField)
|
void |
FormControl.focusNextField(FormField field)
|
void |
FormView.focusPreviousField(FormField fromField)
|
void |
FormControl.focusPreviousField(FormField field)
|
FormField |
FormView.getNextFocusableField(FormField current,
boolean isVisible)
|
FormField |
FormView.getPreviousFocusableField(FormField current,
boolean isVisible)
|
protected void |
FormControl.setComponent(FormField field)
|
void |
FormView.setDefaultFocusField(FormField field)
Sets field which gets default focus. |
Uses of FormField in nl.coderight.jazz.form.binding |
---|
Constructors in nl.coderight.jazz.form.binding with parameters of type FormField | |
---|---|
SingleValueBinding(FormField<V> field)
|
Uses of FormField in nl.coderight.jazz.form.control |
---|
Subclasses of FormField in nl.coderight.jazz.form.control | |
---|---|
class |
AccordionControl
|
class |
ButtonControl
Implementation of a button group. |
class |
CalendarControl
Displays a combo that shows a date with a CalendarField as popup. |
class |
ChartControl
|
class |
CheckControl<V>
Use to arrange a group of CheckButtons. |
class |
GroupControl<V>
Used to arrange a group of fields. |
class |
PageControl
Manages two or more fields that share the same display space. |
class |
RadioControl<V>
Use to arrange a group of RadioButtons. |
class |
RichTextControl
|
class |
SplitControl
Used to divide two (and only two) Fields. |
class |
TabControl
A Control that lets the user switch between a group of fields by clicking on a tab. |
class |
WizardControl
|
Methods in nl.coderight.jazz.form.control with parameters of type FormField | |
---|---|
void |
GroupControl.addField(FormField field)
|
void |
GroupControl.addField(FormField field,
Object constraints)
|
void |
AccordionControl.addItem(AccordionItem item,
FormField field)
|
void |
WizardControl.addPage(String name,
FormField field)
|
void |
PageControl.addPage(String name,
FormField field)
|
void |
TabControl.addTab(TabItem tab,
FormField field)
|
void |
TabControl.focusField(FormField field)
|
void |
PageControl.focusField(FormField field)
|
void |
TabControl.focusNextField(FormField field)
|
void |
TabControl.focusPreviousField(FormField field)
|
void |
SplitControl.setBottomField(FormField field)
|
void |
WizardControl.setLeftField(FormField field)
|
void |
SplitControl.setLeftField(FormField field)
|
void |
SplitControl.setRightField(FormField field)
|
void |
SplitControl.setTopField(FormField field)
|
Uses of FormField in nl.coderight.jazz.form.event |
---|
Methods in nl.coderight.jazz.form.event that return FormField | |
---|---|
FormField |
FormFieldEvent.getField()
|
Constructors in nl.coderight.jazz.form.event with parameters of type FormField | |
---|---|
FormFieldEvent(FormFieldEvent.FormFieldEventType type,
FormField field)
|
Uses of FormField in nl.coderight.jazz.form.field |
---|
Subclasses of FormField in nl.coderight.jazz.form.field | |
---|---|
class |
CalendarField
Displays a calendar (month). |
class |
CheckListField<V>
Implementation of a JList with check boxes. |
class |
CheckSelectField<V>
|
class |
CheckTableField<V>
Implementation of a JTable with check boxes. |
class |
CheckTreeField<V>
Implementation of a JTree with check boxes. |
class |
CheckTreeTableField
Implementation of a tree table with check boxes. |
class |
ComboField<V>
Implementation of a JComboBox. |
class |
DisplayField<V>
Implementation based on JLabel. |
class |
ImageField
Displays an image. |
class |
LabelField
Implementation of a JLabel. |
class |
ListField<V>
Implementation of a JList. |
class |
MemoField
Implementation of a JTextArea. |
class |
NumberField<V extends Number>
Provides an input field for numbers. |
class |
PasswordField
Implementation of a JPasswordField. |
class |
ProgressField
Implementation of a JProgressBar. |
class |
SearchField
Implementation of a Mac like search field. |
class |
SelectField<V>
Implementation of a non-editable JComboBox. |
class |
SliderField
Implementation of a JSlider. |
class |
SpinnerField<V>
Implementation of a JSpinner. |
class |
TableField<V>
Implementation of a JTable. |
class |
TextField
Provides an input field for text. |
class |
TreeField<V>
Implementation of a JTree. |
class |
TreeTableField
Implementation of a tree table. |
Methods in nl.coderight.jazz.form.field that return FormField | |
---|---|
FormField |
LabelField.getLabelFor()
Get the field this is labeling |
Methods in nl.coderight.jazz.form.field with parameters of type FormField | |
---|---|
void |
LabelField.setLabelFor(FormField field)
Set the field this is labeling |
Uses of FormField in nl.coderight.jazz.form.field.button |
---|
Subclasses of FormField in nl.coderight.jazz.form.field.button | |
---|---|
class |
CheckButton
Implementation of a JCheckBox . |
class |
ImageButton
|
class |
MenuButton
Implementation of a PushButton with a popup menu. |
class |
PushButton
Implementation of JButton . |
class |
RadioButton
Implementation of a JRadioButton . |
class |
ToggleButton
Implementation of a JToggleButton . |
Uses of FormField in nl.coderight.jazz.form.field.html |
---|
Subclasses of FormField in nl.coderight.jazz.form.field.html | |
---|---|
class |
HyperlinkField
A field that works like a html hyperlink. |
class |
HypertextField
A field that displays html. |
Uses of FormField in nl.coderight.jazz.form.field.input |
---|
Subclasses of FormField in nl.coderight.jazz.form.field.input | |
---|---|
class |
InputField<V>
Implementation of a JFormattedTextField. |
Uses of FormField in nl.coderight.jazz.form.field.lookup |
---|
Subclasses of FormField in nl.coderight.jazz.form.field.lookup | |
---|---|
class |
LookupComboField<V>
LookupComboField (auto completion) |
class |
LookupField<V>
Base class for lookup fields (auto-complete). |
class |
LookupTextField<V>
TextLookupField (auto completion) |
Uses of FormField in nl.coderight.jazz.form.field.scrollable |
---|
Subclasses of FormField in nl.coderight.jazz.form.field.scrollable | |
---|---|
class |
ScrollableField<V>
Base class for scrollable fields. |
Uses of FormField in nl.coderight.jazz.form.field.selectable |
---|
Subclasses of FormField in nl.coderight.jazz.form.field.selectable | |
---|---|
class |
ListSelectableField<V>
Base class for list Selectable fields. |
class |
SelectableField<V>
Base class for Selectable fields. |
class |
TreeSelectableField<V>
Base class for tree Selectable fields. |
Uses of FormField in nl.coderight.jazz.form.field.spinner |
---|
Subclasses of FormField in nl.coderight.jazz.form.field.spinner | |
---|---|
class |
DateSpinnerField
|
class |
NumberSpinnerField<V extends Comparable<? extends Number>>
|
class |
TimeSpinnerField
|
Uses of FormField in nl.coderight.jazz.form.field.validatable |
---|
Subclasses of FormField in nl.coderight.jazz.form.field.validatable | |
---|---|
class |
ValidatableField<V>
Base class for validatable fields. |
Uses of FormField in nl.coderight.jazz.form.validation |
---|
Methods in nl.coderight.jazz.form.validation that return FormField | |
---|---|
FormField |
ValidationError.getField()
|
Constructors in nl.coderight.jazz.form.validation with parameters of type FormField | |
---|---|
ValidationError(FormField field,
String message)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |