| |
|
| com.sun.rave.web.ui.component.TablePanelsBase
All known Subclasses: com.sun.rave.web.ui.component.TablePanels,
TablePanelsBase | abstract public class TablePanelsBase extends javax.faces.component.UIComponentBase (Code) | | Render embedded panels of a table.
Auto-generated component class.
Do NOT modify; all changes
will be lost!
|
TablePanelsBase | public TablePanelsBase()(Code) | | Construct a new TablePanelsBase .
|
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)
|
isFilterPanel | public boolean isFilterPanel()(Code) | | Flag indicating this component should also render a filter panel, in addition to
the sort and preferences panels. The default renders a sort panel.
|
isNoWrap | public boolean isNoWrap()(Code) | | Disable word wrapping (deprecated in HTML 4.0)
|
isPreferencesPanel | public boolean isPreferencesPanel()(Code) | | Flag indicating this component should also render a preferences panel, in
addition to the sort and filter panels. The default renders a sort panel.
|
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.
|
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.
|
setFilterPanel | public void setFilterPanel(boolean filterPanel)(Code) | | Flag indicating this component should also render a filter panel, in addition to
the sort and preferences panels. The default renders a sort panel.
See Also: TablePanelsBase.isFilterPanel() |
setPreferencesPanel | public void setPreferencesPanel(boolean preferencesPanel)(Code) | | Flag indicating this component should also render a preferences panel, in
addition to the sort and filter panels. The default renders a sort panel.
See Also: TablePanelsBase.isPreferencesPanel() |
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.
See Also: TablePanelsBase.isVisible() |
|
|
|