public class PointStyleSet extends BIComplexAttributeBase
| Modifier and Type | Field and Description |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
POINTSTYLE_MAP_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
ID_KEY, m_parent, TRANSIENT_KEY| Constructor and Description |
|---|
PointStyleSet() |
| Modifier and Type | Method and Description |
|---|---|
PointStyleItem |
findPointStyleFromRange(java.lang.String key)
For internal use only.
|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
PointStyleItem |
getDefaultPointStyleItem(boolean createNew)
For internal use only.
|
PointStyleItem |
getPointStyleItem(java.lang.String key,
boolean createNew)
For internal use only.
|
java.util.Map |
getPointStyleMap()
Return a map of point style items
|
java.lang.Object |
getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
For internal use only.
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setPointStyleMap(java.util.Map map)
Specifies a map of point style item for the point Theme
|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, 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 POINTSTYLE_MAP_KEY
@Concealed public PointStyleItem getDefaultPointStyleItem(boolean createNew)
@Concealed public PointStyleItem findPointStyleFromRange(java.lang.String key)
@Concealed public PointStyleItem getPointStyleItem(java.lang.String key, boolean createNew)
public void setPointStyleMap(java.util.Map map)
map - A map of point style item.public java.util.Map getPointStyleMap()
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class BIComplexAttributeBaseprotected 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