Package | Description |
---|---|
xdev.ui | |
xdev.ui.event | |
xdev.ui.table |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFormularComponentValidator<T extends FormularComponent> |
class |
FormularComponentSupport<C extends JComponent & FormularComponent<C>> |
class |
TextFormularComponentSupport<C extends JComponent & FormularComponent<C>> |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanFormularComponent<C extends JComponent>
An extended
FormularComponent which can edit and display boolean
values. |
interface |
ColorFormularComponent<C extends JComponent>
An extended
FormularComponent which can edit and display colors. |
interface |
DateFormularComponent<C extends JComponent>
An extended
FormularComponent which can edit and display dates. |
interface |
ExtendedList<C extends JComponent>
|
interface |
FormattedFormularComponent<C extends JComponent>
Extended
FormularComponent which uses a TextFormat to format
the displayed value. |
interface |
ImageFormularComponent<C extends JComponent>
An extended
FormularComponent which can edit and display images. |
interface |
MasterDetailComponent<C extends JComponent>
Extended
FormularComponent which is used to display the detail
records for a specific master record, or to display master records and
control another MasterDetailComponent which displays the details. |
interface |
NumberFormularComponent<C extends JComponent>
An extended
FormularComponent which can edit and display numbers. |
Modifier and Type | Class and Description |
---|---|
class |
XdevCheckBox
The check box in XDEV.
|
class |
XdevComboBox
The standard combobox in XDEV.
|
class |
XdevDateTextField
The standard date textfield in XDEV.
|
class |
XdevFormattedTextField
The standard formatted textfield in XDEV.
|
class |
XdevLabel
The standard label in XDEV.
|
class |
XdevLayoutCell
Deprecated.
Old layout component cell, use
GridBagLayout instead |
class |
XdevListBox
The standard listbox in XDEV.
|
class |
XdevNmListBox |
class |
XdevPasswordField
The standard password field in XDEV.
|
class |
XdevPicture
The standard component of a picture in XDEV.
|
class |
XdevProgressBar
The standard progress bar in XDEV.
|
class |
XdevRadioButton
The radio button in XDEV.
|
class |
XdevSlider |
class |
XdevSpinner
The standard spinner in XDEV.
|
class |
XdevTable
The standard table in XDEV.
|
class |
XdevTextArea
The standard formatted textfield in XDEV.
|
class |
XdevTextField
The standard text field in XDEV.
|
class |
XdevTextPane |
Modifier and Type | Method and Description |
---|---|
FormularComponent[] |
XdevVirtualFormular.getFormComponents() |
Modifier and Type | Method and Description |
---|---|
Iterable<FormularComponent> |
Formular.formComponents() |
Iterable<FormularComponent> |
XdevVirtualFormular.formComponents() |
Iterable<FormularComponent> |
XdevFormular.formComponents() |
Modifier and Type | Method and Description |
---|---|
static FormularVerifier |
FormularVerifier.createAlphaNumeric(FormularComponent formularComponent,
boolean required,
boolean useMin,
int min,
boolean useMax,
int max,
String message)
Deprecated.
|
static FormularVerifier |
FormularVerifier.createAlphaNumeric(FormularComponent formularComponent,
boolean required,
boolean useMin,
int min,
boolean useMax,
int max,
String message,
String title)
Deprecated.
|
static FormularVerifier |
FormularVerifier.createEmail(FormularComponent formularComponent,
boolean required,
String message)
Deprecated.
|
static FormularVerifier |
FormularVerifier.createEmail(FormularComponent formularComponent,
boolean required,
String message,
String title)
Deprecated.
|
static FormularVerifier |
FormularVerifier.createNumeric(FormularComponent formularComponent,
boolean required,
boolean useMin,
int min,
boolean useMax,
int max,
String message)
Deprecated.
|
static FormularVerifier |
FormularVerifier.createNumeric(FormularComponent formularComponent,
boolean required,
boolean useMin,
int min,
boolean useMax,
int max,
String message,
String title)
Deprecated.
|
static FormularVerifier |
FormularVerifier.createPlain(FormularComponent formularComponent,
boolean required,
String message)
Deprecated.
|
static FormularVerifier |
FormularVerifier.createPlain(FormularComponent formularComponent,
boolean required,
String message,
String title)
Deprecated.
|
protected void |
XdevVirtualFormular.fireFormularComponentValueChanged(FormularComponent formularComponent,
Object formularComponentEventObject) |
protected void |
XdevFormular.fireFormularComponentValueChanged(FormularComponent formularComponent,
Object formularComponentEventObject) |
void |
FormularSupport.fireFormularComponentValueChanged(FormularComponent formularComponent,
Object formularComponentEventObject) |
static VirtualTable |
FormularSupport.getConnectedVT(FormularComponent component) |
void |
XdevVirtualFormular.setFormComponents(FormularComponent[] formularComponents)
Sets the
FormularComponent s which should be used in this
FormularGroup. |
protected boolean |
XdevFormular.use(FormularComponent formCpn)
Determines of the
FormularComponent formCpn should
be used in this formular's actions. |
void |
RequiredFieldValidator.validate(FormularComponent component) |
void |
NumberRangeValidator.validate(FormularComponent component) |
void |
StringValidator.validate(FormularComponent component) |
protected void |
EmailValidator.validate(FormularComponent component,
String value) |
protected void |
StringLengthValidator.validate(FormularComponent component,
String value) |
protected void |
StringValidator.validate(FormularComponent component,
String value) |
static boolean |
UIUtils.validateState(FormularComponent formCpn)
Validates the state of
formCpn using the Validator s
of the FormularComponent and displays an error if one of the
validators throws an error. |
Modifier and Type | Method and Description |
---|---|
FormularComponent |
FormularEvent.getFormularComponent()
Returns the changed formular component, may be
null . |
Constructor and Description |
---|
FormularEvent(Formular source,
FormularComponent formularComponent,
Object formularComponentEventObject,
Formular.WorkingState formularWorkingState)
Creates a new event object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedTable<C extends JComponent>
A
ExtendedTable interface provides a useful extension to the
subclasses of JTable . |
Modifier and Type | Class and Description |
---|---|
protected class |
DetailEditor.DetailComboBox |
Copyright © 2003–2021 XDEV Software. All rights reserved.