com.sun.rave.web.ui.component
Class TableFooterBase

java.lang.Object
  extended byjavax.faces.component.UIComponent
      extended byjavax.faces.component.UIComponentBase
          extended bycom.sun.rave.web.ui.component.TableFooterBase
All Implemented Interfaces:
javax.faces.component.StateHolder
Direct Known Subclasses:
TableFooter

public abstract class TableFooterBase
extends javax.faces.component.UIComponentBase

The TableFooter component provides a layout mechanism for displaying footers.

Auto-generated component class. Do NOT modify; all changes will be lost!


Constructor Summary
TableFooterBase()
          Construct a new TableFooterBase.
 
Method Summary
 java.lang.String getAbbr()
          An abbreviated version of the cell's content
 java.lang.String getAlign()
          Sets the horizontal alignment (left, right, justify, center) for the cell contents
 java.lang.String getAxis()
          Provides a method for categorizing cells
 java.lang.String getBgColor()
           
 java.lang.String getChar()
           
 java.lang.String getCharOff()
           
 int getColSpan()
          The number of columns spanned by a cell
 java.lang.String getExtraHtml()
          Extra HTML to be appended to the tag output by this renderer.
 java.lang.String getFamily()
          Return the family for this component.
 java.lang.String getHeaders()
          Space separated list of header cell ID values
 java.lang.String getHeight()
          Set the cell height in pixels (deprecated in HTML 4.0)
 java.lang.String getOnClick()
          Scripting code executed when a mouse click occurs over this component.
 java.lang.String getOnDblClick()
          Scripting code executed when a mouse double click occurs over this component.
 java.lang.String getOnKeyDown()
          Scripting code executed when the user presses down on a key while the component has focus.
 java.lang.String getOnKeyPress()
          Scripting code executed when the user presses and releases a key while the component has focus.
 java.lang.String getOnKeyUp()
          Scripting code executed when the user releases a key while the component has focus.
 java.lang.String getOnMouseDown()
          Scripting code executed when the user presses a mouse button while the mouse pointer is on the component.
 java.lang.String getOnMouseMove()
          Scripting code executed when the user moves the mouse pointer while over the component.
 java.lang.String getOnMouseOut()
          Scripting code executed when a mouse out movement occurs over this component.
 java.lang.String getOnMouseOver()
          Scripting code executed when the user moves the mouse pointer into the boundary of this component.
 java.lang.String getOnMouseUp()
          Scripting code executed when the user releases a mouse button while the mouse pointer is on the component.
 int getRowSpan()
          The number of rows spanned by a cell
 java.lang.String getScope()
          Indicates that information in a cell is also acting as a header
 java.lang.String getStyle()
          CSS style(s) to be applied when this component is rendered.
 java.lang.String getStyleClass()
          CSS style class(es) to be applied when this component is rendered.
 java.lang.String getToolTip()
          Display the text as a tooltip for this component
 java.lang.String getValign()
          Vertical alignment (top, middle, bottom) for the content of each cell in the column
 java.lang.String getWidth()
          Set the width of the column in either pixels or percent(deprecated in HTML 4.0)
 boolean isGroupFooter()
          Flag indicating this component should render a group footer.
 boolean isNoWrap()
          Disable word wrapping (deprecated in HTML 4.0)
 boolean isTableColumnFooter()
          Flag indicating this component should render a table column footer.
 boolean isTableFooter()
          Flag indicating this component should render a table footer.
 boolean isVisible()
          Use the visible attribute to indicate whether the component should be viewable by the user in the rendered HTML page.
 void restoreState(javax.faces.context.FacesContext _context, java.lang.Object _state)
          Restore the state of this component.
 java.lang.Object saveState(javax.faces.context.FacesContext _context)
          Save the state of this component.
 void setAbbr(java.lang.String abbr)
          An abbreviated version of the cell's content
 void setAlign(java.lang.String align)
          Sets the horizontal alignment (left, right, justify, center) for the cell contents
 void setAxis(java.lang.String axis)
          Provides a method for categorizing cells
 void setBgColor(java.lang.String bgColor)
           
 void setChar(java.lang.String _char)
           
 void setCharOff(java.lang.String charOff)
           
 void setColSpan(int colSpan)
          The number of columns spanned by a cell
 void setExtraHtml(java.lang.String extraHtml)
          Extra HTML to be appended to the tag output by this renderer.
 void setGroupFooter(boolean groupFooter)
          Flag indicating this component should render a group footer.
 void setHeaders(java.lang.String headers)
          Space separated list of header cell ID values
 void setHeight(java.lang.String height)
          Set the cell height in pixels (deprecated in HTML 4.0)
 void setNoWrap(boolean noWrap)
          Disable word wrapping (deprecated in HTML 4.0)
 void setOnClick(java.lang.String onClick)
          Scripting code executed when a mouse click occurs over this component.
 void setOnDblClick(java.lang.String onDblClick)
          Scripting code executed when a mouse double click occurs over this component.
 void setOnKeyDown(java.lang.String onKeyDown)
          Scripting code executed when the user presses down on a key while the component has focus.
 void setOnKeyPress(java.lang.String onKeyPress)
          Scripting code executed when the user presses and releases a key while the component has focus.
 void setOnKeyUp(java.lang.String onKeyUp)
          Scripting code executed when the user releases a key while the component has focus.
 void setOnMouseDown(java.lang.String onMouseDown)
          Scripting code executed when the user presses a mouse button while the mouse pointer is on the component.
 void setOnMouseMove(java.lang.String onMouseMove)
          Scripting code executed when the user moves the mouse pointer while over the component.
 void setOnMouseOut(java.lang.String onMouseOut)
          Scripting code executed when a mouse out movement occurs over this component.
 void setOnMouseOver(java.lang.String onMouseOver)
          Scripting code executed when the user moves the mouse pointer into the boundary of this component.
 void setOnMouseUp(java.lang.String onMouseUp)
          Scripting code executed when the user releases a mouse button while the mouse pointer is on the component.
 void setRowSpan(int rowSpan)
          The number of rows spanned by a cell
 void setScope(java.lang.String scope)
          Indicates that information in a cell is also acting as a header
 void setStyle(java.lang.String style)
          CSS style(s) to be applied when this component is rendered.
 void setStyleClass(java.lang.String styleClass)
          CSS style class(es) to be applied when this component is rendered.
 void setTableColumnFooter(boolean tableColumnFooter)
          Flag indicating this component should render a table column footer.
 void setTableFooter(boolean tableFooter)
          Flag indicating this component should render a table footer.
 void setToolTip(java.lang.String toolTip)
          Display the text as a tooltip for this component
 void setValign(java.lang.String valign)
          Vertical alignment (top, middle, bottom) for the content of each cell in the column
 void setVisible(boolean visible)
          Use the visible attribute to indicate whether the component should be viewable by the user in the rendered HTML page.
 void setWidth(java.lang.String width)
          Set the width of the column in either pixels or percent(deprecated in HTML 4.0)
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableFooterBase

public TableFooterBase()

Construct a new TableFooterBase.

Method Detail

getFamily

public java.lang.String getFamily()

Return the family for this component.


getAbbr

public java.lang.String getAbbr()

An abbreviated version of the cell's content


setAbbr

public void setAbbr(java.lang.String abbr)

An abbreviated version of the cell's content

See Also:
getAbbr()

getAlign

public java.lang.String getAlign()

Sets the horizontal alignment (left, right, justify, center) for the cell contents


setAlign

public void setAlign(java.lang.String align)

Sets the horizontal alignment (left, right, justify, center) for the cell contents

See Also:
getAlign()

getAxis

public java.lang.String getAxis()

Provides a method for categorizing cells


setAxis

public void setAxis(java.lang.String axis)

Provides a method for categorizing cells

See Also:
getAxis()

getBgColor

public java.lang.String getBgColor()

setBgColor

public void setBgColor(java.lang.String bgColor)

getChar

public java.lang.String getChar()

setChar

public void setChar(java.lang.String _char)

getCharOff

public java.lang.String getCharOff()

setCharOff

public void setCharOff(java.lang.String charOff)

getColSpan

public int getColSpan()

The number of columns spanned by a cell


setColSpan

public void setColSpan(int colSpan)

The number of columns spanned by a cell

See Also:
getColSpan()

getExtraHtml

public java.lang.String getExtraHtml()

Extra HTML to be appended to the tag output by this renderer.


setExtraHtml

public void setExtraHtml(java.lang.String extraHtml)

Extra HTML to be appended to the tag output by this renderer.

See Also:
getExtraHtml()

isGroupFooter

public boolean isGroupFooter()

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.


setGroupFooter

public void setGroupFooter(boolean groupFooter)

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:
isGroupFooter()

getHeaders

public java.lang.String getHeaders()

Space separated list of header cell ID values


setHeaders

public void setHeaders(java.lang.String headers)

Space separated list of header cell ID values

See Also:
getHeaders()

getHeight

public java.lang.String getHeight()

Set the cell height in pixels (deprecated in HTML 4.0)


setHeight

public void setHeight(java.lang.String height)

Set the cell height in pixels (deprecated in HTML 4.0)

See Also:
getHeight()

isNoWrap

public boolean isNoWrap()

Disable word wrapping (deprecated in HTML 4.0)


setNoWrap

public void setNoWrap(boolean noWrap)

Disable word wrapping (deprecated in HTML 4.0)

See Also:
isNoWrap()

getOnClick

public java.lang.String getOnClick()

Scripting code executed when a mouse click occurs over this component.


setOnClick

public void setOnClick(java.lang.String onClick)

Scripting code executed when a mouse click occurs over this component.

See Also:
getOnClick()

getOnDblClick

public java.lang.String getOnDblClick()

Scripting code executed when a mouse double click occurs over this component.


setOnDblClick

public void setOnDblClick(java.lang.String onDblClick)

Scripting code executed when a mouse double click occurs over this component.

See Also:
getOnDblClick()

getOnKeyDown

public java.lang.String getOnKeyDown()

Scripting code executed when the user presses down on a key while the component has focus.


setOnKeyDown

public void setOnKeyDown(java.lang.String onKeyDown)

Scripting code executed when the user presses down on a key while the component has focus.

See Also:
getOnKeyDown()

getOnKeyPress

public java.lang.String getOnKeyPress()

Scripting code executed when the user presses and releases a key while the component has focus.


setOnKeyPress

public void setOnKeyPress(java.lang.String onKeyPress)

Scripting code executed when the user presses and releases a key while the component has focus.

See Also:
getOnKeyPress()

getOnKeyUp

public java.lang.String getOnKeyUp()

Scripting code executed when the user releases a key while the component has focus.


setOnKeyUp

public void setOnKeyUp(java.lang.String onKeyUp)

Scripting code executed when the user releases a key while the component has focus.

See Also:
getOnKeyUp()

getOnMouseDown

public java.lang.String getOnMouseDown()

Scripting code executed when the user presses a mouse button while the mouse pointer is on the component.


setOnMouseDown

public void setOnMouseDown(java.lang.String onMouseDown)

Scripting code executed when the user presses a mouse button while the mouse pointer is on the component.

See Also:
getOnMouseDown()

getOnMouseMove

public java.lang.String getOnMouseMove()

Scripting code executed when the user moves the mouse pointer while over the component.


setOnMouseMove

public void setOnMouseMove(java.lang.String onMouseMove)

Scripting code executed when the user moves the mouse pointer while over the component.

See Also:
getOnMouseMove()

getOnMouseOut

public java.lang.String getOnMouseOut()

Scripting code executed when a mouse out movement occurs over this component.


setOnMouseOut

public void setOnMouseOut(java.lang.String onMouseOut)

Scripting code executed when a mouse out movement occurs over this component.

See Also:
getOnMouseOut()

getOnMouseOver

public java.lang.String getOnMouseOver()

Scripting code executed when the user moves the mouse pointer into the boundary of this component.


setOnMouseOver

public void setOnMouseOver(java.lang.String onMouseOver)

Scripting code executed when the user moves the mouse pointer into the boundary of this component.

See Also:
getOnMouseOver()

getOnMouseUp

public java.lang.String getOnMouseUp()

Scripting code executed when the user releases a mouse button while the mouse pointer is on the component.


setOnMouseUp

public void setOnMouseUp(java.lang.String onMouseUp)

Scripting code executed when the user releases a mouse button while the mouse pointer is on the component.

See Also:
getOnMouseUp()

getRowSpan

public int getRowSpan()

The number of rows spanned by a cell


setRowSpan

public void setRowSpan(int rowSpan)

The number of rows spanned by a cell

See Also:
getRowSpan()

getScope

public java.lang.String getScope()

Indicates that information in a cell is also acting as a header


setScope

public void setScope(java.lang.String scope)

Indicates that information in a cell is also acting as a header

See Also:
getScope()

getStyle

public java.lang.String getStyle()

CSS style(s) to be applied when this component is rendered.


setStyle

public void setStyle(java.lang.String style)

CSS style(s) to be applied when this component is rendered.

See Also:
getStyle()

getStyleClass

public java.lang.String getStyleClass()

CSS style class(es) to be applied when this component is rendered.


setStyleClass

public void setStyleClass(java.lang.String styleClass)

CSS style class(es) to be applied when this component is rendered.

See Also:
getStyleClass()

isTableColumnFooter

public boolean isTableColumnFooter()

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.


setTableColumnFooter

public void setTableColumnFooter(boolean tableColumnFooter)

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:
isTableColumnFooter()

isTableFooter

public boolean isTableFooter()

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.


setTableFooter

public void setTableFooter(boolean tableFooter)

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:
isTableFooter()

getToolTip

public java.lang.String getToolTip()

Display the text as a tooltip for this component


setToolTip

public void setToolTip(java.lang.String toolTip)

Display the text as a tooltip for this component

See Also:
getToolTip()

getValign

public java.lang.String getValign()

Vertical alignment (top, middle, bottom) for the content of each cell in the column


setValign

public void setValign(java.lang.String valign)

Vertical alignment (top, middle, bottom) for the content of each cell in the column

See Also:
getValign()

isVisible

public boolean isVisible()

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.


setVisible

public void setVisible(boolean visible)

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:
isVisible()

getWidth

public java.lang.String getWidth()

Set the width of the column in either pixels or percent(deprecated in HTML 4.0)


setWidth

public void setWidth(java.lang.String width)

Set the width of the column in either pixels or percent(deprecated in HTML 4.0)

See Also:
getWidth()

restoreState

public void restoreState(javax.faces.context.FacesContext _context,
                         java.lang.Object _state)

Restore the state of this component.


saveState

public java.lang.Object saveState(javax.faces.context.FacesContext _context)

Save the state of this component.