|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableCellRenderer
This interface defines the methods required by any object that would like to be a renderer 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 renderer would generate <TD>cellvalue</TD>
The write methods should not be called until the cellContentsRenderer's setCellRendererContentsValue method has been successful called.
Method Summary | |
---|---|
java.util.Locale |
getLocale()
Gets the locale. |
TableCellContentsRenderer |
getTableCellContentsRenderer()
Gets the cell contents renderer used to display the cell's contents. |
void |
setLocale(java.util.Locale loc)
Sets the locale. |
void |
setTableCellContentsRenderer(TableCellContentsRenderer contentsRenderer)
Sets the cell contents renderer 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 setTableCellContentsRenderer(TableCellContentsRenderer contentsRenderer)
contentsRenderer
- the renderer used to display the cell's contents.TableCellContentsRenderer getTableCellContentsRenderer()
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 |