oracle.adf.view.faces.bi.component.graph
Class ActiveDataProperties
java.lang.Object
oracle.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.graph.ActiveDataProperties
- All Implemented Interfaces:
- javax.faces.component.StateHolder
public class ActiveDataProperties
- extends BIComplexAttributeBase
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
FLASH_IS_ANIMATION_ENABLED_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey FLASH_IS_ANIMATION_ENABLED_KEY
- For internal use only. Application developers should not use this
FLASH_TRANSITION_DURATION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey FLASH_TRANSITION_DURATION_KEY
- For internal use only. Application developers should not use this
FLASH_TRANSITION_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey FLASH_TRANSITION_COLOR_KEY
- For internal use only. Application developers should not use this
FLASH_SHOW_TRANSITION_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey FLASH_SHOW_TRANSITION_COLOR_KEY
- For internal use only. Application developers should not use this
FLASH_ANIMATION_ENABLED
public static final java.lang.String FLASH_ANIMATION_ENABLED
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
FLASH_TRANSITION_DURATION
public static final java.lang.String FLASH_TRANSITION_DURATION
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
FLASH_TRANSITION_COLOR
public static final java.lang.String FLASH_TRANSITION_COLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
FLASH_SHOW_TRANSITION_COLOR
public static final java.lang.String FLASH_SHOW_TRANSITION_COLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
ActiveDataProperties
public ActiveDataProperties()
setAnimationEnabled
public void setAnimationEnabled(boolean enableAnimations)
- For internal use only. Application developers should not use this
isAnimationEnabled
public boolean isAnimationEnabled()
- For internal use only. Application developers should not use this
setTransitionDuration
public void setTransitionDuration(int transitionDuration)
- For internal use only. Application developers should not use this
getTransitionDuration
public int getTransitionDuration()
- For internal use only. Application developers should not use this
setTransitionColor
public void setTransitionColor(java.lang.String color)
- For internal use only. Application developers should not use this
getTransitionColor
public java.lang.String getTransitionColor()
- For internal use only. Application developers should not use this
setShowTransitionColor
public void setShowTransitionColor(boolean show)
- For internal use only. Application developers should not use this
getShowTransitionColor
public boolean getShowTransitionColor()
- For internal use only. Application developers should not use this
getBeanType
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
- Specified by:
getBeanType
in class BIComplexAttributeBase
Copyright © 1997, 2009, Oracle. All rights reserved.