Class TreeIconRenderer<T extends AbstractUITreeIcon>
- java.lang.Object
-
- jakarta.faces.render.Renderer
-
- org.apache.myfaces.tobago.renderkit.RendererBase<T>
-
- org.apache.myfaces.tobago.internal.renderkit.renderer.TreeIconRenderer<T>
-
public class TreeIconRenderer<T extends AbstractUITreeIcon> extends RendererBase<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
CLOSED_FOLDER
Deprecated.since Tobago 3.0.0protected static String
LEAF
Deprecated.since Tobago 3.0.0protected static String
OPEN_FOLDER
Deprecated.since Tobago 3.0.0
-
Constructor Summary
Constructors Constructor Description TreeIconRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
encodeBeginInternal(jakarta.faces.context.FacesContext facesContext, T component)
-
Methods inherited from class org.apache.myfaces.tobago.renderkit.RendererBase
decode, decodeClientBehaviors, decodeInternal, encodeBegin, encodeBehavior, encodeBehavior, encodeChildren, encodeChildrenInternal, encodeEnd, encodeEndInternal, encodeReload, getBehaviorCommands, getConvertedValue, getConvertedValueInternal, getConverter, getCurrentValue, getFormattedValue, getResponseWriter, insideBegin, insideBegin, insideEnd, insideEnd, isInside, isInside, renderFocus, renderSelectItems, renderSelectItems, renderSelectItems
-
-
-
-
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
-
encodeBeginInternal
public void encodeBeginInternal(jakarta.faces.context.FacesContext facesContext, T component) throws IOException
- Overrides:
encodeBeginInternal
in classRendererBase<T extends AbstractUITreeIcon>
- Throws:
IOException
-
-