com.sdm.quasar.client.showcase.swing.data.manager
Interface DataManagerDialogConstants

All Known Implementing Classes:
DataManagerDialog

public interface DataManagerDialogConstants


Field Summary
static java.lang.String DATA_COMPANY
          Key constant for the value in the data manager that is a Company.
static java.lang.String DATA_COMPANY_EMPLOYEES
          Key constant for the value in the data manager that corresponds to Company.getEmployees().
static java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED
          Key constant for the node that allows indexed access to one of the values in Company.getEmployees().
static java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_EMPLNUMBER
          Key constant for the value in the data manager that corresponds to Employee.getEmplNumber() of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.
static java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_FIRSTNAME
          Key constant for the value in the data manager that corresponds to Person.getFirstname() of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.
static java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_NAME
          Key constant for the value in the data manager that corresponds to Person.getName() of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.
static java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED
          Key constant for the value in the data manager that corresponds to selected Employee.
static java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_BIRTHDATE
          Key constant for the value in the data manager that corresponds to Person.getDateOfBirth() of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied.
static java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER
          Key constant for the value in the data manager that corresponds to Employee.getEmplNumber() of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied.
static java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER_AS_STRING
          Key constant for the value in the data manager that corresponds to value of DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER converted into a string.
static java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_FIRSTNAME
          Key constant for the value in the data manager that corresponds to Person.getFirstname() of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied.
static java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_NAME
          Key constant for the value in the data manager that corresponds to Person.getName() of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied.
static java.lang.String DATA_COMPANY_EMPLOYEES_SELECTION
          Key constant for the value in the data manager that contains the current selection index in the list of employees.
static java.lang.String DATA_COMPANY_NAME
          Key constant for the value in the data manager that corresponds to Company.getName().
 

Field Detail

DATA_COMPANY

public static final java.lang.String DATA_COMPANY
Key constant for the value in the data manager that is a Company. This defines the root node of the company and its depending data structures.

See Also:
Constant Field Values

DATA_COMPANY_NAME

public static final java.lang.String DATA_COMPANY_NAME
Key constant for the value in the data manager that corresponds to Company.getName().

See Also:
Constant Field Values

DATA_COMPANY_EMPLOYEES

public static final java.lang.String DATA_COMPANY_EMPLOYEES
Key constant for the value in the data manager that corresponds to Company.getEmployees().

See Also:
Constant Field Values

DATA_COMPANY_EMPLOYEES_INDEXED

public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED
Key constant for the node that allows indexed access to one of the values in Company.getEmployees().

See Also:
Constant Field Values

DATA_COMPANY_EMPLOYEES_INDEXED_NAME

public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_NAME
Key constant for the value in the data manager that corresponds to Person.getName() of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.

See Also:
Constant Field Values

DATA_COMPANY_EMPLOYEES_INDEXED_FIRSTNAME

public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_FIRSTNAME
Key constant for the value in the data manager that corresponds to Person.getFirstname() of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.

See Also:
Constant Field Values

DATA_COMPANY_EMPLOYEES_INDEXED_EMPLNUMBER

public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_EMPLNUMBER
Key constant for the value in the data manager that corresponds to Employee.getEmplNumber() of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.

See Also:
Constant Field Values

DATA_COMPANY_EMPLOYEES_SELECTION

public static final java.lang.String DATA_COMPANY_EMPLOYEES_SELECTION
Key constant for the value in the data manager that contains the current selection index in the list of employees.

See Also:
Constant Field Values

DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED

public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED
Key constant for the value in the data manager that corresponds to selected Employee. That is the value of the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the current selection index stored in DATA_COMPANY_EMPLOYEES_SELECTION is applied.

See Also:
Constant Field Values

DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_NAME

public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_NAME
Key constant for the value in the data manager that corresponds to Person.getName() of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied.

See Also:
Constant Field Values

DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_FIRSTNAME

public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_FIRSTNAME
Key constant for the value in the data manager that corresponds to Person.getFirstname() of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied.

See Also:
Constant Field Values

DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER

public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER
Key constant for the value in the data manager that corresponds to Employee.getEmplNumber() of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied.

See Also:
Constant Field Values

DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER_AS_STRING

public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER_AS_STRING
Key constant for the value in the data manager that corresponds to value of DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER converted into a string.

See Also:
Constant Field Values

DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_BIRTHDATE

public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_BIRTHDATE
Key constant for the value in the data manager that corresponds to Person.getDateOfBirth() of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied.

See Also:
Constant Field Values