decode
public void decode(FacesContext facesContext,
UIComponent uiComponent)
encodeBegin
public void encodeBegin(FacesContext facesContext,
UIComponent uiComponent)
throws IOException
encodeChildren
public void encodeChildren(FacesContext facescontext,
UIComponent uicomponent)
throws IOException
- encodeChildren in interface HtmlRenderer
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent uiComponent)
throws IOException
getDefaultActiveHeaderStyleClass
protected String getDefaultActiveHeaderStyleClass(HtmlPanelTabbedPane tabbedPane,
FacesContext facesContext)
getHeaderCellID
protected String getHeaderCellID(HtmlPanelTab tab,
FacesContext facesContext)
getHeaderCellsIDsVar
protected String getHeaderCellsIDsVar(HtmlPanelTabbedPane tabbedPane,
FacesContext facesContext)
getInactiveHeaderClasses
protected String getInactiveHeaderClasses(HtmlPanelTabbedPane tabbedPane)
getRendersChildren
public boolean getRendersChildren()
getTabIndexSubmitFieldIDAndName
protected String getTabIndexSubmitFieldIDAndName(HtmlPanelTabbedPane tabbedPane,
FacesContext facesContext)
getTableStylableId
protected String getTableStylableId(HtmlPanelTabbedPane tabbedPane,
FacesContext facesContext)
As the colon (:) can't be used in CSS, transforms the id to make it safe to use for CSS.
getTabsIDsVar
protected String getTabsIDsVar(HtmlPanelTabbedPane tabbedPane,
FacesContext facesContext)
isDisabled
protected boolean isDisabled(FacesContext facesContext,
UIComponent uiComponent)
writeFormEnd
protected void writeFormEnd(ResponseWriter writer,
FacesContext facesContext)
throws IOException
writeFormStart
protected void writeFormStart(ResponseWriter writer,
FacesContext facesContext,
UIComponent tabbedPane)
throws IOException
writeHeaderCell
protected void writeHeaderCell(ResponseWriter writer,
FacesContext facesContext,
HtmlPanelTabbedPane tabbedPane,
HtmlPanelTab tab,
int tabIndex,
int visibleTabIndex,
boolean active,
boolean disabled)
throws IOException
writeSubHeaderCells
protected void writeSubHeaderCells(ResponseWriter writer,
FacesContext facesContext,
HtmlPanelTabbedPane tabbedPane,
int visibleTabCount,
int visibleTabSelectedIndex)
throws IOException
writeTableStart
protected void writeTableStart(ResponseWriter writer,
FacesContext facesContext,
HtmlPanelTabbedPane tabbedPane)
throws IOException
writeTabsContents
protected void writeTabsContents(ResponseWriter writer,
FacesContext facesContext,
HtmlPanelTabbedPane tabbedPane,
int selectedIndex)
throws IOException