public interface ApplicationUI<M,H extends AbstractApplicationUIHandler<M,?>> extends JAXXObject
| Modifier and Type | Field and Description |
|---|---|
static String |
DECIMAL1_PATTERN
Pattern to use for decimal numeric values with 1 decimal digits in
editors.
|
static String |
DECIMAL2_DIGITS_PATTERN
Pattern to use for decimal numeric values with 2 digits + 3 decimal digits in
editors.
|
static String |
DECIMAL2_PATTERN
Pattern to use for decimal numeric values with 2 decimal digits in
editors.
|
static String |
DECIMAL3_PATTERN
Pattern to use for decimal numeric values with 3 decimal digits in
editors.
|
static String |
DECIMAL4_PATTERN
Pattern to use for decimal numeric values with 4 decimal digits in
editors.
|
static String |
INT_1_DIGITS_PATTERN
Pattern to use for short numeric values in editors with max 1 digits.
|
static String |
INT_10_DIGITS_PATTERN
Pattern to use for integer numeric values in editors with max 10 digits.
|
static String |
INT_2_DIGITS_PATTERN
Pattern to use for short numeric values in editors with max 2 digits.
|
static String |
INT_3_DIGITS_PATTERN
Pattern to use for short numeric values in editors with max 3 digits.
|
static String |
INT_4_DIGITS_PATTERN
Pattern to use for short numeric values in editors with max 4 digits.
|
static String |
INT_6_DIGITS_PATTERN
Pattern to use for integer numeric values in editors with max 6 digits.
|
static String |
INT_7_DIGITS_PATTERN
Pattern to use for integer numeric values in editors with max 7 digits.
|
static String |
SIGNED_INT_2_DIGITS_PATTERN
Pattern to use for signed numeric values in editors with max 2 digits.
|
static String |
SIGNED_INT_3_DIGITS_PATTERN
Pattern to use for singed numeric values in editors with max 3 digits.
|
| Modifier and Type | Method and Description |
|---|---|
H |
getHandler() |
M |
getModel() |
addPropertyChangeListener, addPropertyChangeListener, applyDataBinding, firePropertyChange, get$objectMap, getDataBinding, getDataBindings, getDelegateContext, getObjectById, getParentContainer, getParentContainer, processDataBinding, processDataBinding, registerDataBinding, removeDataBinding, removePropertyChangeListener, removePropertyChangeListenergetContextValue, getContextValue, removeContextValue, removeContextValue, setContextValue, setContextValuestatic final String INT_1_DIGITS_PATTERN
static final String INT_2_DIGITS_PATTERN
static final String SIGNED_INT_2_DIGITS_PATTERN
static final String INT_3_DIGITS_PATTERN
static final String SIGNED_INT_3_DIGITS_PATTERN
static final String INT_4_DIGITS_PATTERN
static final String INT_6_DIGITS_PATTERN
static final String INT_7_DIGITS_PATTERN
static final String INT_10_DIGITS_PATTERN
static final String DECIMAL1_PATTERN
static final String DECIMAL2_PATTERN
static final String DECIMAL3_PATTERN
static final String DECIMAL4_PATTERN
static final String DECIMAL2_DIGITS_PATTERN
Copyright © 2008–2017 Ultreia.io. All rights reserved.