com.sas.servlet.tbeans
Interface StyleInterface

All Known Implementing Classes:
BaseFieldRenderer, BaseLabel, BaseTableCell, BaseTableRow, CellContentsChoiceBoxEditor, CellContentsImageRenderer, CellContentsLabelRenderer, CellContentsListBoxEditor, CellContentsNoRowsRenderer, CellContentsTextAreaEditor, CellContentsTextEntryEditor, ChoiceBox, ColumnAsRowCellRenderer, ConditionTableCellRenderer, DefaultOLAPTableDataCellContentsRenderer, DefaultOLAPTableDataCellRenderer, DefaultOLAPTableLabelCellContentsRenderer, DefaultOLAPTableLabelCellRenderer, DefaultRowSelectionRenderer, DefaultTableCellEditor, DefaultTableCellRenderer, DefaultTableHeaderRenderer, DefaultTableRowHeaderRenderer, DefaultTableRowRenderer, Hidden, Image, ImageAction, InformationServicesDateCellRenderer, Label, ListBox, NoColumnTableHeaderRenderer, OLAPColorMapTableCellRenderer, Password, PushButton, TextAction, TextArea, TextEntry

public interface StyleInterface

The StyleInfoInterface is implemented by all simple tbean components. Examples are Image and Listbox. It allows the user to assign a classid or style attribute the the component.

See Also:
StyleInfo

Method Summary
 StyleInfo getStyleInfo()
          Returns the style info for this tbean component.
 void setStyleInfo(StyleInfo styleInfo)
          Sets the style info for this tbean component.
 

Method Detail

getStyleInfo

StyleInfo getStyleInfo()
Returns the style info for this tbean component.

Returns:
style used for this tbean component

setStyleInfo

void setStyleInfo(StyleInfo styleInfo)
Sets the style info for this tbean component.

Parameters:
styleInfo - The style for this tbean component



Copyright © 2009 SAS Institute Inc. All Rights Reserved.