com.sas.servlet.tbeans.html
Interface ExpandCollapseStyleKeysInterface

All Known Implementing Classes:
ExpandCollapse

public interface ExpandCollapseStyleKeysInterface

Component style keys used for com.sas.servlet.tbeans.html.ExpandCollapse

These keys also correspond to the style keys in the template.

See Also:
TemplateInterface, TemplateSupport

Field Summary
static java.lang.String BUTTONS_STYLE
          Style key for td element containing button table.
static java.lang.String BUTTONS_TABLE_STYLE
          Style key for table containing all buttons.
static java.lang.String CONTAINER_STYLE
          Style key for entire table container.
static java.lang.String DIV_STYLE
          Style key for the expand collapse div tag.
static java.lang.String SEPARATOR_STYLE
          Style key for the separator row between the title area and the contents.
static java.lang.String TITLE_STYLE
          Style key for the entire title row area.
 

Field Detail

CONTAINER_STYLE

static final java.lang.String CONTAINER_STYLE
Style key for entire table container.

See Also:
Constant Field Values

BUTTONS_STYLE

static final java.lang.String BUTTONS_STYLE
Style key for td element containing button table.

See Also:
Constant Field Values

BUTTONS_TABLE_STYLE

static final java.lang.String BUTTONS_TABLE_STYLE
Style key for table containing all buttons.

See Also:
Constant Field Values

DIV_STYLE

static final java.lang.String DIV_STYLE
Style key for the expand collapse div tag.

See Also:
Constant Field Values

SEPARATOR_STYLE

static final java.lang.String SEPARATOR_STYLE
Style key for the separator row between the title area and the contents.

See Also:
Constant Field Values

TITLE_STYLE

static final java.lang.String TITLE_STYLE
Style key for the entire title row area.

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.