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

Packages that use TableCellEditor
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.hdml Provides the classes used to generate a table of data in HDML. 
com.sas.servlet.tbeans.tableview.html Provides the classes used to generate a table of data in HTML. 
com.sas.servlet.tbeans.tableview.wml Provides the classes used to generate a table of data in WML. 
 

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

Methods in com.sas.servlet.tbeans.tableview that return TableCellEditor
 TableCellEditor TableColumn.getCellEditor()
          Returns the TableCellEditor used by the TableView to edit the cells for this column.
 TableCellEditor BaseTableView.getCellEditor(int rowNumber, boolean isExtendRow, int colModelIndex)
           
 TableCellEditor BaseTableView.getCellEditor(int row, int column)
          Returns an appropriate editor for the cell specified by this row and column.
abstract  TableCellEditor BaseTableView.getDefaultEditor()
          Gets the default cell editor for the TableView.
 

Methods in com.sas.servlet.tbeans.tableview with parameters of type TableCellEditor
 void AbstractBaseTableView.renderEditor(TableCellEditor editor, java.io.PrintWriter out, AbstractBaseTableView tableview, java.lang.Object value, java.lang.String name, ActionList actions)
           
 void BaseTableView.setCellEditor(int startRow, int endRow, int repeatRowFactor, int startColumn, int endColumn, int repeatColumnFactor, TableCellEditor editor)
          Sets the cell editor for the specific cells located in the specified area determined by startRow, endRow, repeatRowFactor, startColumn, endColumn and repeatColumnFactor.
 void BaseTableView.setCellEditor(int row, int column, TableCellEditor editor)
          Sets the cell editor for the specific cell located at the row and column passed in.
 void TableColumn.setCellEditor(TableCellEditor cellEditor)
          Sets the TableCellEditor used by the TableView to edit the cells for this column.
 void BaseTableView.setCellEditor(com.sas.swing.visuals.tableview.TableFormatAreaInterface area, TableCellEditor editor)
           
 void BaseTableView.writeEditorCell(java.io.PrintWriter out, TableCellEditor cellEditor, int rowNumber, int colModelIndex, ActionList actions)
           
 

Constructors in com.sas.servlet.tbeans.tableview with parameters of type TableCellEditor
TableColumn(int mIndex, TableCellRenderer cRenderer, TableCellEditor cEditor)
          Constructs a new TableColumn using the given renderer and editor.
 

Uses of TableCellEditor in com.sas.servlet.tbeans.tableview.hdml
 

Methods in com.sas.servlet.tbeans.tableview.hdml that return TableCellEditor
 TableCellEditor TableView.getDefaultEditor()
          Editing not implemented on this class, returns null.
 

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

Classes in com.sas.servlet.tbeans.tableview.html that implement TableCellEditor
 class DefaultTableCellEditor
          The DefaultTableCellEditor is the default class for generating the appropriate HTML 4.0 to represent a cell of a TableView that can be edited.
 

Methods in com.sas.servlet.tbeans.tableview.html that return TableCellEditor
 TableCellEditor TableView.getDefaultEditor()
          Gets the default cell editor for the TableView.
 

Methods in com.sas.servlet.tbeans.tableview.html with parameters of type TableCellEditor
 void TableView.setDefaultEditor(TableCellEditor editor)
          Sets the default cell editor for the TableView.
 

Uses of TableCellEditor in com.sas.servlet.tbeans.tableview.wml
 

Methods in com.sas.servlet.tbeans.tableview.wml that return TableCellEditor
 TableCellEditor TableView.getDefaultEditor()
          Editing not implemented on this class, returns null.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.