|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseTableView | |
---|---|
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.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.wml | Provides the classes used to generate a table of data in WML. |
Uses of BaseTableView in com.sas.servlet.commands.jdbc.export |
---|
Methods in com.sas.servlet.commands.jdbc.export with parameters of type BaseTableView | |
---|---|
static boolean |
Util.isNumericMissingValue(BaseTableView table,
java.lang.String value)
S0400309 to export relational missing values as blanks Returns true if the received value is a numeric missing value, otherwise return false. |
Uses of BaseTableView in com.sas.servlet.tbeans.remotefileselector2.html |
---|
Methods in com.sas.servlet.tbeans.remotefileselector2.html that return BaseTableView | |
---|---|
protected BaseTableView |
RemoteFileSelector.createDefaultFileDetailView()
Creates and returns the default file detailView component. |
protected BaseTableView |
RemoteFileSearch.createDefaultSearchResultsDetailView()
Creates and returns the default RFS_SEARCHRESULTS_DETAILVIEW . |
Methods in com.sas.servlet.tbeans.remotefileselector2.html with parameters of type BaseTableView | |
---|---|
protected void |
RemoteFileSelector.setupView(BaseTableView table,
BaseRemoteFileModelInterface model)
Bind the viewer and the model. |
protected void |
InformationServicesSelector.setupView(BaseTableView table,
BaseRemoteFileModelInterface model)
Override so that the first time the detail views are rendered, they are rendered with the folders sorted first by Name |
protected void |
RemoteFileSearch.setupView(BaseTableView table,
RemoteFileSearchModelInterface model)
Bind the viewer and the model. |
void |
RemoteFileSelector.sort(BaseTableView table,
BaseRemoteFileModelInterface model,
java.lang.String sortColumnName,
int sortOrder)
The folders are sorted on top in ASCENDING order by default if a isFolder column exists. |
Uses of BaseTableView in com.sas.servlet.tbeans.tableview |
---|
Methods in com.sas.servlet.tbeans.tableview that return BaseTableView | |
---|---|
BaseTableView |
HttpHoldColumnSupport.getTable()
|
BaseTableView |
BaseHeader.getTable()
Returns the TableView associated with this header. |
Methods in com.sas.servlet.tbeans.tableview with parameters of type BaseTableView | |
---|---|
void |
BaseHeader.setTable(BaseTableView table)
Sets the TableView associated with this header. |
Constructors in com.sas.servlet.tbeans.tableview with parameters of type BaseTableView | |
---|---|
BaseColumnHeader(BaseTableView table)
Constructs a ColumnHeader which is initialized with a TableView and a default TableColumnModel. |
|
BaseColumnHeader(BaseTableView table,
TableColumnModel cm)
Constructs a ColumnHeader which is initialized with a TableView and a column model. |
|
BaseHeader(BaseTableView table)
Constructs a header which is initialized with a TableView. |
|
BaseRowHeader(BaseTableView table)
Constructs a RowHeader which is initialized with a TableView. |
Uses of BaseTableView in com.sas.servlet.tbeans.tableview.hdml |
---|
Constructors in com.sas.servlet.tbeans.tableview.hdml with parameters of type BaseTableView | |
---|---|
ColumnHeader(BaseTableView table)
Constructs a ColumnHeader which is initialized with a TableView and a default TableColumnModel. |
|
ColumnHeader(BaseTableView table,
TableColumnModel cm)
Constructs a ColumnHeader which is initialized with a column model. |
|
RowHeader(BaseTableView table)
Constructs a RowHeader which is initialized with a TableView. |
Uses of BaseTableView in com.sas.servlet.tbeans.tableview.html |
---|
Subclasses of BaseTableView 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. |
Constructors in com.sas.servlet.tbeans.tableview.html with parameters of type BaseTableView | |
---|---|
ColumnHeader(BaseTableView table)
Constructs a ColumnHeader which is initialized with a TableView and a default TableColumnModel. |
|
ColumnHeader(BaseTableView table,
TableColumnModel cm)
Constructs a ColumnHeader which is initialized with a column model. |
|
RowHeader(BaseTableView table)
Constructs a RowHeader which is initialized with a TableView. |
Uses of BaseTableView in com.sas.servlet.tbeans.tableview.wml |
---|
Constructors in com.sas.servlet.tbeans.tableview.wml with parameters of type BaseTableView | |
---|---|
ColumnHeader(BaseTableView table)
Constructs a ColumnHeader which is initialized with a TableView and a default TableColumnModel. |
|
ColumnHeader(BaseTableView table,
TableColumnModel cm)
Constructs a ColumnHeader which is initialized with a column model. |
|
RowHeader(BaseTableView table)
Constructs a RowHeader which is initialized with a TableView. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |