com.sas.servlet.tbeans
Interface ExpandCollapseKeysInterface

All Known Implementing Classes:
BaseExpandCollapse, ExpandCollapse

public interface ExpandCollapseKeysInterface

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

These keys also correspond to the keys in the template.

See Also:
TemplateInterface, TemplateSupport

Field Summary
static java.lang.String COL_BUTTON
          Template key for the collapse Button tbean.
static java.lang.String CONTENT
          Template key for the div content String.
static java.lang.String DIV_ID
          Template key for the div id (from component's getName() value).
static java.lang.String EXP_BUTTON
          Template key for the expand Button tbean.
static java.lang.String EXPCOL_BUTTON
          Template key for the expand/collapse (single button) tbean.
static java.lang.String REMOVE_BUTTON
          Template key for the remove Button tbean.
static java.lang.String TITLE_LABEL
          Template key for the title Label tbean.
 

Field Detail

COL_BUTTON

static final java.lang.String COL_BUTTON
Template key for the collapse Button tbean.

See Also:
Constant Field Values

CONTENT

static final java.lang.String CONTENT
Template key for the div content String.

See Also:
Constant Field Values

DIV_ID

static final java.lang.String DIV_ID
Template key for the div id (from component's getName() value).

See Also:
Constant Field Values

EXP_BUTTON

static final java.lang.String EXP_BUTTON
Template key for the expand Button tbean.

See Also:
Constant Field Values

EXPCOL_BUTTON

static final java.lang.String EXPCOL_BUTTON
Template key for the expand/collapse (single button) tbean.

See Also:
Constant Field Values

REMOVE_BUTTON

static final java.lang.String REMOVE_BUTTON
Template key for the remove Button tbean.

See Also:
Constant Field Values

TITLE_LABEL

static final java.lang.String TITLE_LABEL
Template key for the title Label tbean.

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.