public final class DynamoConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CACHE_SIZE
Maximum cache size (for lazy query container)
|
static String |
CSS_ADDITIONAL
CSS style for additional colums
|
static String |
CSS_BUTTON_BAR
CSS style for button bar components
|
static String |
CSS_CLASS_HALFSCREEN
Custom style for forms that should span 50% of the screen
|
static String |
CSS_CLASS_UPLOAD
The CSS class that is given to an image component used to display an
uploaded file
|
static String |
CSS_DANGER
The CSS class that indicates a dangerous value
|
static String |
CSS_DIVIDER
The CSS class used to indicate a divider row in a table
|
static String |
CSS_FIRST
The CSS class used to indicate that an element is the first child element
|
static String |
CSS_LAST_VISITED
The CSS class for the last visited main menu item
|
static String |
CSS_NESTED
The CSS class
|
static String |
CSS_NUMERICAL
The CSS class that is assigned to numerical cells in a table
|
static String |
CSS_OCS_DIALOG
The CSS class for popup dialogs
|
static String |
CSS_PARENT_ROW
The CSS class for the parent row
|
static String |
CSS_REQUIRED
The CSS class for a field that must be marked as "required"
|
static String |
CURRENCY_SYMBOL
Currency symbol
|
static String |
DATE_LOCALE
The locale to use in Date components (can be different from the main locale)
|
static Locale |
DEFAULT_LOCALE
The default locale
|
static int |
EXTENDED_PAGE_SIZE
Larger page size (for lazy query container)
|
static String |
ID
The default ID field
|
static String |
IDS
Additional ID field
|
static int |
INTERMEDIATE_PRECISION
Intermediate precision for floating point calculations
|
static int |
PAGE_SIZE
The default page size for the lazy query container.
|
static String |
SCREEN_MODE
The screen mode
|
static String |
SELECTED_TAB
The name of the variable that keeps track of which tab is selected
|
static String |
SP_ALLOW_TABLE_EXPORT
Name of the system property that is used to determine if table export is
allowed
|
static String |
SP_CAPITALIZE_WORDS
Indicates whether to capitalize individual words in property names
|
static String |
SP_DATE_LOCALE
Name of the system property that is used to set the locale used for month
names in date components
|
static String |
SP_DECIMAL_PRECISION
Name of the system property that is used to determine the default decimal
precision
|
static String |
SP_DEFAULT_CAPTION_FORMAT
Default caption format
|
static String |
SP_DEFAULT_CAPTION_FORMAT_VAADIN
Use Vaadin for formatting properties.
|
static String |
SP_DEFAULT_CURRENCY_SYMBOL
Name of the system property that is used to determine the default
currency symbol
|
static String |
SP_DEFAULT_DATE_FORMAT
Name of the system property that is used to determine the default date
format
|
static String |
SP_DEFAULT_DATETIME_FORMAT
Name of the system property that is used to determine the default
date/time (timestamp) format
|
static String |
SP_DEFAULT_DATETIME_ZONE_FORMAT
Name of the system property that is used to determine the default
date/time (timestamp) format with time zone
|
static String |
SP_DEFAULT_DECIMAL_PRECISION
Name of the system property that is used to determine the default decimal
precision
|
static String |
SP_DEFAULT_FALSE_REPRESENTATION
Name of the system property that is used to determine the representation
of the value false
|
static String |
SP_DEFAULT_FIELD_WIDTH
Default width of input components
|
static String |
SP_DEFAULT_FORM_TITLE_WIDTH
Default form title width
|
static String |
SP_DEFAULT_LISTSELECT_ROWS
Name of the system property that is used to determine the amount of rows
in a list select
|
static String |
SP_DEFAULT_LOCALE
Name of the system property that is used to set the default locale
|
static String |
SP_DEFAULT_SEARCH_CASE_SENSITIVE
Name of the system property that is used to determine the default case
sensitiveness for search
|
static String |
SP_DEFAULT_SEARCH_PREFIX_ONLY
Name of the system property that is used to determine whether search is
prefix only
|
static String |
SP_DEFAULT_TIME_FORMAT
Name of the system property that is used to determine the default time
format
|
static String |
SP_DEFAULT_TRUE_REPRESENTATION
Name of the system property that is used to determine the representation
of the value true
|
static String |
SP_DEFAULT_VALIDATION_MODE
Default validation mode
|
static String |
SP_EXPORT_CSV_QUOTE
Name of the system property that is used as the CSV quote char when
exporting
|
static String |
SP_EXPORT_CSV_SEPARATOR
Name of the system property that is used as the CSV separator when
exporting
|
static String |
SP_LOOKUP_FIELD_MAX_ITEMS
Name of the system property that indicates the maximum number of items to
display in an entity lookup field in multiple select mode
|
static String |
SP_MAX_ROWS_NON_STREAMING
System property that indicates that maximum allowed number of rows in a
non-streaming export
|
static String |
SP_MAX_ROWS_STREAMING
System property that indicates that maximum allowed number of rows in a
streaming export
|
static String |
SP_MAX_ROWS_STREAMING_PIVOTED
System property that indicates that maximum allowed number of rows in a
streaming export of a pivoted data set
|
static String |
SP_SERVICE_LOCATOR_CLASS_NAME
Class name for the service locator (override to create a different service locator, e.g.
|
static String |
SP_THOUSAND_GROUPING
System property that indicates whether to use the thousands grouping
separator in edit mode
|
static String |
SP_USE_DEFAULT_PROMPT_VALUE
Indicates whether to use the display name as the input prompt by default
|
static String |
USER
The name of the variable that is used to store the user
|
static String |
USER_NAME
The name of the variable that is used to store the user name in the
session
|
static String |
UTF_8
The UTF-8 character set
|
public static final int CACHE_SIZE
public static final String CSS_ADDITIONAL
public static final String CSS_BUTTON_BAR
public static final String CSS_CLASS_HALFSCREEN
public static final String CSS_CLASS_UPLOAD
public static final String CSS_DANGER
public static final String CSS_DIVIDER
public static final String CSS_FIRST
public static final String CSS_LAST_VISITED
public static final String CSS_NESTED
public static final String CSS_NUMERICAL
public static final String CSS_OCS_DIALOG
public static final String CSS_PARENT_ROW
public static final String CSS_REQUIRED
public static final String CURRENCY_SYMBOL
public static final String DATE_LOCALE
public static final Locale DEFAULT_LOCALE
public static final int EXTENDED_PAGE_SIZE
public static final String ID
public static final String IDS
public static final int INTERMEDIATE_PRECISION
public static final int PAGE_SIZE
public static final String SCREEN_MODE
public static final String SELECTED_TAB
public static final String SP_ALLOW_TABLE_EXPORT
public static final String SP_CAPITALIZE_WORDS
public static final String SP_USE_DEFAULT_PROMPT_VALUE
public static final String SP_DATE_LOCALE
public static final String SP_DECIMAL_PRECISION
public static final String SP_DEFAULT_CAPTION_FORMAT
public static final String SP_DEFAULT_CAPTION_FORMAT_VAADIN
public static final String SP_DEFAULT_CURRENCY_SYMBOL
public static final String SP_DEFAULT_DATE_FORMAT
public static final String SP_DEFAULT_DATETIME_FORMAT
public static final String SP_DEFAULT_DATETIME_ZONE_FORMAT
public static final String SP_DEFAULT_DECIMAL_PRECISION
public static final String SP_DEFAULT_FALSE_REPRESENTATION
public static final String SP_DEFAULT_FORM_TITLE_WIDTH
public static final String SP_DEFAULT_LISTSELECT_ROWS
public static final String SP_DEFAULT_LOCALE
public static final String SP_DEFAULT_SEARCH_CASE_SENSITIVE
public static final String SP_DEFAULT_SEARCH_PREFIX_ONLY
public static final String SP_DEFAULT_TIME_FORMAT
public static final String SP_DEFAULT_TRUE_REPRESENTATION
public static final String SP_EXPORT_CSV_QUOTE
public static final String SP_EXPORT_CSV_SEPARATOR
public static final String SP_LOOKUP_FIELD_MAX_ITEMS
public static final String SP_MAX_ROWS_NON_STREAMING
public static final String SP_MAX_ROWS_STREAMING
public static final String SP_MAX_ROWS_STREAMING_PIVOTED
public static final String SP_THOUSAND_GROUPING
public static final String SP_SERVICE_LOCATOR_CLASS_NAME
public static final String SP_DEFAULT_FIELD_WIDTH
public static final String SP_DEFAULT_VALIDATION_MODE
public static final String USER
public static final String USER_NAME
public static final String UTF_8
Copyright © 2019 Open Circle Solutions. All rights reserved.