Class Constants.Property
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Property
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classConstants.Property.Alignment
-
Field Summary
Fields Modifier and Type Field Description static StringALIGNMENTstatic StringCAPTIONstatic StringDUMMY_PROPERTYstatic StringENABLEDstatic StringHEIGHTstatic StringHIDDENstatic StringINPUT_PARAMETERSstatic StringITEMSstatic StringOUTPUT_PARAMETERSstatic StringREPAINTstatic StringROWSstatic StringSAVEstatic StringSELECTED_ROWstatic StringSELECTED_ROWSstatic StringVALUEstatic StringWIDTH
-
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
-
-