com.sas.servlet.tbeans.tableview.html
Class CellContentsNoRowsRenderer
com.sas.servlet.tbeans.tableview.html.CellContentsNoRowsRenderer
All Implemented Interfaces: ActionProviderViewInterface , HttpActionProviderInterface , HttpActionProviderViewInterface , com.sas.beans.PropertyChangeSource, com.sas.lang.ObjectDataInterface, RenderableInterface , StyleInterface , TableCellContentsRenderer , com.sas.servlet.tbeans.TitleInterface, TransformationInterface , URLInterface , com.sas.util.WriteToPrintWriterInterface, java.io.Serializable
public class CellContentsNoRowsRenderer
The CellContentsNoRowsRenderer is a TransformationBean that generates the appropriate HTML 4.0
of a table cell's contents generated when there are no rows in the data model.
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
See Also: Serialized Form
Methods inherited from class com.sas.servlet.tbeans.BaseLabel
getActionProvider , getActionSupportType , getFor , getNullTextString , getStyleInfo , getTarget , getText , getTitle , getURL , isEncodedURL , isEncodeText , setEncodedURL , setEncodeText , setFor , setNullTextString , setStyleInfo , setTarget , setText , setTitle , setURL
Methods inherited from class com.sas.servlet.tbeans.BaseTransformation
addPropertyChangeListener , addPropertyChangeListener , cleanUpResources , firePropertyChange , firePropertyChange , firePropertyChange , firePropertyChange , getCustomAttributes , getDescription , getId , getInputTransform , getLocale , getName , getObjectData , getObjectDataProperty , getOutputTransform , getRequest , getResponse , getTagEpilog , getTagProlog , hasListeners , isCleanUpResourcesOn , isVisible , removePropertyChangeListener , removePropertyChangeListener , setCleanUpResourcesOn , setCustomAttributes , setDescription , setId , setInputTransform , setLocaleDependentProperties , setName , setObjectData , setObjectDataProperty , setOutputTransform , setRequest , setResponse , setTagEpilog , setTagProlog , setVisible , toString , write , write , write
Methods inherited from interface com.sas.servlet.tbeans.TransformationInterface
getCustomAttributes , getDescription , getId , getLocale , getName , getRequest , getResponse , getTagEpilog , getTagProlog , isVisible , setCustomAttributes , setDescription , setId , setName , setRequest , setResponse , setTagEpilog , setTagProlog , setVisible , write , write , write
CellContentsNoRowsRenderer
public CellContentsNoRowsRenderer ()
Default constructor
getCellContentsRendererComponent
public TransformationInterface getCellContentsRendererComponent (AbstractBaseTableView viewer,
java.lang.Object value,
ActionList actions)
Returns the tbean used for rendering the contents of the TableView's
cell. This method is used to configure the contents renderer
appropriately before writing out the component.
Specified by: getCellContentsRendererComponent
in interface TableCellContentsRenderer
Overrides: getCellContentsRendererComponent
in class CellContentsLabelRenderer
Parameters: viewer
- the instance of the tableview being written.value
- the value to display as the cell's contentsactions
- an actionlist of all the valid actions for this cell
Returns: the contents renderer for this cell
write
public void write (java.io.PrintWriter out)
throws java.io.IOException
Description copied from class: CellContentsLabelRenderer
If actions is null, then this method formats and writes the
contents of the cell as an label. Otherwise, the actions are rendered.
This method calls the cleanUpResources() method at the end to reset
the request
and response
back to null.
Specified by: write
in interface TransformationInterface
Specified by: write
in interface com.sas.util.WriteToPrintWriterInterface
Overrides: write
in class CellContentsLabelRenderer
Parameters: out
- the output stream
Throws:
java.io.IOException
- Thrown if some type of I/O error occurs
Copyright © 2009 SAS Institute Inc. All Rights Reserved.