|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface TableCellContentsEditor
This interface defines the methods required by any object that would like to edit the contents of a cell of a TableView. It generates the contents of the table's cell within the appropriate markup language begin and end cell tags.
| Method Summary | |
|---|---|
ActionList |
getActions()
Gets the list of valid actions for this cell. |
TransformationInterface |
getCellContentsEditorComponent(AbstractBaseTableView viewer,
java.lang.Object value,
java.lang.String name,
ActionList actions)
Returns the tbean used for rendering the contents of the tableview's editable 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 getCellContentsEditorComponent(AbstractBaseTableView viewer,
java.lang.Object value,
java.lang.String name,
ActionList actions)
viewer - the instance of the tableview being written.value - the value to display as the cell's contentsname - the name to use for the contents editoractions - 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 | |||||||||||||