| |
|
| com.sun.rave.web.ui.component.TableFooterBase
All known Subclasses: com.sun.rave.web.ui.component.TableFooter,
TableFooterBase | abstract public class TableFooterBase extends javax.faces.component.UIComponentBase (Code) | | The TableFooter component provides a layout mechanism for displaying footers.
Auto-generated component class.
Do NOT modify; all changes
will be lost!
|
TableFooterBase | public TableFooterBase()(Code) | | Construct a new TableFooterBase .
|
getAbbr | public String getAbbr()(Code) | | An abbreviated version of the cell's content
|
getAlign | public String getAlign()(Code) | | Sets the horizontal alignment (left, right, justify, center) for the cell contents
|
getAxis | public String getAxis()(Code) | | Provides a method for categorizing cells
|
getColSpan | public int getColSpan()(Code) | | The number of columns spanned by a cell
|
getExtraHtml | public String getExtraHtml()(Code) | | Extra HTML to be appended to the tag output by this renderer.
|
getFamily | public String getFamily()(Code) | | Return the identifier of the component family to which this
component belongs. This identifier, in conjunction with the value
of the rendererType property, may be used to select
the appropriate
Renderer for this component instance.
|
getHeaders | public String getHeaders()(Code) | | Space separated list of header cell ID values
|
getHeight | public String getHeight()(Code) | | Set the cell height in pixels (deprecated in HTML 4.0)
|
getOnClick | public String getOnClick()(Code) | | Scripting code executed when a mouse click
occurs over this component.
|
getOnDblClick | public String getOnDblClick()(Code) | | Scripting code executed when a mouse double click
occurs over this component.
|
getOnKeyDown | public String getOnKeyDown()(Code) | | Scripting code executed when the user presses down on a key while the
component has focus.
|
getOnKeyPress | public String getOnKeyPress()(Code) | | Scripting code executed when the user presses and releases a key while
the component has focus.
|
getOnKeyUp | public String getOnKeyUp()(Code) | | Scripting code executed when the user releases a key while the
component has focus.
|
getOnMouseDown | public String getOnMouseDown()(Code) | | Scripting code executed when the user presses a mouse button while the
mouse pointer is on the component.
|
getOnMouseMove | public String getOnMouseMove()(Code) | | Scripting code executed when the user moves the mouse pointer while
over the component.
|
getOnMouseOut | public String getOnMouseOut()(Code) | | Scripting code executed when a mouse out movement
occurs over this component.
|
getOnMouseOver | public String getOnMouseOver()(Code) | | Scripting code executed when the user moves the mouse pointer into
the boundary of this component.
|
getOnMouseUp | public String getOnMouseUp()(Code) | | Scripting code executed when the user releases a mouse button while
the mouse pointer is on the component.
|
getRowSpan | public int getRowSpan()(Code) | | The number of rows spanned by a cell
|
getScope | public String getScope()(Code) | | Indicates that information in a cell is also acting as a header
|
getStyle | public String getStyle()(Code) | | CSS style(s) to be applied when this component is rendered.
|
getStyleClass | public String getStyleClass()(Code) | | CSS style class(es) to be applied when this component is rendered.
|
getToolTip | public String getToolTip()(Code) | | Display the text as a tooltip for this component
|
getValign | public String getValign()(Code) | | Vertical alignment (top, middle, bottom) for the content of each cell in the column
|
getWidth | public String getWidth()(Code) | | Set the width of the column in either pixels or percent(deprecated in HTML 4.0)
|
isGroupFooter | public boolean isGroupFooter()(Code) | | Flag indicating this component should render a group footer. The default renders
a column footer. This should not be used if tableColumnFooter or tableFooter are
used.
|
isNoWrap | public boolean isNoWrap()(Code) | | Disable word wrapping (deprecated in HTML 4.0)
|
isTableColumnFooter | public boolean isTableColumnFooter()(Code) | | Flag indicating this component should render a table column footer. The default
renders a column footer. This should not be used if groupFooter or tableFooter
are used.
|
isTableFooter | public boolean isTableFooter()(Code) | | Flag indicating this component should render a table footer. The default renders
a column footer. This should not be used if groupFooter or tableColumnFooter are
used.
|
isVisible | public boolean isVisible()(Code) | | Use the visible attribute to indicate whether the component should be
viewable by the user in the rendered HTML page. If set to false, the
HTML code for the component is present in the page, but the component
is hidden with style attributes. By default, visible is set to true, so
HTML for the component HTML is included and visible to the user. If the
component is not visible, it can still be processed on subsequent form
submissions because the HTML is present.
|
restoreState | public void restoreState(FacesContext _context, Object _state)(Code) | | Restore the state of this component.
|
saveState | public Object saveState(FacesContext _context)(Code) | | Save the state of this component.
|
setGroupFooter | public void setGroupFooter(boolean groupFooter)(Code) | | Flag indicating this component should render a group footer. The default renders
a column footer. This should not be used if tableColumnFooter or tableFooter are
used.
See Also: TableFooterBase.isGroupFooter() |
setTableColumnFooter | public void setTableColumnFooter(boolean tableColumnFooter)(Code) | | Flag indicating this component should render a table column footer. The default
renders a column footer. This should not be used if groupFooter or tableFooter
are used.
See Also: TableFooterBase.isTableColumnFooter() |
setTableFooter | public void setTableFooter(boolean tableFooter)(Code) | | Flag indicating this component should render a table footer. The default renders
a column footer. This should not be used if groupFooter or tableColumnFooter are
used.
See Also: TableFooterBase.isTableFooter() |
setVisible | public void setVisible(boolean visible)(Code) | | Use the visible attribute to indicate whether the component should be
viewable by the user in the rendered HTML page. If set to false, the
HTML code for the component is present in the page, but the component
is hidden with style attributes. By default, visible is set to true, so
HTML for the component HTML is included and visible to the user. If the
component is not visible, it can still be processed on subsequent form
submissions because the HTML is present.
See Also: TableFooterBase.isVisible() |
|
|
|