Uses of Interface
com.sas.servlet.tbeans.tableview.TableCellContentsEditor

Packages that use TableCellContentsEditor
com.sas.servlet.tbeans.tableview Provides the base classes and interfaces used to generate a table of data for a given data model. 
com.sas.servlet.tbeans.tableview.html Provides the classes used to generate a table of data in HTML. 
 

Uses of TableCellContentsEditor in com.sas.servlet.tbeans.tableview
 

Methods in com.sas.servlet.tbeans.tableview that return TableCellContentsEditor
 TableCellContentsEditor TableCellEditor.getTableCellContentsEditor()
          Gets the cell contents editor used to display the cell's contents.
 

Methods in com.sas.servlet.tbeans.tableview with parameters of type TableCellContentsEditor
 void TableCellEditor.setTableCellContentsEditor(TableCellContentsEditor contentsEditor)
          Sets the cell contents editor used to display the cell's contents.
 

Uses of TableCellContentsEditor in com.sas.servlet.tbeans.tableview.html
 

Methods in com.sas.servlet.tbeans.tableview.html that return TableCellContentsEditor
 TableCellContentsEditor DefaultTableCellEditor.getTableCellContentsEditor()
          Gets the cell contents editor used to display the cell's contents.
 

Methods in com.sas.servlet.tbeans.tableview.html with parameters of type TableCellContentsEditor
 void DefaultTableCellEditor.setTableCellContentsEditor(TableCellContentsEditor contentsEditor)
          Sets the cell contents editor used to display the cell's contents.
 

Constructors in com.sas.servlet.tbeans.tableview.html with parameters of type TableCellContentsEditor
DefaultTableCellEditor(TableCellContentsEditor cEditor)
          Constructs a new DefaultTableCellEditor with the given TableCellContentsRenderer
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.