@Deprecated public class ActiveDataProperties extends BIComplexAttributeBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FLASH_ANIMATION_ENABLED
Deprecated.
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
FLASH_IS_ANIMATION_ENABLED_KEY
Deprecated.
|
static java.lang.String |
FLASH_SHOW_TRANSITION_COLOR
Deprecated.
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
FLASH_SHOW_TRANSITION_COLOR_KEY
Deprecated.
|
static java.lang.String |
FLASH_TRANSITION_COLOR
Deprecated.
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
FLASH_TRANSITION_COLOR_KEY
Deprecated.
|
static java.lang.String |
FLASH_TRANSITION_DURATION
Deprecated.
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
FLASH_TRANSITION_DURATION_KEY
Deprecated.
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
Deprecated.
|
ID_KEY, m_parent, TRANSIENT_KEY
Constructor and Description |
---|
ActiveDataProperties()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
Deprecated.
|
boolean |
getShowTransitionColor()
Deprecated.
|
java.lang.String |
getTransitionColor()
Deprecated.
|
int |
getTransitionDuration()
Deprecated.
|
boolean |
isAnimationEnabled()
Deprecated.
|
void |
setAnimationEnabled(boolean enableAnimations)
Deprecated.
|
void |
setShowTransitionColor(boolean show)
Deprecated.
|
void |
setTransitionColor(java.lang.String color)
Deprecated.
|
void |
setTransitionDuration(int transitionDuration)
Deprecated.
|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
@Concealed public static final org.apache.myfaces.trinidad.bean.PropertyKey FLASH_IS_ANIMATION_ENABLED_KEY
@Concealed public static final org.apache.myfaces.trinidad.bean.PropertyKey FLASH_TRANSITION_DURATION_KEY
@Concealed public static final org.apache.myfaces.trinidad.bean.PropertyKey FLASH_TRANSITION_COLOR_KEY
@Concealed public static final org.apache.myfaces.trinidad.bean.PropertyKey FLASH_SHOW_TRANSITION_COLOR_KEY
@Concealed public static final java.lang.String FLASH_ANIMATION_ENABLED
@Concealed public static final java.lang.String FLASH_TRANSITION_DURATION
@Concealed public static final java.lang.String FLASH_TRANSITION_COLOR
@Concealed public static final java.lang.String FLASH_SHOW_TRANSITION_COLOR
@Concealed public void setAnimationEnabled(boolean enableAnimations)
@Concealed public boolean isAnimationEnabled()
@Concealed public void setTransitionDuration(int transitionDuration)
@Concealed public int getTransitionDuration()
@Concealed public void setTransitionColor(java.lang.String color)
@Concealed public java.lang.String getTransitionColor()
@Concealed public void setShowTransitionColor(boolean show)
@Concealed public boolean getShowTransitionColor()
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BIComplexAttributeBase