public interface TuttiUI<M,H extends AbstractTuttiUIHandler<M>>
extends jaxx.runtime.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_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 |
INT_1_DIGITS_PATTERN
Pattern to use for short numeric values in editors with max 1 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.
|
| 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, removePropertyChangeListenerstatic final String INT_1_DIGITS_PATTERN
static final String 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 DECIMAL1_PATTERN
static final String DECIMAL2_PATTERN
static final String DECIMAL3_PATTERN
Copyright © 2012-2013 Ifremer. All Rights Reserved.