| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
oracle.adf.view.faces.bi.component.gantt.TimeAxis
public class TimeAxis
A TimeAxis control represents the time axis of the Gantt. It must be added as a facet of the Gantt control.
| Field Summary | |
|---|---|
| static java.lang.String | COMPONENT_FAMILY | 
| static java.lang.String | COMPONENT_TYPE | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | CUSTOMIZATION_ID_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | DONT_PERSIST_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | FORMAT_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | INLINE_STYLE_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | ORDER_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | PERSIST_KEY | 
| static java.lang.String | SCALE_DAYSScale of the time axis constant for one day. | 
| static java.lang.String | SCALE_HALFHOURSScale of the time axis constant for 30 minutes. | 
| static java.lang.String | SCALE_HALFYEARSScale of the time axis constant for half a year. | 
| static java.lang.String | SCALE_HOURSScale of the time axis constant for one hour. | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | SCALE_KEY | 
| static java.lang.String | SCALE_MONTHSScale of the time axis constant for one month. | 
| static java.lang.String | SCALE_QUARTERHOURSScale of the time axis constant for 15 minutes. | 
| static java.lang.String | SCALE_QUARTERSScale of the time axis constant for a quarter. | 
| static java.lang.String | SCALE_SIXHOURSScale of the time axis constant for six hours. | 
| static java.lang.String | SCALE_THREEHOURSScale of the time axis constant for three hours. | 
| static java.lang.String | SCALE_TWOMONTHSScale of the time axis constant for two months. | 
| static java.lang.String | SCALE_TWOWEEKSScale of the time axis constant for two weeks. | 
| static java.lang.String | SCALE_TWOYEARSScale of the time axis constant for two years. | 
| static java.lang.String | SCALE_WEEKSScale of the time axis constant for one week. | 
| static java.lang.String | SCALE_YEARSScale of the time axis constant for one year. | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | STYLE_CLASS_KEY | 
| static org.apache.myfaces.trinidad.bean.FacesBean.Type | TYPE | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | VISIBLE_KEY | 
| Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase | 
|---|
| BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY | 
| Fields inherited from class javax.faces.component.UIComponent | 
|---|
| bindings | 
| Constructor Summary | |
|---|---|
| TimeAxis()Constructs an instance of a TimeAxis. | |
| Method Summary | |
|---|---|
| protected  org.apache.myfaces.trinidad.bean.FacesBean.Type | getBeanType() | 
|  java.lang.String | getCustomizationId()Deprecated. The 'id' attribute should be used when applying persistent customizations. This attribute will be removed in the next release. | 
|  TimeAxisDateFormat | getDateFormat()Retrieves the TimeAxisDateFormat object used for this time axis. | 
|  java.lang.String[] | getDontPersist()Gets List of persistent attributes that are restricted from persisting to a registered "Persistent Change Manager". | 
|  java.lang.String | getFamily() | 
|  java.lang.String | getInlineStyle()Gets the CSS styles to use for this component. | 
|  java.lang.String[] | getOrder()Retrieves the order of the time scale. | 
|  java.lang.String[] | getPersist()Gets List of persistent attributes that are persisting to a registered "Persistent Change Manager". | 
|  java.lang.String | getRendererType() | 
|  java.lang.String | getScale()Retrieves the time scale used for this time axis. | 
|  java.lang.String | getStyleClass()Gets a CSS style class to use for this component. | 
|  boolean | isVisible()Whether the component is visible or not. | 
|  void | setCustomizationId(java.lang.String customizationId)Deprecated. The 'id' attribute should be used when applying persistent customizations. This attribute will be removed in the next release. | 
|  void | setDateFormat(TimeAxisDateFormat format)Specifies the TimeAxisDateFormat object used for this time axis. | 
|  void | setDontPersist(java.lang.String[] dontPersist)Sets List of persistent attributes that are restricted from persisting to a registered "Persistent Change Manager". | 
|  void | setInlineStyle(java.lang.String inlineStyle)Sets the CSS styles to use for this component. | 
|  void | setOrder(java.lang.String[] order)Specifies the order of the time scale. | 
|  void | setPersist(java.lang.String[] persist)Sets List of persistent attributes that are persisting to a registered "Persistent Change Manager". | 
|  void | setScale(java.lang.String scale)Specifies the time scale for this time axis. | 
|  void | setStyleClass(java.lang.String styleClass)Sets a CSS style class to use for this component. | 
|  void | setVisible(boolean visible)Specifies the visibility of the component. | 
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase | 
|---|
| adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderer, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl | 
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent | 
|---|
| addPartialTarget, encodeFlattenedChild, encodeFlattenedChildren, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitTree, visitTree | 
| Methods inherited from class javax.faces.component.UIComponent | 
|---|
| encodeAll, getContainerClientId | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey SCALE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey FORMAT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ORDER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INLINE_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey STYLE_CLASS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CUSTOMIZATION_ID_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PERSIST_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DONT_PERSIST_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VISIBLE_KEY
public static final java.lang.String SCALE_TWOYEARS
public static final java.lang.String SCALE_YEARS
public static final java.lang.String SCALE_HALFYEARS
public static final java.lang.String SCALE_QUARTERS
public static final java.lang.String SCALE_TWOMONTHS
public static final java.lang.String SCALE_MONTHS
public static final java.lang.String SCALE_TWOWEEKS
public static final java.lang.String SCALE_WEEKS
public static final java.lang.String SCALE_DAYS
public static final java.lang.String SCALE_SIXHOURS
public static final java.lang.String SCALE_THREEHOURS
public static final java.lang.String SCALE_HOURS
public static final java.lang.String SCALE_HALFHOURS
public static final java.lang.String SCALE_QUARTERHOURS
| Constructor Detail | 
|---|
public TimeAxis()
| Method Detail | 
|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic java.lang.String getFamily()
getFamily in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic java.lang.String getRendererType()
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic final java.lang.String getInlineStyle()
public final void setInlineStyle(java.lang.String inlineStyle)
inlineStyle - the new inlineStyle valuepublic final java.lang.String getStyleClass()
public final void setStyleClass(java.lang.String styleClass)
styleClass - the new styleClass valuepublic final java.lang.String[] getPersist()
public final void setPersist(java.lang.String[] persist)
persist - the new persist valuepublic final java.lang.String[] getDontPersist()
public final void setDontPersist(java.lang.String[] dontPersist)
dontPersist - the new dontPersist value@Deprecated public final java.lang.String getCustomizationId()
@Deprecated public final void setCustomizationId(java.lang.String customizationId)
customizationId - the new customizationId valuepublic boolean isVisible()
true if the component is visible.  false otherwise.setVisible(boolean)public void setVisible(boolean visible)
scale - The visibility of the component.public java.lang.String getScale()
setScale(java.lang.String)public void setScale(java.lang.String scale)
scale - The time scale for this time axis.public java.lang.String[] getOrder()
setScale(java.lang.String)public void setOrder(java.lang.String[] order)
order - The order for this time scale.public TimeAxisDateFormat getDateFormat()
#setFormatpublic void setDateFormat(TimeAxisDateFormat format)
format - The TimeAxisDateFormat object used for this time axis.| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||