|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableCellEditor
This interface defines the methods required by any object that would like to be an editor for cells in a TableView. It generates the entire contents of the table's cell within the appropriate markup language.
For example, in HTML the table cell editor would generate <TD>cellvalue</TD>
The write methods should not be called until the cellContentsEditor's setCellEditorContentsValue method has been successful called.
Method Summary | |
---|---|
java.util.Locale |
getLocale()
Gets the locale. |
TableCellContentsEditor |
getTableCellContentsEditor()
Gets the cell contents editor used to display the cell's contents. |
void |
setLocale(java.util.Locale loc)
Sets the locale. |
void |
setTableCellContentsEditor(TableCellContentsEditor contentsEditor)
Sets the cell contents editor used to display the cell's contents. |
Methods inherited from interface com.sas.servlet.tbeans.tableview.TableCell |
---|
isHeader, setHeader, write, writeBeginCell, writeEndCell |
Method Detail |
---|
void setTableCellContentsEditor(TableCellContentsEditor contentsEditor)
contentsEditor
- the editor used to display the cell's contents.TableCellContentsEditor getTableCellContentsEditor()
void setLocale(java.util.Locale loc)
loc
- an instance of java.util.Localejava.util.Locale getLocale()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |