org.richfaces.renderkit
Class RenderKitUtils.Attributes
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.TreeSet<ComponentAttribute>
org.richfaces.renderkit.RenderKitUtils.Attributes
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<ComponentAttribute>, Collection<ComponentAttribute>, NavigableSet<ComponentAttribute>, Set<ComponentAttribute>, SortedSet<ComponentAttribute>
- Enclosing class:
- RenderKitUtils
public static final class RenderKitUtils.Attributes
- extends TreeSet<ComponentAttribute>
- See Also:
- Serialized Form
Methods inherited from class java.util.TreeSet |
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 |
RenderKitUtils.Attributes
public RenderKitUtils.Attributes()
render
public void render(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
generic
public RenderKitUtils.Attributes generic(String name,
String componentAttribute,
String... events)
uri
public RenderKitUtils.Attributes uri(String name,
String componentAttribute)
bool
public RenderKitUtils.Attributes bool(String name,
String componentAttribute)
defaultValue
public RenderKitUtils.Attributes defaultValue(Object value)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.