Interface ApplicationUI<M,H extends AbstractApplicationUIHandler<M,?>>
- All Superinterfaces:
JAXXContext,JAXXObject,Serializable
- All Known Implementing Classes:
ApplicationActionUI
public interface ApplicationUI<M,H extends AbstractApplicationUIHandler<M,?>> extends JAXXObject
Contract to place on each ui.
Created on 11/23/13.
- Since:
- 2.8
- Author:
- Tony Chemit - chemit@codelutin.com
-
Field Summary
Fields Modifier and Type Field Description static StringDECIMAL1_PATTERNPattern to use for decimal numeric values with 1 decimal digits in editors.static StringDECIMAL2_DIGITS_PATTERNPattern to use for decimal numeric values with 2 digits + 3 decimal digits in editors.static StringDECIMAL2_PATTERNPattern to use for decimal numeric values with 2 decimal digits in editors.static StringDECIMAL3_PATTERNPattern to use for decimal numeric values with 3 decimal digits in editors.static StringDECIMAL4_PATTERNPattern to use for decimal numeric values with 4 decimal digits in editors.static StringINT_1_DIGITS_PATTERNPattern to use for short numeric values in editors with max 1 digits.static StringINT_10_DIGITS_PATTERNPattern to use for integer numeric values in editors with max 10 digits.static StringINT_2_DIGITS_PATTERNPattern to use for short numeric values in editors with max 2 digits.static StringINT_3_DIGITS_PATTERNPattern to use for short numeric values in editors with max 3 digits.static StringINT_4_DIGITS_PATTERNPattern to use for short numeric values in editors with max 4 digits.static StringINT_6_DIGITS_PATTERNPattern to use for integer numeric values in editors with max 6 digits.static StringINT_7_DIGITS_PATTERNPattern to use for integer numeric values in editors with max 7 digits.static StringSIGNED_INT_2_DIGITS_PATTERNPattern to use for signed numeric values in editors with max 2 digits.static StringSIGNED_INT_3_DIGITS_PATTERNPattern to use for singed numeric values in editors with max 3 digits. -
Method Summary
Modifier and Type Method Description HgetHandler()MgetModel()Methods inherited from interface jaxx.runtime.JAXXContext
getContextValue, getContextValue, removeContextValue, removeContextValue, setContextValue, setContextValueMethods inherited from interface jaxx.runtime.JAXXObject
addPropertyChangeListener, addPropertyChangeListener, applyDataBinding, firePropertyChange, get$objectMap, getDataBinding, getDataBindings, getDelegateContext, getObjectById, getParentContainer, getParentContainer, processDataBinding, processDataBinding, registerDataBinding, removeDataBinding, removePropertyChangeListener, removePropertyChangeListener
-
Field Details
-
INT_1_DIGITS_PATTERN
Pattern to use for short numeric values in editors with max 1 digits.- Since:
- 0.2
- See Also:
- Constant Field Values
-
INT_2_DIGITS_PATTERN
Pattern to use for short numeric values in editors with max 2 digits.- Since:
- 0.1
- See Also:
- Constant Field Values
-
SIGNED_INT_2_DIGITS_PATTERN
Pattern to use for signed numeric values in editors with max 2 digits.- Since:
- 2.8
- See Also:
- Constant Field Values
-
INT_3_DIGITS_PATTERN
Pattern to use for short numeric values in editors with max 3 digits.- Since:
- 0.1
- See Also:
- Constant Field Values
-
SIGNED_INT_3_DIGITS_PATTERN
Pattern to use for singed numeric values in editors with max 3 digits.- Since:
- 2.8
- See Also:
- Constant Field Values
-
INT_4_DIGITS_PATTERN
Pattern to use for short numeric values in editors with max 4 digits.- Since:
- 0.2
- See Also:
- Constant Field Values
-
INT_6_DIGITS_PATTERN
Pattern to use for integer numeric values in editors with max 6 digits.- Since:
- 0.1
- See Also:
- Constant Field Values
-
INT_7_DIGITS_PATTERN
Pattern to use for integer numeric values in editors with max 7 digits.- Since:
- 0.1
- See Also:
- Constant Field Values
-
INT_10_DIGITS_PATTERN
Pattern to use for integer numeric values in editors with max 10 digits.- Since:
- 2.10
- See Also:
- Constant Field Values
-
DECIMAL1_PATTERN
Pattern to use for decimal numeric values with 1 decimal digits in editors.- Since:
- 0.1
- See Also:
- Constant Field Values
-
DECIMAL2_PATTERN
Pattern to use for decimal numeric values with 2 decimal digits in editors.- Since:
- 0.1
- See Also:
- Constant Field Values
-
DECIMAL3_PATTERN
Pattern to use for decimal numeric values with 3 decimal digits in editors.- Since:
- 0.1
- See Also:
- Constant Field Values
-
DECIMAL4_PATTERN
Pattern to use for decimal numeric values with 4 decimal digits in editors.- Since:
- 2.6
- See Also:
- Constant Field Values
-
DECIMAL2_DIGITS_PATTERN
Pattern to use for decimal numeric values with 2 digits + 3 decimal digits in editors.- Since:
- 2.8
- See Also:
- Constant Field Values
-
-
Method Details
-
getModel
M getModel() -
getHandler
H getHandler()
-