Package | Description |
---|---|
de.esprit.appsuite.database.dbgui.field |
Contains a set of input fields for user input of various data types.
|
de.esprit.appsuite.database.dbgui.form |
Contains form components for graphical editing of DBRecord instances.
|
de.esprit.common.type |
Contains a set of useful enum constants
|
de.esprit.netsuite.client.gui.db |
Contains the client's support classes for managing remote Records
|
de.esprit.netsuite.client.tool.user |
Contains classes that make up the user manager
|
Modifier and Type | Method and Description |
---|---|
EditMode |
FieldPanel.getEditMode() |
Modifier and Type | Method and Description |
---|---|
void |
FieldPanel.setEditMode(EditMode mode) |
Constructor and Description |
---|
FieldPanel(EditMode mode) |
FieldPanel(EditMode mode,
Field... fields) |
FieldPanel(NlsKey titleKey,
EditMode mode,
Field... fields) |
Modifier and Type | Method and Description |
---|---|
EditMode |
AbstractRecordDialog.getEditMode() |
Constructor and Description |
---|
RecordFieldPanel(C ctx,
R masterRec,
EditMode mode)
Constructs the panel for the given type of DBRecord.
|
Modifier and Type | Method and Description |
---|---|
static EditMode |
EditMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EditMode[] |
EditMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractClientRecordDialog(C clientCtx,
java.awt.Window hook,
RecordCollection recColl,
DBRecord master,
EditMode editMode) |
ClientRecordFieldPanel(C clientCtx,
R masterRec,
EditMode mode) |
DefaultClientRecordDialog(C clientCtx,
java.awt.Window hook,
RecordCollection recColl,
DBRecord master,
EditMode editMode) |
Constructor and Description |
---|
GroupFieldPanel(EditMode mode) |
UserFieldPanel(EditMode mode,
ClientContext clientCtx) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.