public class SliceSet extends BIComplexAttributeBase
| Modifier and Type | Field and Description |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SLICE_MAP_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
ID_KEY, m_parent, TRANSIENT_KEY| Constructor and Description |
|---|
SliceSet() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.Object |
getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
For internal use only.
|
Slice |
getSlice(int i,
boolean createNew)
For internal use only.
|
java.util.Map |
getSliceMap()
Return the map that defines all slices
|
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 |
setSliceMap(java.util.Map map)
Specifies the map that defines all slices
|
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 SLICE_MAP_KEY
public Slice getSlice(int i, boolean createNew)
public void setSliceMap(java.util.Map map)
map - The map that defines all slicespublic java.util.Map getSliceMap()
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class BIComplexAttributeBasepublic java.lang.Object getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
getProperty in class BIComplexAttributeBasepublic BIComplexAttributeBase processSetAttribute(int index, java.lang.String className)
processSetAttribute in class BIComplexAttributeBasepublic void processSetAttributeAndAdd(int index,
java.lang.String className,
BIComplexAttributeBase toAdd)
processSetAttributeAndAdd in class BIComplexAttributeBasepublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class BIComplexAttributeBase