com.sas.servlet.tbeans.html
Interface ButtonStyleAreaKeysInterface

All Known Implementing Classes:
Button

public interface ButtonStyleAreaKeysInterface

Interface that contains the keys for the style map for the Button.


Field Summary
static java.lang.String BUTTON_BOTTOM
          Key used to control style of the bottom part of the button.
static java.lang.String BUTTON_BOTTOM_LEFT
          Key used to control style of the bottom-left part of the button.
static java.lang.String BUTTON_BOTTOM_RIGHT
          Key used to control style of the bottom-right part of the button.
static java.lang.String BUTTON_CENTER
          Key used to control style of the center part of the button.
static java.lang.String BUTTON_CENTER_ACTIVE
          Key used to control the active style of the button.
static java.lang.String BUTTON_CENTER_DISABLED
          Key used to control the disabled style of the left button.
static java.lang.String BUTTON_CONTAINER
          Key used to control style of the button container.
static java.lang.String BUTTON_LEFT
          Key used to control style of the left part of the button.
static java.lang.String BUTTON_RIGHT
          Key used to control style of the right part of the button.
static java.lang.String BUTTON_ROLLOVER_STYLE
          Key used to control the rollover style of the button.
static java.lang.String BUTTON_STYLE
          Key used to control style of the button.
static java.lang.String BUTTON_TOP
          Key used to control style of the top part of the button.
static java.lang.String BUTTON_TOP_LEFT
          Key used to control style of the top-left part of the button.
static java.lang.String BUTTON_TOP_RIGHT
          Key used to control style of the top-right part of the button.
 

Field Detail

BUTTON_CONTAINER

static final java.lang.String BUTTON_CONTAINER
Key used to control style of the button container.

See Also:
Constant Field Values

BUTTON_TOP

static final java.lang.String BUTTON_TOP
Key used to control style of the top part of the button.

See Also:
Constant Field Values

BUTTON_TOP_LEFT

static final java.lang.String BUTTON_TOP_LEFT
Key used to control style of the top-left part of the button.

See Also:
Constant Field Values

BUTTON_TOP_RIGHT

static final java.lang.String BUTTON_TOP_RIGHT
Key used to control style of the top-right part of the button.

See Also:
Constant Field Values

BUTTON_BOTTOM

static final java.lang.String BUTTON_BOTTOM
Key used to control style of the bottom part of the button.

See Also:
Constant Field Values

BUTTON_BOTTOM_LEFT

static final java.lang.String BUTTON_BOTTOM_LEFT
Key used to control style of the bottom-left part of the button.

See Also:
Constant Field Values

BUTTON_BOTTOM_RIGHT

static final java.lang.String BUTTON_BOTTOM_RIGHT
Key used to control style of the bottom-right part of the button.

See Also:
Constant Field Values

BUTTON_LEFT

static final java.lang.String BUTTON_LEFT
Key used to control style of the left part of the button.

See Also:
Constant Field Values

BUTTON_RIGHT

static final java.lang.String BUTTON_RIGHT
Key used to control style of the right part of the button.

See Also:
Constant Field Values

BUTTON_CENTER

static final java.lang.String BUTTON_CENTER
Key used to control style of the center part of the button.

See Also:
Constant Field Values

BUTTON_STYLE

static final java.lang.String BUTTON_STYLE
Key used to control style of the button.

See Also:
Constant Field Values

BUTTON_ROLLOVER_STYLE

static final java.lang.String BUTTON_ROLLOVER_STYLE
Key used to control the rollover style of the button.

See Also:
Constant Field Values

BUTTON_CENTER_DISABLED

static final java.lang.String BUTTON_CENTER_DISABLED
Key used to control the disabled style of the left button.

See Also:
Constant Field Values

BUTTON_CENTER_ACTIVE

static final java.lang.String BUTTON_CENTER_ACTIVE
Key used to control the active style of the button.

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.