|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.servlet.tbeans.olaptableview.html.ShowDetailDataComposite
public class ShowDetailDataComposite
ShowDetailDataComposite is a TransformationBean that is composed of other TransformationBeans that include the following sub-components: TableViewComposite.
The ShowDetailDataComposite is one of several TransformationBeans that are considered composite components. A composite component allows a developer to design custom components that are made up of a combination of other components, such as TextEntry, ListBox, and Label TransformationBeans. The visual layout of a composite component can be easily controlled through a template. For more information on composite TransformationBeans, refer to the AppDev Studio Developer Site. You'll find a useful reference document entitled Composite TransformationBeans as well as the TransformationBean Component and Style Reference.
Note that the toString() method on this class calls the write
method, which may have undesirable side effects. See BaseTransformation.toString() for more information. Debuggers often use toString() to show the value of a variable, and this may cause unexpected behavior while debugging
For More Information:
Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/.
Examples for this class may be found on the Examples Site.
Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site .
Field Summary |
---|
Fields inherited from class com.sas.servlet.tbeans.BaseActionCompositeTransformation |
---|
viewerSupport |
Fields inherited from interface com.sas.servlet.tbeans.olaptableview.html.ShowDetailDataCompositeKeysInterface |
---|
SHOWDETAIL_COLUMN_HEADERS_CHOICE, SHOWDETAIL_COLUMN_HEADERS_LABEL, SHOWDETAIL_ERROR_BUTTON, SHOWDETAIL_TABLEVIEW_COMPOSITE, SHOWDETAIL_WINDOW_TITLE |
Fields inherited from interface com.sas.servlet.tbeans.olaptableview.html.ShowDetailDataCompositeStyleKeysInterface |
---|
SHOWDETAIL_COLUMN_HEADERS_CHOICE_DIV_STYLE, SHOWDETAIL_COLUMN_HEADERS_CHOICE_STYLE, SHOWDETAIL_COLUMN_HEADERS_LABEL_STYLE, SHOWDETAIL_TABLE_CONTAINER_STYLE |
Constructor Summary | |
---|---|
ShowDetailDataComposite()
Constructs a new default ShowDetailComposite with a null data model. |
Method Summary | |
---|---|
protected void |
addItemsToTemplateDictionaryMap()
|
protected javax.swing.ComboBoxModel |
getColumnHeadersChoiceModel()
|
javax.swing.table.TableModel |
getModel()
Return the data model for the TableViewComposite. |
protected void |
setLocaleDependentProperties(java.util.Locale locale)
Sets the locale dependent properties. |
void |
setModel(javax.swing.table.TableModel tableModel)
Sets the data model for the TableViewComposite. |
void |
write(java.io.PrintWriter out)
Writes the custom attributes of the object. |
Methods inherited from class com.sas.servlet.tbeans.BaseActionCompositeTransformation |
---|
applyTemplate, applyTemplate, dispose, getActionFilter, getActionSupportType, getComponentAction, getComponentActionType, getUniqueId, getViewerSupport, isActionVisible, listActionTypes, listAreaTypes, moveActionAttributesToComponent, setActionProvider, setActionSupportType, setActionVisible, setComponent, setComponentActionType, setUniqueId, writeTemplate |
Methods inherited from class com.sas.servlet.tbeans.BaseCompositeTransformation |
---|
getActionProvider, getComponent, getComponents, getDefaultTemplate, getStyleInfo, getStyleMap, getTemplate, getTemplateDictionary, getTemplateFileName, getTemplateLocation, getVisibleComponents, isFlushEnabled, propertyChange, removeComponent, setCleanUpResourcesOn, setComponent, setFlushEnabled, setId, setLocale, setRequest, setResponse, setStyleInfo, setTemplate, setTemplate, setTemplateDictionary, setTemplateFileName, setTemplateLocation |
Methods inherited from interface com.sas.actionprovider.HttpActionProviderViewInterface |
---|
getRequest, setRequest |
Methods inherited from interface com.sas.actionprovider.HttpActionProviderInterface |
---|
getActionProvider |
Constructor Detail |
---|
public ShowDetailDataComposite()
Method Detail |
---|
protected void setLocaleDependentProperties(java.util.Locale locale)
BaseTransformation
setLocaleDependentProperties
in class BaseTransformation
protected javax.swing.ComboBoxModel getColumnHeadersChoiceModel()
protected void addItemsToTemplateDictionaryMap()
public javax.swing.table.TableModel getModel()
public void setModel(javax.swing.table.TableModel tableModel)
tableModel
- the data model for the TableViewCompositepublic void write(java.io.PrintWriter out) throws java.io.IOException
BaseCompositeTransformation
write
in interface TransformationInterface
write
in interface com.sas.util.WriteToPrintWriterInterface
write
in class BaseCompositeTransformation
out
- The output stream
java.io.IOException
- Thrown if some type of I/O error occurs
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |