|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PainterContext attribute names
Field Summary | |
static java.lang.String |
COLUMN
The Name of the nesting column Type: String |
static java.lang.String |
COMMENTS
If this attribute is set to "off" the painters will not generate any HTML comments Type: Boolean (default is true ) |
static java.lang.String |
DECORATIONS
Decoration elements that should be displayed next to a control Type: Collection<ConcreteElement> |
static java.lang.String |
DECORATIONS_DONE
Indicates that the Decoration collection has been processed Type: Boolean |
static java.lang.String |
DISPLAY
Form type type: Boolean (default is false ) |
static java.lang.String |
FORCE_STYLEID
This Attribute will force the painter context to generate a unique HTML style id for a control element Type: String |
static java.lang.String |
FORMID
The id of a form element will be saves as an attribute in the painter context. |
static java.lang.String |
ROWKEY
The Key of the nesting row Type: String |
Field Detail |
public static final java.lang.String DECORATIONS
Type: Collection<ConcreteElement>
public static final java.lang.String DECORATIONS_DONE
Type: Boolean
public static final java.lang.String FORMID
Type: String
public static final java.lang.String DISPLAY
type: Boolean (default is false
)
public static final java.lang.String FORCE_STYLEID
Type: String
public static final java.lang.String COMMENTS
Type: Boolean (default is true
)
public static final java.lang.String COLUMN
Type: String
public static final java.lang.String ROWKEY
Type: String
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |