Class Constants.Property
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.Constants.Property
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
Constants.Property.Alignment
-
Field Summary
Fields Modifier and Type Field Description static String
ALIGNMENT
static String
CAPTION
static String
DUMMY_PROPERTY
static String
ENABLED
static String
HEIGHT
static String
HIDDEN
static String
INPUT_PARAMETERS
static String
ITEMS
static String
OUTPUT_PARAMETERS
static String
REPAINT
static String
ROWS
static String
SAVE
static String
SELECTED_ROW
static String
SELECTED_ROWS
static String
VALUE
static String
WIDTH
-
Constructor Summary
Constructors Constructor Description Property()
-
-
-
Field Detail
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
ENABLED
public static final String ENABLED
- See Also:
- Constant Field Values
-
DUMMY_PROPERTY
public static final String DUMMY_PROPERTY
- See Also:
- Constant Field Values
-
ITEMS
public static final String ITEMS
- See Also:
- Constant Field Values
-
ROWS
public static final String ROWS
- See Also:
- Constant Field Values
-
HEIGHT
public static final String HEIGHT
- See Also:
- Constant Field Values
-
WIDTH
public static final String WIDTH
- See Also:
- Constant Field Values
-
HIDDEN
public static final String HIDDEN
- See Also:
- Constant Field Values
-
REPAINT
public static final String REPAINT
- See Also:
- Constant Field Values
-
SELECTED_ROW
public static final String SELECTED_ROW
- See Also:
- Constant Field Values
-
CAPTION
public static final String CAPTION
- See Also:
- Constant Field Values
-
INPUT_PARAMETERS
public static final String INPUT_PARAMETERS
- See Also:
- Constant Field Values
-
OUTPUT_PARAMETERS
public static final String OUTPUT_PARAMETERS
- See Also:
- Constant Field Values
-
SAVE
public static final String SAVE
- See Also:
- Constant Field Values
-
ALIGNMENT
public static final String ALIGNMENT
- See Also:
- Constant Field Values
-
SELECTED_ROWS
public static final String SELECTED_ROWS
- See Also:
- Constant Field Values
-
-