| com.icesoft.faces.renderkit.dom_html_basic.DomBasicRenderer com.icesoft.faces.component.tree.TreeNodeRenderer
TreeNodeRenderer | public class TreeNodeRenderer extends DomBasicRenderer (Code) | | TreeNodeRenderer is an ICEfaces D2D renderer for the TreeNode component.
|
Method Summary | |
public void | decode(FacesContext facesContext, UIComponent uiComponent) | public void | encodeEnd(FacesContext facesContext, UIComponent uiComponent) | public static void | resetDescendentIds(UIComponent uiComponent) Reset ids so the client id will be nullified and regenerated when
attachDOMContext is called. |
decode | public void decode(FacesContext facesContext, UIComponent uiComponent)(Code) | | |
encodeEnd | public void encodeEnd(FacesContext facesContext, UIComponent uiComponent) throws IOException(Code) | | |
resetDescendentIds | public static void resetDescendentIds(UIComponent uiComponent)(Code) | | Reset ids so the client id will be nullified and regenerated when
attachDOMContext is called. This is necessary so that each child
component of the TreeNode has a unique client id instead of using the
cached id. If the cached id is used, the DOMContext from the previous
node is reused which is totally incorrect. the same DOMContext and
Parameters: uiComponent - |
Methods inherited from com.icesoft.faces.renderkit.dom_html_basic.DomBasicRenderer | public void decode(FacesContext facesContext, UIComponent uiComponent)(Code)(Java Doc) public void encodeEnd(FacesContext facesContext, UIComponent uiComponent) throws IOException(Code)(Java Doc) public static void encodeParentAndChildren(FacesContext facesContext, UIComponent parent) throws IOException(Code)(Java Doc) public static UIComponent findForComponent(FacesContext facesContext, UIComponent uiComponent)(Code)(Java Doc) public static UIComponent findForm(UIComponent uiComponent)(Code)(Java Doc) public static UIComponent findNamingContainer(UIComponent uiComponent)(Code)(Java Doc) protected String[] getColumnStyleClasses(UIComponent uiComponent)(Code)(Java Doc) public static String[] getExcludesArray(Set excludes)(Code)(Java Doc) protected static UIComponent getFacetByName(UIComponent uiComponent, String name)(Code)(Java Doc) public static String getResourceURL(FacesContext context, String path)(Code)(Java Doc) public String[] getRowStyleClasses(UIComponent uiComponent)(Code)(Java Doc) public String[] getStyleClasses(UIComponent uiComponent, String styleClassAttributeName)(Code)(Java Doc) public static boolean isStatic(UIComponent uiComponent)(Code)(Java Doc) public static void renderAttribute(UIComponent uiComponent, Element targetElement, String attrNameInComponent, String attrNameInDom)(Code)(Java Doc) protected void renderEnd(FacesContext facesContext, UIComponent uiComponent, String currentValue) throws IOException(Code)(Java Doc) public static void setRootElementId(FacesContext facesContext, Element rootElement, UIComponent uiComponent)(Code)(Java Doc) public void setSubmittedValue(UIComponent uiComponent, Object value)(Code)(Java Doc) public void validateParameters(FacesContext facesContext, UIComponent uiComponent, Class validComponentType)(Code)(Java Doc)
|
|
|