Class TreeIconRenderer
- java.lang.Object
-
- javax.faces.render.Renderer
-
- org.apache.myfaces.tobago.renderkit.RendererBase
-
- org.apache.myfaces.tobago.internal.renderkit.renderer.TreeIconRenderer
-
public class TreeIconRenderer extends RendererBase
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringCLOSED_FOLDERDeprecated.since Tobago 3.0.0protected static StringLEAFDeprecated.since Tobago 3.0.0protected static StringOPEN_FOLDERDeprecated.since Tobago 3.0.0
-
Constructor Summary
Constructors Constructor Description TreeIconRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidencodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)-
Methods inherited from class org.apache.myfaces.tobago.renderkit.RendererBase
encodeReload, getConvertedValue, getCurrentValue, getResponseWriter, onComponentCreated
-
-
-
-
Field Detail
-
OPEN_FOLDER
@Deprecated protected static final String OPEN_FOLDER
Deprecated.since Tobago 3.0.0- See Also:
- Constant Field Values
-
CLOSED_FOLDER
@Deprecated protected static final String CLOSED_FOLDER
Deprecated.since Tobago 3.0.0- See Also:
- Constant Field Values
-
LEAF
@Deprecated protected static final String LEAF
Deprecated.since Tobago 3.0.0- See Also:
- Constant Field Values
-
-
Method Detail
-
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException- Overrides:
encodeBeginin classjavax.faces.render.Renderer- Throws:
IOException
-
-