| org.theospi.jsf.renderer.WizardStepsRenderer
WizardStepsRenderer | public class WizardStepsRenderer extends Renderer (Code) | | |
countSteps | protected int countSteps(UIComponent component)(Code) | | |
encodeBegin | public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code) | | This renders html for the beginning of the tag.
Parameters: context - Parameters: component - throws: IOException - |
encodeChildren | public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code) | | This class renders its own children and this is the function to do just that
Parameters: context - FacesContext for the request we are processing Parameters: component - UIComponent to be rendered exception: IOException - if an input/output error occurs while rendering |
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | Parameters: context - FacesContext for the request we are processing Parameters: component - UIComponent to be rendered exception: IOException - if an input/output error occurs while rendering exception: NullPointerException - if context or component is null |
getRendersChildren | public boolean getRendersChildren()(Code) | | This class renders its own children
Parameters: context - Parameters: component - throws: IOException - |
supportsComponentType | public boolean supportsComponentType(UIComponent component)(Code) | | |
|
|