encodeBegin(FacesContext context) If the rendered property is true, render the begining of the current
state of this UIComponent to the response contained in the specified
FacesContext.
public void encodeBegin(FacesContext context) throws IOException(Code)
If the rendered property is true, render the begining of the current
state of this UIComponent to the response contained in the specified
FacesContext.
If a Renderer is associated with this UIComponent, the actual encoding
will be delegated to Renderer.encodeBegin(FacesContext, UIComponent).
Parameters: context - FacesContext for the current request. exception: IOException - if an input/output error occurs while rendering. exception: NullPointerException - if FacesContext is null.
getPrimarySortColumnMenu
public UIComponent getPrimarySortColumnMenu()(Code)
Get primary sort column menu used in the sort panel.
The primary sort column menu.
getPrimarySortColumnMenuLabel
public UIComponent getPrimarySortColumnMenuLabel()(Code)
Get primary sort column menu label used in the sort panel.
The primary sort column menu label.
getPrimarySortOrderMenu
public UIComponent getPrimarySortOrderMenu()(Code)
Get primary sort order menu used in the sort panel.
The primary sort order menu.
getSecondarySortColumnMenu
public UIComponent getSecondarySortColumnMenu()(Code)
Get secondary sort column menu used in the sort panel.
The secondary sort column menu.
getSecondarySortColumnMenuLabel
public UIComponent getSecondarySortColumnMenuLabel()(Code)
Get secondary sort column menu label used in the sort panel.
The secondary sort column menu label.
getSecondarySortOrderMenu
public UIComponent getSecondarySortOrderMenu()(Code)
Get secondary sort order menu used in the sort panel.
The secondary sort order menu.
getSortPanelCancelButton
public UIComponent getSortPanelCancelButton()(Code)
Get sort panel cancel button.
The sort panel cancel button.
getSortPanelSubmitButton
public UIComponent getSortPanelSubmitButton()(Code)
Get sort panel submit button.
The sort panel submit button.