com.cc.framework.ui.painter.def
Interface DefClassType


public interface DefClassType

HTML Class types. Class Types are translated by the getElementClass(int type) method in concrete HTML Classes

Version:
$Revision: 1.7 $
Author:
Harald Schulz

Field Summary
static int CLASS_BODY
          body class
static int CLASS_BODY_LEFT
          body frame left
static int CLASS_BODY_RIGHT
          body frame right
static int CLASS_BUTTONS
          button container class
static int CLASS_CAPTION
          caption class
static int CLASS_CONTROL
          control class
static int CLASS_DATA
          form element data class
static int CLASS_DETAIL
          detail class
static int CLASS_FOOTER
          footer class
static int CLASS_HEADER
          header class
static int CLASS_HIDDENBUTTON
          Hidden Button
static int CLASS_INDICATOR
          message indicator class
static int CLASS_INNER_BODY
          inner body
static int CLASS_INNER_FRAME
          inner frame class
static int CLASS_INNER_FRAME_NO_BORDER
          inner frame without border class
static int CLASS_LABEL
          form element label class
static int CLASS_SECTION
          section class
 

Field Detail

CLASS_CONTROL

public static final int CLASS_CONTROL
control class

See Also:
Constant Field Values

CLASS_BODY

public static final int CLASS_BODY
body class

See Also:
Constant Field Values

CLASS_CAPTION

public static final int CLASS_CAPTION
caption class

See Also:
Constant Field Values

CLASS_HEADER

public static final int CLASS_HEADER
header class

See Also:
Constant Field Values

CLASS_FOOTER

public static final int CLASS_FOOTER
footer class

See Also:
Constant Field Values

CLASS_BODY_LEFT

public static final int CLASS_BODY_LEFT
body frame left

See Also:
Constant Field Values

CLASS_BODY_RIGHT

public static final int CLASS_BODY_RIGHT
body frame right

See Also:
Constant Field Values

CLASS_SECTION

public static final int CLASS_SECTION
section class

See Also:
Constant Field Values

CLASS_DETAIL

public static final int CLASS_DETAIL
detail class

See Also:
Constant Field Values

CLASS_LABEL

public static final int CLASS_LABEL
form element label class

See Also:
Constant Field Values

CLASS_DATA

public static final int CLASS_DATA
form element data class

See Also:
Constant Field Values

CLASS_BUTTONS

public static final int CLASS_BUTTONS
button container class

See Also:
Constant Field Values

CLASS_INDICATOR

public static final int CLASS_INDICATOR
message indicator class

See Also:
Constant Field Values

CLASS_INNER_FRAME

public static final int CLASS_INNER_FRAME
inner frame class

See Also:
Constant Field Values

CLASS_INNER_FRAME_NO_BORDER

public static final int CLASS_INNER_FRAME_NO_BORDER
inner frame without border class

See Also:
Constant Field Values

CLASS_INNER_BODY

public static final int CLASS_INNER_BODY
inner body

See Also:
Constant Field Values

CLASS_HIDDENBUTTON

public static final int CLASS_HIDDENBUTTON
Hidden Button

See Also:
Constant Field Values


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