| |
|
| com.sun.rave.web.ui.component.TableHeaderBase
All known Subclasses: com.sun.rave.web.ui.component.TableHeader,
TableHeaderBase | abstract public class TableHeaderBase extends javax.faces.component.UIComponentBase (Code) | | The tableHeader component provides a layout mechanism for displaying headers.
Auto-generated component class.
Do NOT modify; all changes
will be lost!
|
TableHeaderBase | public TableHeaderBase()(Code) | | Construct a new TableHeaderBase .
|
getAlign | public String getAlign()(Code) | | Sets the horizontal alignment (left, right, justify, center) for the cell contents
|
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)
|
isGroupHeader | public boolean isGroupHeader()(Code) | | Flag indicating this component should render a group header. The default renders
a column header. This should not be used if selectHeader or sortHeader are used.
|
isNoWrap | public boolean isNoWrap()(Code) | | Disable word wrapping (deprecated in HTML 4.0)
|
isSelectHeader | public boolean isSelectHeader()(Code) | | Flag indicating this component should render a selection column header. The
default renders a column header. This should not be used if groupHeader or
sortHeader are used.
|
isSortHeader | public boolean isSortHeader()(Code) | | Flag indicating this component should render a sortable column header. The
default renders a column header. This should not be used if groupHeader or
selectHeader 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.
|
setGroupHeader | public void setGroupHeader(boolean groupHeader)(Code) | | Flag indicating this component should render a group header. The default renders
a column header. This should not be used if selectHeader or sortHeader are used.
See Also: TableHeaderBase.isGroupHeader() |
setSelectHeader | public void setSelectHeader(boolean selectHeader)(Code) | | Flag indicating this component should render a selection column header. The
default renders a column header. This should not be used if groupHeader or
sortHeader are used.
See Also: TableHeaderBase.isSelectHeader() |
setSortHeader | public void setSortHeader(boolean sortHeader)(Code) | | Flag indicating this component should render a sortable column header. The
default renders a column header. This should not be used if groupHeader or
selectHeader are used.
See Also: TableHeaderBase.isSortHeader() |
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: TableHeaderBase.isVisible() |
|
|
|