|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionList | |
---|---|
com.sas.actionprovider | Provides the integrated set of classes that comprise the ActionProvider Framework (APF). |
com.sas.actionprovider.support | Provides the support classes that define the default areas and actions for components that acquire their Actions via the ActionProviderFramework (APF). |
com.sas.servlet.tbeans.dataselectors.html | Provides classes for creating dataselectors, and the menubar classes that provide access to the dataselectors from a data viewer. |
com.sas.servlet.tbeans.graphics.html | Provides classes for generating different chart objects. |
com.sas.servlet.tbeans.olapgraphics.html | Provides classes for generating different OLAP chart objects. |
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 ActionList in com.sas.actionprovider |
---|
Methods in com.sas.actionprovider that return ActionList | |
---|---|
ActionList |
BaseActionProvider.getActionList(boolean fromPoolIfPossible)
INTERNAL USE ONLY |
ActionList |
HttpActionProvider.getActions(ActionSupportFilter filter)
|
ActionList |
BaseActionProvider.getActions(ActionSupportFilter filter)
Returns a list of the Actions that are supported for the component area specified by the filter. |
ActionList |
BaseActionProvider.getDefaultActions(java.lang.String supportType,
java.lang.String areaType)
Deprecated. Use listDefaultActions( String supportType, String areaType ) instead |
Methods in com.sas.actionprovider with parameters of type ActionList | |
---|---|
void |
BaseActionProvider.returnActionList(ActionList actionList)
Convenience method for components that acquire ActionLists from the ActionProvider to have an ActionList and all its embedded Actions and ActionList checked in to the appropriate pools. |
Uses of ActionList in com.sas.actionprovider.support |
---|
Methods in com.sas.actionprovider.support that return ActionList | |
---|---|
ActionList |
BaseActionProviderSupport.getActions(ActionSupportFilter actionFilter)
Returns an ActionList containing all the actions, both default and custom, that are available according to the information provided by the viewer component on the ActionSupportFilter . |
ActionList |
BaseActionProviderCompositeSupport.getActions(ActionSupportFilter actionFilter)
Returns an ActionList containing all the actions, both default and custom, that are available according to the information provided by the viewer component on the ActionSupportFilter . |
ActionList |
BaseActionProviderSupport.getDefaultActions(java.lang.String areaType)
Deprecated. Use BaseActionProviderSupport.listDefaultActions(java.lang.String) instead |
ActionList |
BaseActionProviderCompositeSupport.getDefaultActions(java.lang.String areaType)
Deprecated. Use BaseActionProviderSupport.listDefaultActions(java.lang.String) instead |
Uses of ActionList in com.sas.servlet.tbeans.dataselectors.html |
---|
Methods in com.sas.servlet.tbeans.dataselectors.html that return ActionList | |
---|---|
ActionList |
ActionProviderMenuBar.getSelectorActions(ActionSupportFilter menuBarFilter)
Return the list of actions that represent the valid selectors to be placed on the menubar. |
Uses of ActionList in com.sas.servlet.tbeans.graphics.html |
---|
Methods in com.sas.servlet.tbeans.graphics.html that return ActionList | |
---|---|
ActionList |
ESRIMapChart.getMapActions()
|
ActionList |
ESRIMapChart.getOtherMapActions()
Returns a list of Actions that are found in the "Other" area of the map. |
ActionList |
ESRIMapChart.getToolbarActions()
Returns a list of the Actions that are available on the toolbar. |
Uses of ActionList in com.sas.servlet.tbeans.olapgraphics.html |
---|
Methods in com.sas.servlet.tbeans.olapgraphics.html that return ActionList | |
---|---|
ActionList |
OLAPESRIMapChart.getMapActions()
Returns a list of the Actions that are defined on the MapArea, defined as MapActionValueKeys.MAP_AREA. |
ActionList |
OLAPESRIMapChart.getOtherMapActions()
Returns a list of Actions that are found in the "Other" area of the map. |
ActionList |
OLAPESRIMapChart.getToolbarActions()
Returns a list of the Actions that are available on the toolbar. |
Uses of ActionList in com.sas.servlet.tbeans.olaptableview.html |
---|
Fields in com.sas.servlet.tbeans.olaptableview.html declared as ActionList | |
---|---|
protected ActionList |
DefaultOLAPTableLabelCellContentsRenderer.actionList
|
Methods in com.sas.servlet.tbeans.olaptableview.html that return ActionList | |
---|---|
ActionList |
DefaultOLAPTableLabelCellContentsRenderer.getActions()
Gets the list of valid actions for this cell. |
ActionList |
DefaultOLAPTableDataCellContentsRenderer.getActions()
Gets the list of valid actions for this cell. |
Methods in com.sas.servlet.tbeans.olaptableview.html with parameters of type ActionList | |
---|---|
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.setActions(ActionList actions)
Sets the list of valid actions for this cell. |
void |
DefaultOLAPTableDataCellContentsRenderer.setActions(ActionList actions)
Sets the list of valid actions for 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 ActionList in com.sas.servlet.tbeans.remotefileselector2.html |
---|
Methods in com.sas.servlet.tbeans.remotefileselector2.html that return ActionList | |
---|---|
protected ActionList |
RemoteFileToolBar.getNavigatorActions()
Returns actions associated with the navigation component in the toolbar. |
protected ActionList |
RemoteFileSearch.getSearchButtonAreaActions()
Returns the action list containing the START_SEARCH_ACTION . |
Methods in com.sas.servlet.tbeans.remotefileselector2.html with parameters of type ActionList | |
---|---|
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 ActionList in com.sas.servlet.tbeans.tableview |
---|
Methods in com.sas.servlet.tbeans.tableview that return ActionList | |
---|---|
ActionList |
TableCellContentsRenderer.getActions()
Gets the list of valid actions for this cell. |
ActionList |
TableCellContentsEditor.getActions()
Gets the list of valid actions for this cell. |
protected ActionList |
BaseTableView.getColumnHeaderActions(TableColumn column,
java.lang.String header)
Returns the ActionList to be rendered as the column header for the given column. |
protected ActionList |
BaseTableView.getDataCellActions(int rowNumber,
int colModelIndex)
Returns the ActionList to be rendered as the cell for the given row and column coordinates. |
protected ActionList |
BaseTableView.getEditColumnActions(int rowNumber)
Returns the ActionList of edit actions for the given row. |
protected ActionList |
BaseTableView.getEditRowActions()
Returns the ActionList of edit actions for the EDITROW. |
Methods in com.sas.servlet.tbeans.tableview with parameters of type ActionList | |
---|---|
protected void |
AbstractBaseTableView.addMoveMenu(TableCellRenderer renderer,
ActionList actions)
|
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.setActions(ActionList actions)
Sets the list of valid actions for this cell. |
void |
TableCellContentsEditor.setActions(ActionList actions)
Sets the list of valid actions for 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 |
BaseTableView.writeCell(java.io.PrintWriter out,
int rowNumber,
int colModelIndex,
boolean isExtendRow,
boolean isRowSelectionColumn,
boolean isEditColumn,
ActionList actions)
|
void |
BaseTableView.writeEditorCell(java.io.PrintWriter out,
TableCellEditor cellEditor,
int rowNumber,
int colModelIndex,
ActionList actions)
|
Uses of ActionList in com.sas.servlet.tbeans.tableview.hdml |
---|
Methods in com.sas.servlet.tbeans.tableview.hdml that return ActionList | |
---|---|
ActionList |
DefaultCellContentsRenderer.getActions()
No implementation for this method. |
Methods in com.sas.servlet.tbeans.tableview.hdml with parameters of type ActionList | |
---|---|
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.setActions(ActionList actions)
No implementation for this method. |
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. |
Uses of ActionList in com.sas.servlet.tbeans.tableview.html |
---|
Methods in com.sas.servlet.tbeans.tableview.html that return ActionList | |
---|---|
ActionList |
CellContentsTextEntryEditor.getActions()
Gets the list of valid actions for this cell. |
ActionList |
CellContentsTextAreaEditor.getActions()
Gets the list of valid actions for this cell. |
ActionList |
CellContentsSimpleTemplateRenderer.getActions()
Gets the list of valid actions for this cell. |
ActionList |
CellContentsRowSelectionRenderer.getActions()
Gets the list of valid actions for this cell. |
ActionList |
CellContentsRadioEditor.getActions()
Gets the list of valid actions for this cell. |
ActionList |
CellContentsListBoxEditor.getActions()
Gets the list of valid actions for this cell. |
ActionList |
CellContentsLabelRenderer.getActions()
Gets the list of valid actions for this cell. |
ActionList |
CellContentsImageRenderer.getActions()
Gets the list of valid actions for this cell. |
ActionList |
CellContentsChoiceBoxEditor.getActions()
Gets the list of valid actions for this cell. |
ActionList |
CellContentsCheckBoxEditor.getActions()
Gets the list of valid actions for this cell. |
Methods in com.sas.servlet.tbeans.tableview.html with parameters of type ActionList | |
---|---|
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. |
void |
CellContentsTextEntryEditor.setActions(ActionList actions)
Sets the list of valid actions for this cell. |
void |
CellContentsTextAreaEditor.setActions(ActionList actions)
Sets the list of valid actions for this cell. |
void |
CellContentsSimpleTemplateRenderer.setActions(ActionList actions)
Sets the list of valid actions for this cell. |
void |
CellContentsRowSelectionRenderer.setActions(ActionList actions)
Sets the list of valid actions for this cell. |
void |
CellContentsRadioEditor.setActions(ActionList actions)
Sets the list of valid actions for this cell. |
void |
CellContentsListBoxEditor.setActions(ActionList actions)
Sets the list of valid actions for this cell. |
void |
CellContentsLabelRenderer.setActions(ActionList actions)
Sets the list of valid actions for this cell. |
void |
CellContentsImageRenderer.setActions(ActionList actions)
Sets the list of valid actions for this cell. |
void |
CellContentsChoiceBoxEditor.setActions(ActionList actions)
Sets the list of valid actions for this cell. |
void |
CellContentsCheckBoxEditor.setActions(ActionList actions)
Sets the list of valid actions for 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. |
Uses of ActionList in com.sas.servlet.tbeans.tableview.rpf.html |
---|
Methods in com.sas.servlet.tbeans.tableview.rpf.html with parameters of type ActionList | |
---|---|
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 ActionList in com.sas.servlet.tbeans.tableview.wml |
---|
Methods in com.sas.servlet.tbeans.tableview.wml that return ActionList | |
---|---|
ActionList |
DefaultCellContentsRenderer.getActions()
No implementation for this method. |
Methods in com.sas.servlet.tbeans.tableview.wml with parameters of type ActionList | |
---|---|
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.setActions(ActionList actions)
No implementation for this method. |
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. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |