Home » Mojarra-2.0.1 » javax » faces » component » [javadoc | source]
javax.faces.component
static class: UIComponentBase.FacetsMap [javadoc | source]
java.lang.Object
   java.util.AbstractMap
      java.util.HashMap<String, UIComponent>
         javax.faces.component.UIComponentBase$FacetsMap

All Implemented Interfaces:
    Map, Serializable, Cloneable

Fields inherited from java.util.HashMap:
DEFAULT_INITIAL_CAPACITY,  MAXIMUM_CAPACITY,  DEFAULT_LOAD_FACTOR,  table,  size,  threshold,  loadFactor,  modCount
Fields inherited from java.util.AbstractMap:
keySet,  values
Constructor:
 public FacetsMap(UIComponent component) 
Method from javax.faces.component.UIComponentBase$FacetsMap Summary:
clear,   entrySet,   keySet,   keySetIterator,   put,   putAll,   remove,   values
Methods from java.util.HashMap:
addEntry,   capacity,   clear,   clone,   containsKey,   containsValue,   createEntry,   entrySet,   get,   getEntry,   hash,   indexFor,   init,   isEmpty,   keySet,   loadFactor,   newEntryIterator,   newKeyIterator,   newValueIterator,   put,   putAll,   remove,   removeEntryForKey,   removeMapping,   resize,   size,   transfer,   values
Methods from java.util.AbstractMap:
access$000,   clear,   clone,   containsKey,   containsValue,   entrySet,   equals,   get,   hashCode,   isEmpty,   keySet,   put,   putAll,   remove,   size,   toString,   values
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.UIComponentBase$FacetsMap Detail:
 public  void clear() 
 public Set<String, UIComponent> entrySet() 
 public Set<String> keySet() 
 Iterator<String> keySetIterator() 
 public UIComponent put(String key,
    UIComponent value) 
 public  void putAll(Map<String, UIComponent> map) 
 public UIComponent remove(Object key) 
 public Collection<UIComponent> values()