public class BarThemeInfoSet extends BIComplexAttributeBase
| Modifier and Type | Field and Description |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
BARINFO_MAP_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
ID_KEY, m_parent, TRANSIENT_KEY| Constructor and Description |
|---|
BarThemeInfoSet() |
| Modifier and Type | Method and Description |
|---|---|
BarThemeInfoItem |
getBarInfo(int i,
boolean createNew)
For internal use only.
|
java.util.Map |
getBarInfoMap()
Return a map of BarThemeInfoItem
|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
For internal use only.
|
java.lang.Object |
getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
For internal use only.
|
BIComplexAttributeBase |
processSetAttribute(int index,
java.lang.String className)
For internal use only.
|
void |
processSetAttributeAndAdd(int index,
java.lang.String className,
BIComplexAttributeBase toAdd)
For internal use only.
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setBarInfoMap(java.util.Map map)
Setting a map of BarThemeInfoItem
|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, registerAttachedObjectKey, restoreState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdatedpublic static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey BARINFO_MAP_KEY
@Concealed public BarThemeInfoItem getBarInfo(int i, boolean createNew)
public void setBarInfoMap(java.util.Map map)
map - A map contains BarThemeInfoItempublic java.util.Map getBarInfoMap()
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class BIComplexAttributeBase@Concealed protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class BIComplexAttributeBase@Concealed public java.lang.Object getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
getProperty in class BIComplexAttributeBase@Concealed public BIComplexAttributeBase processSetAttribute(int index, java.lang.String className)
processSetAttribute in class BIComplexAttributeBase@Concealed
public void processSetAttributeAndAdd(int index,
java.lang.String className,
BIComplexAttributeBase toAdd)
processSetAttributeAndAdd in class BIComplexAttributeBase