public static final class RenderKitUtils.Attributes extends TreeSet<ComponentAttribute>
Constructor and Description |
---|
RenderKitUtils.Attributes() |
Modifier and Type | Method and Description |
---|---|
RenderKitUtils.Attributes |
bool(String name,
String componentAttribute) |
RenderKitUtils.Attributes |
defaultValue(Object value) |
RenderKitUtils.Attributes |
generic(String name,
String componentAttribute,
String... events) |
void |
render(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
RenderKitUtils.Attributes |
uri(String name,
String componentAttribute) |
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, subSet, subSet, tailSet, tailSet
equals, hashCode, removeAll
containsAll, retainAll, toArray, toArray, toString
public void render(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
IOException
public RenderKitUtils.Attributes generic(String name, String componentAttribute, String... events)
public RenderKitUtils.Attributes uri(String name, String componentAttribute)
public RenderKitUtils.Attributes bool(String name, String componentAttribute)
public RenderKitUtils.Attributes defaultValue(Object value)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.