com.sas.servlet.tbeans
Interface RenderableInterface

All Superinterfaces:
com.sas.lang.ObjectDataInterface, java.io.Serializable, TransformationInterface
All Known Implementing Classes:
AbstractBaseTableView, AbstractSelectorContainer, ActionProviderMenuBar, AppliedFilters, BarChart, BarChartComposite, BarLineChart, BarLineChartComposite, BaseActionCompositeTransformation, com.sas.servlet.tbeans.BaseActionCompositeTransformation2, BaseActionTransformation, com.sas.servlet.tbeans.BaseActionTransformation2, com.sas.servlet.tbeans.graphics.BaseBarChart, BaseBarLineChart, BaseButton, BaseCalculatedItemSelectorPanel, BaseCheckBox, BaseChoiceBox, BaseComboBoxView, BaseCompositeTransformation, com.sas.servlet.tbeans.BaseCompositeTransformation2, BaseDataSelector, BaseDualSelector, BaseESRIMapChart, BaseExpandCollapse, BaseExpressionEditor, BaseFormElement, com.sas.servlet.tbeans.graphics.BaseGraph, com.sas.servlet.tbeans.graphics.BaseGraphics, BaseHidden, BaseHTMLMenuBar, BaseIFormElement, BaseImage, BaseImage, BaseInput, BaseIPage, BaseLabel, BaseLineChart, BaseLinePlot, BaseListBox, BaseListBoxView, BaseListEditor, BaseLogin, BaseMenu, BaseMenuBar, BaseMenuItem, BaseNavigationBar, BaseNavigationBarElement, BaseOLAPDrillState, BaseOLAPTableView, BasePassword, BasePieChart, BasePushButton, BaseRadarChart, BaseRadio, BaseRemoteFileSearch, BaseRemoteFileSelector, BaseRemoteFileToolBar, BaseScatterPlot, BaseSelectorMenuItem, BaseSelectorPanel, BaseTableView, BaseTextArea, BaseTextEntry, BaseTileChart, BaseTransformation, BaseTreeView, BaseWaterfallChart, Button, CellContentsCheckBoxEditor, CellContentsChoiceBoxEditor, CellContentsImageRenderer, CellContentsLabelRenderer, CellContentsListBoxEditor, CellContentsNoRowsRenderer, CellContentsNoRowsRenderer, CellContentsNoRowsRenderer, CellContentsRadioEditor, CellContentsRowSelectionRenderer, CellContentsTextAreaEditor, CellContentsTextEntryEditor, CheckBox, CheckBoxList, CheckBoxListPropertyEditor, ChoiceBox, ComboBoxView, DataSelector, DataSelectorListBoxView, DefaultCellContentsRenderer, DefaultCellContentsRenderer, DefaultOLAPTableDataCellContentsRenderer, DefaultOLAPTableLabelCellContentsRenderer, DualListSelector, DualSelector, DualTreeSelector, EntityAttributeValueSelector, EntityAttributeValueSelectorPanel, ESRIMapChart, ESRIMapComposite, ESRIMapMenu, ExceptionHighlightingChartSelector, ExceptionHighlightingChartSelectorPanel, ExceptionHighlightingSelector, ExceptionHighlightingSelectorPanel, ExpandCollapse, ExportSelector, ExportSelectorPanel, FilterAndRankSelector, FilterAndRankSelectorPanel, FindSelector, FindSelectorPanel, Form, GraphComposite, Hidden, IForm, IFormHidden, IFormListBox, IFormPassword, IFormRadio, IFormTextEntry, Image, ImageAction, IMenu, InformationServicesSearch, InformationServicesSelector, IText, Label, LineChart, LineChartComposite, LinePlot, LinePlotComposite, ListBox, ListBoxView, ListBoxViewPropertyEditor, ListEditor, Login, MapCrossingSelector, MapCrossingSelectorPanel, MapPropertySelector, MapPropertySelectorPanel, MemberPropertiesSelector, MemberPropertiesSelectorPanel, Menu, MenuBar, MenuItem, NavigationBar, NavigationBarColumnScrollingElement, NavigationBarEditingElement, NavigationBarRowScrollingElement, NavigationBarScrollingElement, OLAPDrillState, OLAPESRIMapChart, OLAPESRIMapComposite, OLAPESRIMapMenu, com.sas.servlet.tbeans.olapgraphics.html.OLAPGraphComposite, OLAPMenuBar, OLAPTableView, OLAPTableViewComposite, OLAPTimeBasedFilterSelector, OLAPTimeBasedFilterSelectorPanel, Password, PercentCalculationsSelector, PercentCalculationsSelectorListBoxView, PercentCalculationsSelectorPanel, PieChart, PieChartComposite, PropertyEditorContainer, PushButton, RadarChart, RadarChartComposite, Radio, RelationalMenuBar, RemoteFileSearch, RemoteFileSelector, RemoteFileToolBar, ScatterPlot, ScatterPlotComposite, SelectorMenuBar, SelectorMenuItem, SelectorPanel, ShowDetailDataComposite, SimpleCalculatedItemSelector, SimpleCalculatedItemSelectorPanel, SortSelector, SortSelectorPanel, TableColumnNavigationBar, TableRowNavigationBar, TableView, TableView, TableView, TableViewComposite, TextAction, TextArea, TextEntry, TextEntryPropertyEditor, TileChart, TreeListSelector, TreeView, WaterfallChart, WaterfallChartComposite, WebMDDBView

public interface RenderableInterface
extends TransformationInterface, com.sas.lang.ObjectDataInterface

The RenderableInterface class provides a common interface for tranformation beans that can be rendered by another transformation bean.


Method Summary
 com.sas.util.transforms.TransformInterface getInputTransform()
          Retrieve the input transform that's used when setObjectData gets called.
 java.lang.String getObjectDataProperty()
          Retrieve the property name of the value that gets set when setObjectData gets called.
 com.sas.util.transforms.TransformInterface getOutputTransform()
          Retrieve the output transform that's used when getObjectData gets called.
 void setInputTransform(com.sas.util.transforms.TransformInterface transform)
          Sets the input transform to be used when setObjectData method gets called.
 void setObjectDataProperty(java.lang.String property)
          Sets the property name for the value to be set when setObjectData method gets called.
 void setOutputTransform(com.sas.util.transforms.TransformInterface transform)
          Sets the output transform to be used when getObjectData method gets called.
 
Methods inherited from interface com.sas.servlet.tbeans.TransformationInterface
getCustomAttributes, getDescription, getId, getLocale, getName, getRequest, getResponse, getTagEpilog, getTagProlog, isVisible, setCustomAttributes, setDescription, setId, setLocale, setName, setRequest, setResponse, setTagEpilog, setTagProlog, setVisible, write, write, write, write
 

Method Detail

setObjectDataProperty

void setObjectDataProperty(java.lang.String property)
Sets the property name for the value to be set when setObjectData method gets called.

Parameters:
property - The objectDataProperty

getObjectDataProperty

java.lang.String getObjectDataProperty()
Retrieve the property name of the value that gets set when setObjectData gets called.

Returns:
The objectDataProperty

setInputTransform

void setInputTransform(com.sas.util.transforms.TransformInterface transform)
Sets the input transform to be used when setObjectData method gets called.

Parameters:
transform - The inputTransform

getInputTransform

com.sas.util.transforms.TransformInterface getInputTransform()
Retrieve the input transform that's used when setObjectData gets called.

Returns:
The inputTransform

setOutputTransform

void setOutputTransform(com.sas.util.transforms.TransformInterface transform)
Sets the output transform to be used when getObjectData method gets called.

Parameters:
transform - The outputTransform

getOutputTransform

com.sas.util.transforms.TransformInterface getOutputTransform()
Retrieve the output transform that's used when getObjectData gets called.

Returns:
The outputTransform



Copyright © 2009 SAS Institute Inc. All Rights Reserved.