com.sas.servlet.tbeans.form.html
Interface CheckBoxStyleKeysInterface

All Known Implementing Classes:
CellContentsCheckBoxEditor, CellContentsRowSelectionRenderer, CheckBox

public interface CheckBoxStyleKeysInterface

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


Field Summary
static java.lang.String CHECKBOX_BOX
          Key used to control style of checkbox.
static java.lang.String CHECKBOX_LABEL
          Key used to control style of checkbox label.
static java.lang.String CHECKBOX_LABEL_SPACING
          Key used to control spaing style between the checkbox and the checkbox label.
 

Field Detail

CHECKBOX_BOX

static final java.lang.String CHECKBOX_BOX
Key used to control style of checkbox.

See Also:
Constant Field Values

CHECKBOX_LABEL

static final java.lang.String CHECKBOX_LABEL
Key used to control style of checkbox label.

See Also:
Constant Field Values

CHECKBOX_LABEL_SPACING

static final java.lang.String CHECKBOX_LABEL_SPACING
Key used to control spaing style between the checkbox and the checkbox label.

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.