public class ThresholdSet extends BIComplexAttributeBase
Modifier and Type | Field and Description |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
INTERNAL_USE_CURRENT_INDEX_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
THRESHOLD_MAP_KEY |
static BIFacesBeanImpl.Type |
TYPE |
ID_KEY, m_parent, TRANSIENT_KEY
Constructor and Description |
---|
ThresholdSet() |
Modifier and Type | Method and Description |
---|---|
void |
applyProperties(java.util.HashMap map)
Applications do not need to call this method.
|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
Threshold |
getImageViewThreshold(int i, boolean createNew)
Internal use only.
|
java.util.Map |
getThresholdMap() |
protected Threshold |
newInstance()
Internal use only.
|
void |
resetStyleProperties() |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setThresholdMap(java.util.Map map) |
getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated
public static final BIFacesBeanImpl.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey THRESHOLD_MAP_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INTERNAL_USE_CURRENT_INDEX_KEY
public void applyProperties(java.util.HashMap map)
applyProperties
in class BIComplexAttributeBase
map
- hashMap that contains property value pairs.public void resetStyleProperties()
public void setThresholdMap(java.util.Map map)
public java.util.Map getThresholdMap()
public Threshold getImageViewThreshold(int i, boolean createNew)
i
-createNew
-protected Threshold newInstance()
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class BIComplexAttributeBase
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BIComplexAttributeBase