Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

oracle.adf.view.faces.bi.component.graph
Class TimeAxisDateFormat

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by oracle.adf.view.faces.bi.component.graph.TimeAxisDateFormat
All Implemented Interfaces:
javax.faces.component.StateHolder

public class TimeAxisDateFormat
extends BIComplexAttributeBase

Since:
11.0

Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey DAY_FORMAT_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey MONTH_FORMAT_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey QUARTER_FORMAT_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey TIME_FORMAT_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           
static org.apache.myfaces.trinidad.bean.PropertyKey YEAR_FORMAT_KEY
           
 
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
ID_KEY, m_parent, TRANSIENT_KEY
 
Constructor Summary
TimeAxisDateFormat()
           
 
Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.lang.String getDayFormat()
           
 java.lang.String getMonthFormat()
           
 java.lang.String getQuarterFormat()
           
 java.lang.String getTimeFormat()
           
 java.lang.String getYearFormat()
           
protected  void resetStyleProperties()
           
 void setDayFormat(java.lang.String format)
           
 void setMonthFormat(java.lang.String format)
           
 void setQuarterFormat(java.lang.String format)
           
 void setTimeFormat(java.lang.String format)
           
 void setYearFormat(java.lang.String format)
           
 
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
 

Field Detail

TYPE

public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE

YEAR_FORMAT_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey YEAR_FORMAT_KEY

QUARTER_FORMAT_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey QUARTER_FORMAT_KEY

MONTH_FORMAT_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey MONTH_FORMAT_KEY

DAY_FORMAT_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey DAY_FORMAT_KEY

TIME_FORMAT_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey TIME_FORMAT_KEY
Constructor Detail

TimeAxisDateFormat

public TimeAxisDateFormat()
Method Detail

setYearFormat

public void setYearFormat(java.lang.String format)

getYearFormat

public java.lang.String getYearFormat()

setQuarterFormat

public void setQuarterFormat(java.lang.String format)

getQuarterFormat

public java.lang.String getQuarterFormat()

setMonthFormat

public void setMonthFormat(java.lang.String format)

getMonthFormat

public java.lang.String getMonthFormat()

setDayFormat

public void setDayFormat(java.lang.String format)

getDayFormat

public java.lang.String getDayFormat()

setTimeFormat

public void setTimeFormat(java.lang.String format)

getTimeFormat

public java.lang.String getTimeFormat()

resetStyleProperties

protected void resetStyleProperties()

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
Specified by:
getBeanType in class BIComplexAttributeBase

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

Copyright © 1997, 2011, Oracle. All rights reserved.