|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.graph.TimeAxisDateFormat
public class TimeAxisDateFormat
Defines properties for formatting date and time values in a graph.
| 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()
Retrieves the format for day information. |
java.lang.String |
getMonthFormat()
Retrieves the format for month information. |
java.lang.String |
getQuarterFormat()
Retrieves the format for quarter information. |
java.lang.String |
getTimeFormat()
Retrieves the format for time information. |
java.lang.String |
getYearFormat()
Retrieves the format for year information. |
protected void |
resetStyleProperties()
|
void |
setDayFormat(java.lang.String format)
Specifies the format for day information. |
void |
setMonthFormat(java.lang.String format)
Specifies the format for month information. |
void |
setQuarterFormat(java.lang.String format)
Specifies the format for quarter information. |
void |
setTimeFormat(java.lang.String format)
Specifies the format for time information. |
void |
setYearFormat(java.lang.String format)
Specifies the format for year information. |
| 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 |
|---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey YEAR_FORMAT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey QUARTER_FORMAT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MONTH_FORMAT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DAY_FORMAT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TIME_FORMAT_KEY
| Constructor Detail |
|---|
public TimeAxisDateFormat()
| Method Detail |
|---|
public void setYearFormat(java.lang.String format)
format - The default value is automatic, and it will change based on the occupancy of the axis labels. Valid values are:
public java.lang.String getYearFormat()
The default value is automatic, and it will change based on the occupancy of the axis labels. Valid values are:
public void setQuarterFormat(java.lang.String format)
format - The default value is automatic, and it will change based on the occupancy of the axis labels. Valid values are:
public java.lang.String getQuarterFormat()
The default value is automatic, and it will change based on the occupancy of the axis labels. Valid values are:
public void setMonthFormat(java.lang.String format)
format - The default value is automatic, and it will change based on the occupancy of the axis labels. Valid values are:
public java.lang.String getMonthFormat()
The default value is automatic, and it will change based on the occupancy of the axis labels. Valid values are:
public void setDayFormat(java.lang.String format)
format - The default value is automatic, and it will change based on the occupancy of the axis labels. Valid values are:
public java.lang.String getDayFormat()
The default value is automatic, and it will change based on the occupancy of the axis labels. Valid values are:
public void setTimeFormat(java.lang.String format)
format - The default value is automatic, and it will change based on the occupancy of the axis labels. Valid values are:
public java.lang.String getTimeFormat()
protected void resetStyleProperties()
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class BIComplexAttributeBase
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||