Home » Mojarra-2.0.1 » javax » faces » component » [javadoc | source]
javax.faces.component
static class: UIComponentBase.AttributesMap [javadoc | source]
java.lang.Object
   javax.faces.component.UIComponentBase$AttributesMap

All Implemented Interfaces:
    Map, Serializable

Method from javax.faces.component.UIComponentBase$AttributesMap Summary:
clear,   containsKey,   containsValue,   entrySet,   equals,   get,   getPropertyDescriptor,   hashCode,   isEmpty,   keySet,   put,   putAll,   remove,   size,   values
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.UIComponentBase$AttributesMap Detail:
 public  void clear() 
 public boolean containsKey(Object keyObj) 
 public boolean containsValue(Object value) 
 public Set<String, Object> entrySet() 
 public boolean equals(Object o) 
 public Object get(Object keyObj) 
 PropertyDescriptor getPropertyDescriptor(String name) 

    Return the PropertyDescriptor for the specified property name for this UIComponent 's implementation class, if any; otherwise, return null.

 public int hashCode() 
 public boolean isEmpty() 
 public Set<String> keySet() 
 public Object put(String keyValue,
    Object value) 
 public  void putAll(Map<String, ?> map) 
 public Object remove(Object keyObj) 
 public int size() 
 public Collection<Object> values()