|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Configuration context for Uilib widgets. Constants defined here are the keys under which some existing widgets search their configuration.
| Field Summary | |
static String |
AUTO_COMPLETE_RESPONSE_BUILDER
AutoCompleteTextControl.ResponseBuilder
that configures how
AutoCompleteTextControl
sends back the suggested completions. |
static String |
BACKGROUND_FORM_VALIDATION
This java.lang.Boolean property should be set to
true if application wants all forms to be validated
on-the-fly. |
static String |
CUSTOM_CONVERTER_PROVIDER
The full class name of the implementation of ConverterProvider
interface that will override the default. |
static String |
CUSTOM_DATE_FORMAT
String containing the patterns for Date date
validation. |
static String |
CUSTOM_TIME_FORMAT
String containing the patterns for Date time
validation. |
static String |
DEFAULT_DATE_OUTPUT_FORMAT
String containing the format for Date default
date output. |
static String |
DEFAULT_LIST_ITEMS_ON_PAGE
Long that controls the default size of the list (eg how many
rows are shown on one page). |
static String |
DEFAULT_LIST_PAGES_ON_BLOCK
Long that controls the default of how many list pages
combine into one block for quick navigation. |
static String |
DEFAULT_TIME_OUTPUT_FORMAT
String containing the format for Date default
time output. |
static String |
FORMELEMENT_ERROR_RENDERER
This property should be set to the class which stores the errors produced by failed FormElement validations. |
static String |
FULL_LIST_ITEMS_ON_PAGE
Long that controls the full size of the list (eg how many
rows maximum may be shown at once). |
static String |
LIKE_CONFIGURATION
LikeConfiguration that configures Like filter in lists. |
static String |
LIST_FILTER_CONFIGURATOR
FilterFormBuilderVisitor.Configurator that configures the
built filter form elements. |
static String |
LIST_PRESERVE_STARTING_ROW
Boolean that controls whether to preserve the list starting
row when switching to showing full list and back. |
| Method Summary | |
Object |
getEntry(String entryName)
Returns a configuration entry with given name. |
| Field Detail |
public static final String CUSTOM_DATE_FORMAT
String containing the patterns for Date date
validation.
public static final String CUSTOM_TIME_FORMAT
String containing the patterns for Date time
validation.
public static final String DEFAULT_DATE_OUTPUT_FORMAT
String containing the format for Date default
date output.
public static final String DEFAULT_TIME_OUTPUT_FORMAT
String containing the format for Date default
time output.
public static final String CUSTOM_CONVERTER_PROVIDER
ConverterProvider
interface that will override the default.
public static final String DEFAULT_LIST_ITEMS_ON_PAGE
Long that controls the default size of the list (eg how many
rows are shown on one page).
public static final String FULL_LIST_ITEMS_ON_PAGE
Long that controls the full size of the list (eg how many
rows maximum may be shown at once).
public static final String DEFAULT_LIST_PAGES_ON_BLOCK
Long that controls the default of how many list pages
combine into one block for quick navigation.
public static final String LIST_PRESERVE_STARTING_ROW
Boolean that controls whether to preserve the list starting
row when switching to showing full list and back.
public static final String LIST_FILTER_CONFIGURATOR
FilterFormBuilderVisitor.Configurator that configures the
built filter form elements.
public static final String AUTO_COMPLETE_RESPONSE_BUILDER
AutoCompleteTextControl.ResponseBuilder
that configures how
AutoCompleteTextControl
sends back the suggested completions.
public static final String LIKE_CONFIGURATION
LikeConfiguration that configures Like filter in lists.
public static final String BACKGROUND_FORM_VALIDATION
java.lang.Boolean property should be set to
true if application wants all forms to be validated
on-the-fly. Validation is done by invoking server-side
ActionListeners that perform the
validation. When this is set to false, programmer can
manually enable action validation for those
FormWidget/FormElement
which should be validated on-the-fly. When ConfigurationContext
does not include entry corresponding to this property, it defaults to
false.
public static final String FORMELEMENT_ERROR_RENDERER
FormElement validations.
When this property is not set,
StandardFormElementValidationErrorRenderer
is used.
| Method Detail |
public Object getEntry(String entryName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||