|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractBaseTableView | |
---|---|
com.sas.servlet.commands.jdbc.export | Commands and utility classes to export non multidimensional data (usually named relational or jdbc data) from within a web application to MS Excel. |
com.sas.servlet.tbeans.navigationbar.html | Provides classes used to generate an HTML representation of a navigation bar for scrolling. |
com.sas.servlet.tbeans.olaptableview | Provides classes and interfaces for viewing OLAP Data. |
com.sas.servlet.tbeans.olaptableview.html | Provides classes and interfaces for Creating an HTML table representing an OLAPTable. |
com.sas.servlet.tbeans.remotefileselector2.html | |
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.rpf.html | |
com.sas.servlet.tbeans.tableview.wml | Provides the classes used to generate a table of data in WML. |
Uses of AbstractBaseTableView in com.sas.servlet.commands.jdbc.export |
---|
Methods in com.sas.servlet.commands.jdbc.export with parameters of type AbstractBaseTableView | |
---|---|
static java.util.Locale |
Util.getDataLocale(AbstractBaseTableView tableview)
Returns the data locale of the data displayed by a table view. |
Uses of AbstractBaseTableView in com.sas.servlet.tbeans.navigationbar.html |
---|
Constructors in com.sas.servlet.tbeans.navigationbar.html with parameters of type AbstractBaseTableView | |
---|---|
TableColumnNavigationBar(AbstractBaseTableView table)
Constructor for the Column Navigation Bar. |
|
TableRowNavigationBar(AbstractBaseTableView table)
Constructor for the Row Navigation Bar. |
Uses of AbstractBaseTableView in com.sas.servlet.tbeans.olaptableview |
---|
Subclasses of AbstractBaseTableView in com.sas.servlet.tbeans.olaptableview | |
---|---|
class |
BaseOLAPTableView
The BaseOLAPTableView is an abstract TransformationBean |
Uses of AbstractBaseTableView in com.sas.servlet.tbeans.olaptableview.html |
---|
Subclasses of AbstractBaseTableView in com.sas.servlet.tbeans.olaptableview.html | |
---|---|
class |
OLAPTableView
The OLAPTableView is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript to represent a table of data from the given multidimensional model. |
Fields in com.sas.servlet.tbeans.olaptableview.html declared as AbstractBaseTableView | |
---|---|
protected AbstractBaseTableView |
DefaultOLAPTableLabelCellContentsRenderer.tableview
|
Methods in com.sas.servlet.tbeans.olaptableview.html that return AbstractBaseTableView | |
---|---|
AbstractBaseTableView |
DefaultOLAPTableLabelCellContentsRenderer.getTableView()
Gets the instance of the AbstractBaseTableView containing this cell. |
AbstractBaseTableView |
DefaultOLAPTableDataCellContentsRenderer.getTableView()
Gets the instance of the AbstractBaseTableView containing this cell. |
Methods in com.sas.servlet.tbeans.olaptableview.html with parameters of type AbstractBaseTableView | |
---|---|
TransformationInterface |
DefaultOLAPTableLabelCellContentsRenderer.getCellContentsRendererComponent(AbstractBaseTableView viewer,
java.lang.Object value,
ActionList actions)
Returns the tbean used for rendering the contents of the tableview's cell. |
TransformationInterface |
DefaultOLAPTableDataCellContentsRenderer.getCellContentsRendererComponent(AbstractBaseTableView viewer,
java.lang.Object value,
ActionList actions)
Returns the tbean used for rendering the contents of the tableview's cell. |
void |
DefaultOLAPTableLabelCellContentsRenderer.setTableView(AbstractBaseTableView viewer)
Sets the instance of the AbstractBaseTableView containing this cell. |
void |
DefaultOLAPTableDataCellContentsRenderer.setTableView(AbstractBaseTableView viewer)
Sets the instance of the AbstractBaseTableView containing this cell. |
void |
OLAPColorMapTableCellRenderer.write(java.io.PrintWriter out,
AbstractBaseTableView tableview,
java.lang.Object value,
java.lang.String name,
ActionList actions)
Write the entire table cell in the appropriate markup language. |
void |
DefaultOLAPTableLabelCellRenderer.write(java.io.PrintWriter out,
AbstractBaseTableView tableview,
java.lang.Object value,
java.lang.String name,
ActionList actions)
Write the entire table cell in the appropriate markup language. |
void |
DefaultOLAPTableDataCellRenderer.write(java.io.PrintWriter out,
AbstractBaseTableView tableview,
java.lang.Object value,
java.lang.String name,
ActionList actions)
Write the entire table cell in the appropriate markup language. |
Uses of AbstractBaseTableView in com.sas.servlet.tbeans.remotefileselector2.html |
---|
Methods in com.sas.servlet.tbeans.remotefileselector2.html with parameters of type AbstractBaseTableView | |
---|---|
void |
NoColumnTableHeaderRenderer.write(java.io.PrintWriter out,
AbstractBaseTableView tableview,
java.lang.Object value,
java.lang.String name,
ActionList actions)
Renders nothing for the column header. |
void |
InformationServicesDateCellRenderer.write(java.io.PrintWriter out,
AbstractBaseTableView tableview,
java.lang.Object value,
java.lang.String name,
ActionList actions)
Renders the date using the given dateFormat. |
void |
ColumnAsRowCellRenderer.write(java.io.PrintWriter out,
AbstractBaseTableView tableview,
java.lang.Object value,
java.lang.String name,
ActionList actions)
Renders the last column in a TableView as a row. |
Uses of AbstractBaseTableView in com.sas.servlet.tbeans.tableview |
---|
Subclasses of AbstractBaseTableView in com.sas.servlet.tbeans.tableview | |
---|---|
class |
BaseTableView
The base abstract Transformation Bean for creating a 2-dimensional Table. |
Methods in com.sas.servlet.tbeans.tableview that return AbstractBaseTableView | |
---|---|
AbstractBaseTableView |
TableCellContentsRenderer.getTableView()
Gets the instance of the AbstractBaseTableView containing this cell. |
AbstractBaseTableView |
TableCellContentsEditor.getTableView()
Gets the instance of the AbstractBaseTableView containing this cell. |
Methods in com.sas.servlet.tbeans.tableview with parameters of type AbstractBaseTableView | |
---|---|
TransformationInterface |
TableCellContentsEditor.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. |
TransformationInterface |
TableCellContentsRenderer.getCellContentsRendererComponent(AbstractBaseTableView viewer,
java.lang.Object value,
ActionList actions)
Returns the tbean used for rendering the contents of the tableview's cell. |
void |
AbstractBaseTableView.render(TableCellRenderer renderer,
java.io.PrintWriter out,
AbstractBaseTableView tableview,
java.lang.Object value,
java.lang.String name,
ActionList actions)
|
void |
AbstractBaseTableView.renderEditor(TableCellEditor editor,
java.io.PrintWriter out,
AbstractBaseTableView tableview,
java.lang.Object value,
java.lang.String name,
ActionList actions)
|
void |
TableCellContentsRenderer.setTableView(AbstractBaseTableView tableview)
Sets the instance of the AbstractBaseTableView containing this cell. |
void |
TableCellContentsEditor.setTableView(AbstractBaseTableView tableview)
Sets the instance of the AbstractBaseTableView containing this cell. |
void |
TableCell.write(java.io.PrintWriter out,
AbstractBaseTableView tableview,
java.lang.Object value,
java.lang.String name,
ActionList actions)
Write the entire table cell in the appropriate markup language. |
void |
TableRowRenderer.writeBeginRow(AbstractBaseTableView tableview,
java.io.PrintWriter out)
Writes the begin row tag for a TableView in the appropriate markup language into the given output writer. |
void |
TableRowRenderer.writeEndRow(AbstractBaseTableView tableview,
java.io.PrintWriter out)
Writes the end row tag for a TableView in the appropriate markup language into the given output writer. |
Uses of AbstractBaseTableView in com.sas.servlet.tbeans.tableview.hdml |
---|
Methods in com.sas.servlet.tbeans.tableview.hdml that return AbstractBaseTableView | |
---|---|
AbstractBaseTableView |
DefaultCellContentsRenderer.getTableView()
Gets the instance of the AbstractBaseTableView containing this cell. |
Methods in com.sas.servlet.tbeans.tableview.hdml with parameters of type AbstractBaseTableView | |
---|---|
TransformationInterface |
DefaultCellContentsRenderer.getCellContentsRendererComponent(AbstractBaseTableView viewer,
java.lang.Object value,
ActionList actions)
Returns the tbean used for rendering the contents of the tableview's cell. |
TransformationInterface |
CellContentsNoRowsRenderer.getCellContentsRendererComponent(AbstractBaseTableView viewer,
java.lang.Object value,
ActionList actions)
Returns the tbean used for rendering the contents of the TableView's cell. |
void |
DefaultCellContentsRenderer.setTableView(AbstractBaseTableView viewer)
Sets the instance of the AbstractBaseTableView containing this cell. |
void |
DefaultTableCellRenderer.write(java.io.PrintWriter out,
AbstractBaseTableView tableview,
java.lang.Object value,
java.lang.String name,
ActionList actions)
Write the entire table cell in the appropriate markup language. |
void |
DefaultTableRowRenderer.writeBeginRow(AbstractBaseTableView tableview,
java.io.PrintWriter out)
Generates the hdml begin row tag for a hdml TableView. |
void |
DefaultTableRowRenderer.writeEndRow(AbstractBaseTableView tableview,
java.io.PrintWriter out)
There is no end row tag for hdml tables. |
Uses of AbstractBaseTableView in com.sas.servlet.tbeans.tableview.html |
---|
Subclasses of AbstractBaseTableView in com.sas.servlet.tbeans.tableview.html | |
---|---|
class |
TableView
The TableView is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript to represent a table of data from the given 2-dimensional model. |
Methods in com.sas.servlet.tbeans.tableview.html that return AbstractBaseTableView | |
---|---|
AbstractBaseTableView |
CellContentsTextEntryEditor.getTableView()
Gets the instance of the AbstractBaseTableView containing this cell. |
AbstractBaseTableView |
CellContentsTextAreaEditor.getTableView()
Gets the instance of the AbstractBaseTableView containing this cell. |
AbstractBaseTableView |
CellContentsSimpleTemplateRenderer.getTableView()
Gets the instance of the AbstractBaseTableView containing this cell. |
AbstractBaseTableView |
CellContentsRowSelectionRenderer.getTableView()
Gets the instance of the AbstractBaseTableView containing this cell. |
AbstractBaseTableView |
CellContentsRadioEditor.getTableView()
Gets the instance of the AbstractBaseTableView containing this cell. |
AbstractBaseTableView |
CellContentsListBoxEditor.getTableView()
Gets the instance of the AbstractBaseTableView containing this cell. |
AbstractBaseTableView |
CellContentsLabelRenderer.getTableView()
Gets the instance of the AbstractBaseTableView containing this cell. |
AbstractBaseTableView |
CellContentsImageRenderer.getTableView()
Gets the instance of the AbstractBaseTableView containing this cell. |
AbstractBaseTableView |
CellContentsChoiceBoxEditor.getTableView()
Gets the instance of the AbstractBaseTableView containing this cell. |
AbstractBaseTableView |
CellContentsCheckBoxEditor.getTableView()
Gets the instance of the AbstractBaseTableView containing this cell. |
Methods in com.sas.servlet.tbeans.tableview.html with parameters of type AbstractBaseTableView | |
---|---|
TransformationInterface |
CellContentsTextEntryEditor.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. |
TransformationInterface |
CellContentsTextAreaEditor.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. |
TransformationInterface |
CellContentsRadioEditor.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. |
TransformationInterface |
CellContentsListBoxEditor.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. |
TransformationInterface |
CellContentsChoiceBoxEditor.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. |
TransformationInterface |
CellContentsCheckBoxEditor.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. |
TransformationInterface |
CellContentsSimpleTemplateRenderer.getCellContentsRendererComponent(AbstractBaseTableView viewer,
java.lang.Object value,
ActionList actions)
Returns the tbean used for rendering the contents of the tableview's cell. |
TransformationInterface |
CellContentsRowSelectionRenderer.getCellContentsRendererComponent(AbstractBaseTableView viewer,
java.lang.Object value,
ActionList actions)
Returns the tbean used for rendering the contents of the tableview's cell. |
TransformationInterface |
CellContentsNoRowsRenderer.getCellContentsRendererComponent(AbstractBaseTableView viewer,
java.lang.Object value,
ActionList actions)
Returns the tbean used for rendering the contents of the TableView's cell. |
TransformationInterface |
CellContentsLabelRenderer.getCellContentsRendererComponent(AbstractBaseTableView viewer,
java.lang.Object value,
ActionList actions)
Returns the tbean used for rendering the contents of the tableview's cell. |
TransformationInterface |
CellContentsImageRenderer.getCellContentsRendererComponent(AbstractBaseTableView viewer,
java.lang.Object value,
ActionList actions)
Returns the tbean used for rendering the contents of the tableview's cell. |
static void |
HtmlTableViewUtil.setOnModificationEvent(AbstractBaseTableView tableView,
java.lang.Object renderer)
This method is used by the TableView to set the event to be called when the cell is modified. |
static void |
HtmlTableViewUtil.setOnRowSelectionEvent(AbstractBaseTableView tableView,
java.lang.Object renderer)
This method is used by the TableView to set the event to be called when the row is selected. |
void |
CellContentsTextEntryEditor.setTableView(AbstractBaseTableView viewer)
Sets the instance of the AbstractBaseTableView containing this cell. |
void |
CellContentsTextAreaEditor.setTableView(AbstractBaseTableView viewer)
Sets the instance of the AbstractBaseTableView containing this cell. |
void |
CellContentsSimpleTemplateRenderer.setTableView(AbstractBaseTableView viewer)
Sets the instance of the AbstractBaseTableView containing this cell. |
void |
CellContentsRowSelectionRenderer.setTableView(AbstractBaseTableView viewer)
Sets the instance of the AbstractBaseTableView containing this cell. |
void |
CellContentsRadioEditor.setTableView(AbstractBaseTableView viewer)
Sets the instance of the AbstractBaseTableView containing this cell. |
void |
CellContentsListBoxEditor.setTableView(AbstractBaseTableView viewer)
Sets the instance of the AbstractBaseTableView containing this cell. |
void |
CellContentsLabelRenderer.setTableView(AbstractBaseTableView viewer)
Sets the instance of the AbstractBaseTableView containing this cell. |
void |
CellContentsImageRenderer.setTableView(AbstractBaseTableView viewer)
Sets the instance of the AbstractBaseTableView containing this cell. |
void |
CellContentsChoiceBoxEditor.setTableView(AbstractBaseTableView viewer)
Sets the instance of the AbstractBaseTableView containing this cell. |
void |
CellContentsCheckBoxEditor.setTableView(AbstractBaseTableView viewer)
Sets the instance of the AbstractBaseTableView containing this cell. |
void |
DefaultTableCellRenderer.write(java.io.PrintWriter out,
AbstractBaseTableView tableview,
java.lang.Object value,
java.lang.String name,
ActionList actions)
Write the entire table cell in the appropriate markup language. |
void |
DefaultTableCellEditor.write(java.io.PrintWriter out,
AbstractBaseTableView tableview,
java.lang.Object value,
java.lang.String name,
ActionList actions)
Write the entire table cell in the appropriate markup language. |
void |
DefaultRowSelectionRenderer.write(java.io.PrintWriter out,
AbstractBaseTableView tableview,
java.lang.Object value,
java.lang.String name,
ActionList actions)
Write the entire table cell in the appropriate markup language. |
abstract void |
BaseTableCell.write(java.io.PrintWriter out,
AbstractBaseTableView tableview,
java.lang.Object value,
java.lang.String name,
ActionList actions)
Write the entire table cell in the appropriate markup language. |
static void |
HtmlTableViewUtil.writeActions(AbstractBaseTableView tableview,
ActionList actions,
java.io.PrintWriter out)
Writes the actions in the actions list. |
static void |
HtmlTableViewUtil.writeActions(AbstractBaseTableView tableview,
ActionList actions,
java.io.PrintWriter out,
boolean encodeText)
Writes the actions in the actions list. |
void |
DefaultTableRowRenderer.writeBeginRow(AbstractBaseTableView tableview,
java.io.PrintWriter out)
Generates the html begin row tag for a html TableView. |
static void |
HtmlTableViewUtil.writeColumnsPercentageWidthForOptimizedTreeTableView(AbstractBaseTableView tableView,
java.io.PrintWriter out)
For an optimized TreeTableView we want the tree column to have full width regardless of the percentage width set on the Table. |
static void |
HtmlTableViewUtil.writeEmptyTable(AbstractBaseTableView tableView,
java.io.PrintWriter out)
Writes an empty table when a model in not attached |
void |
DefaultTableRowRenderer.writeEndRow(AbstractBaseTableView tableview,
java.io.PrintWriter out)
Generates the html end row tag for a html TableView. |
static void |
HtmlTableViewUtil.writeTableFooter(AbstractBaseTableView tableView,
java.io.PrintWriter out)
Writes the footer tag for the tableview. |
static void |
HtmlTableViewUtil.writeTableHeader(AbstractBaseTableView tableView,
java.io.PrintWriter out)
Writes the header tag and all its attributes for tableview. |
Uses of AbstractBaseTableView in com.sas.servlet.tbeans.tableview.rpf.html |
---|
Methods in com.sas.servlet.tbeans.tableview.rpf.html with parameters of type AbstractBaseTableView | |
---|---|
void |
ConditionTableCellRenderer.write(java.io.PrintWriter out,
AbstractBaseTableView tableview,
java.lang.Object value,
java.lang.String name,
ActionList actions)
Write the entire table cell in the appropriate markup language. |
void |
ConditionTableCellRenderer.write(java.io.PrintWriter out,
AbstractBaseTableView tableview,
java.lang.Object value,
java.lang.String name,
ActionList actions,
java.lang.String strictStyleOverride,
boolean isExcel)
Write the entire table cell in the appropriate markup language. |
void |
ConditionTableCellRenderer.writeCenterComponent(java.io.PrintWriter out,
AbstractBaseTableView table,
ActionList cellActions,
java.lang.String name,
java.lang.Object dataCell,
boolean isExcel)
Write the center/replacement component only, knowing that there are no positioned actions and that extra columns are not needed. |
void |
ConditionTableCellRenderer.writeWithExtraColumns(java.io.PrintWriter out,
AbstractBaseTableView table,
ActionList cellActions,
java.lang.String name,
java.lang.Object dataCell)
|
static void |
ConditionTableCellRenderer.writeWithExtraColumns(java.io.PrintWriter out,
AbstractBaseTableView table,
ActionList cellActions,
java.lang.String name,
java.lang.Object dataCell,
TableCellRenderer renderer,
TableCellRenderer dcr,
int rowSpan,
javax.servlet.http.HttpServletRequest request)
|
void |
ConditionTableCellRenderer.writeWithExtraColumnsForExcel(java.io.PrintWriter out,
AbstractBaseTableView table,
ActionList cellActions,
java.lang.String name,
java.lang.Object dataCell)
|
void |
ConditionTableCellRenderer.writeWithoutExtraColumns(java.io.PrintWriter out,
AbstractBaseTableView table,
ActionList cellActions,
java.lang.String name,
java.lang.Object dataCell,
boolean isExcel)
Writes the left, center, and right component all within a single table cell. |
Uses of AbstractBaseTableView in com.sas.servlet.tbeans.tableview.wml |
---|
Methods in com.sas.servlet.tbeans.tableview.wml that return AbstractBaseTableView | |
---|---|
AbstractBaseTableView |
DefaultCellContentsRenderer.getTableView()
Gets the instance of the AbstractBaseTableView containing this cell. |
Methods in com.sas.servlet.tbeans.tableview.wml with parameters of type AbstractBaseTableView | |
---|---|
TransformationInterface |
DefaultCellContentsRenderer.getCellContentsRendererComponent(AbstractBaseTableView viewer,
java.lang.Object value,
ActionList actions)
Returns the tbean used for rendering the contents of the tableview's cell. |
TransformationInterface |
CellContentsNoRowsRenderer.getCellContentsRendererComponent(AbstractBaseTableView viewer,
java.lang.Object value,
ActionList actions)
Returns the tbean used for rendering the contents of the TableView's cell. |
void |
DefaultCellContentsRenderer.setTableView(AbstractBaseTableView viewer)
Sets the instance of the AbstractBaseTableView containing this cell. |
void |
DefaultTableCellRenderer.write(java.io.PrintWriter out,
AbstractBaseTableView tableview,
java.lang.Object value,
java.lang.String name,
ActionList actions)
Write the entire table cell in the appropriate markup language. |
void |
DefaultTableRowRenderer.writeBeginRow(AbstractBaseTableView tableview,
java.io.PrintWriter out)
Generates the wml begin row tag for a wml TableView. |
void |
DefaultTableRowRenderer.writeEndRow(AbstractBaseTableView tableview,
java.io.PrintWriter out)
Generates the wml end row tag for a wml TableView. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |