|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableCellContentsRenderer
This interface defines the methods required by any object that would like to renderer the contents of a cell of a TableView. It generates the contents of the table's cell that will be used within the appropriate markup language begin and end cell tags.
Method Summary | |
---|---|
ActionList |
getActions()
Gets the list of valid actions for this cell. |
TransformationInterface |
getCellContentsRendererComponent(AbstractBaseTableView viewer,
java.lang.Object value,
ActionList actions)
Returns the tbean used for rendering the contents of the tableview's cell. |
AbstractBaseTableView |
getTableView()
Gets the instance of the AbstractBaseTableView containing this cell. |
void |
setActions(ActionList actions)
Sets the list of valid actions for this cell. |
void |
setTableView(AbstractBaseTableView tableview)
Sets the instance of the AbstractBaseTableView containing this cell. |
Methods inherited from interface com.sas.servlet.tbeans.TransformationInterface |
---|
getCustomAttributes, getDescription, getId, getLocale, getName, getRequest, getResponse, getTagEpilog, getTagProlog, isVisible, setCustomAttributes, setDescription, setId, setLocale, setName, setRequest, setResponse, setTagEpilog, setTagProlog, setVisible, write, write, write, write |
Method Detail |
---|
TransformationInterface getCellContentsRendererComponent(AbstractBaseTableView viewer, java.lang.Object value, ActionList actions)
viewer
- the instance of the tableview being written.value
- the value to display as the cell's contentsactions
- an actionlist of all the valid actions for this cell
void setActions(ActionList actions)
actions
- an actionlist of all the valid actions for this cellActionList getActions()
void setTableView(AbstractBaseTableView tableview)
tableview
- an instance of AbstractBaseTableView containing this cellAbstractBaseTableView getTableView()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |