Package | Description |
---|---|
de.esprit.appsuite.database.dbase |
Contains most of the database related classes.
|
de.esprit.appsuite.database.dbase.meta |
Contains classes that represent database meta data.
|
de.esprit.appsuite.database.dbgui.field |
Contains a set of input fields for user input of various data types.
|
de.esprit.appsuite.gui.pathtree.edit |
Contains the path-tree related archiving tools
|
de.esprit.appsuite.nls |
Contains classes related to language specific translations.
|
de.esprit.appsuite.transl |
Contains the language translation keys for this project.
|
de.esprit.netsuite.client.tool.user |
Contains classes that make up the user manager
|
de.esprit.netsuite.transl |
Contains classes which define translations for this project
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
InsertFactory.get(NlsDatabaseKey nlsKey)
Gets the value for the given table-column or null if none is specified.
|
java.lang.Object |
InsertDefaultFactory.get(NlsDatabaseKey nlsKey) |
void |
InsertFactory.put(NlsDatabaseKey nlsKey,
java.lang.Object insertValue)
Strores an insert default value for the given table-column.
|
void |
InsertDefaultFactory.put(NlsDatabaseKey nlsKey,
java.lang.Object insertValue) |
Constructor and Description |
---|
DBColumnChoice(boolean isTranslated,
NlsDatabaseKey dbKey,
java.lang.String value) |
DBColumnChoice(NlsDatabaseKey dbKey,
int value) |
DBColumnChoice(NlsDatabaseKey dbKey,
java.lang.String value) |
Modifier and Type | Class and Description |
---|---|
class |
DBColumnKey
This class encapsulates the most important database meta data for DBObject columns.
|
Modifier and Type | Method and Description |
---|---|
NlsDatabaseKey |
SliderField.getNlsKey() |
NlsDatabaseKey |
RadioButtonField.getNlsKey() |
NlsDatabaseKey |
FieldAdapter.getNlsKey() |
NlsDatabaseKey |
Field.getNlsKey()
Returns the translation key used to name this Field
|
NlsDatabaseKey |
AbstractTristateField.getNlsKey() |
NlsDatabaseKey |
AbstractTextField.getNlsKey() |
NlsDatabaseKey |
AbstractTextAreaField.getNlsKey() |
NlsDatabaseKey |
AbstractPasswordField.getNlsKey() |
NlsDatabaseKey |
AbstractLabelField.getNlsKey() |
NlsDatabaseKey |
AbstractFieldContainer.getNlsKey() |
NlsDatabaseKey |
AbstractChoiceField.getNlsKey() |
NlsDatabaseKey |
AbstractButtonField.getNlsKey() |
NlsDatabaseKey |
AbstractBooleanField.getNlsKey() |
Modifier and Type | Method and Description |
---|---|
protected NlsDatabaseKey |
RenamePathDialog.getNameFieldLabel() |
protected NlsDatabaseKey |
CreateFileDialog.getNameFieldLabel() |
protected NlsDatabaseKey |
CreateDirectoryDialog.getNameFieldLabel() |
protected abstract NlsDatabaseKey |
AbstractPathEditDialog.getNameFieldLabel() |
Modifier and Type | Class and Description |
---|---|
class |
DynamicDatabaseKey
This class provides a way for untranslated fieldNames
|
class |
RawDatabaseKey
This class provides a way for untranslated fieldNames
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Translation.createTableColumName(NlsDatabaseKey dbKey)
Converts the dbKey.name() to a table-column name in the format 'TABLE.COLUMN'
|
static java.lang.String |
Translation.put(NlsDatabaseKey nls,
java.lang.String defaultTransl) |
static java.lang.String |
Translation.put(NlsDatabaseKey nls,
java.lang.String defaultTransl,
java.lang.String tipText) |
static void |
Translation.putDBTip(NlsDatabaseKey nls,
java.lang.String defaultTransl) |
Modifier and Type | Class and Description |
---|---|
class |
TrEasField
Translations for database-like input fields
|
Constructor and Description |
---|
GroupChoiceField(NlsDatabaseKey nls,
C clientCtx)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
TrEnsField
Translations for input fields
|
class |
TrEnsStat
Translations for server statistic fields
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.