public class TimeAxisDateFormat extends BIComplexAttributeBase
Modifier and Type | Field and Description |
---|---|
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 |
ID_KEY, m_parent, TRANSIENT_KEY
Constructor and Description |
---|
TimeAxisDateFormat() |
Modifier and Type | Method and Description |
---|---|
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.
|
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
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
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