com.cc.framework.ui.painter
Interface PainterContextAtributes


public interface PainterContextAtributes

PainterContext attribute names

Version:
$Revision: 1.16 $
Author:
Harald Schulz

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

DECORATIONS

public static final java.lang.String DECORATIONS
Decoration elements that should be displayed next to a control

Type: Collection<ConcreteElement>

See Also:
Constant Field Values

DECORATIONS_DONE

public static final java.lang.String DECORATIONS_DONE
Indicates that the Decoration collection has been processed

Type: Boolean

See Also:
Constant Field Values

FORMID

public static final java.lang.String FORMID
The id of a form element will be saves as an attribute in the painter context. So embedded controls can use this id. This is necessary if a JavaScript handler should be generated.

Type: String

See Also:
Constant Field Values

DISPLAY

public static final java.lang.String DISPLAY
Form type

type: Boolean (default is false)

See Also:
Constant Field Values

FORCE_STYLEID

public static final 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

See Also:
Constant Field Values

COMMENTS

public static final java.lang.String COMMENTS
If this attribute is set to "off" the painters will not generate any HTML comments

Type: Boolean (default is true)

See Also:
Constant Field Values

COLUMN

public static final java.lang.String COLUMN
The Name of the nesting column

Type: String

See Also:
Constant Field Values

ROWKEY

public static final java.lang.String ROWKEY
The Key of the nesting row

Type: String

See Also:
Constant Field Values


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.