|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
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.gauge.BaseText
oracle.adf.view.faces.bi.component.gauge.BaseLabel
oracle.adf.view.faces.bi.component.gauge.TickLabel
public class TickLabel
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
CONTENT_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
NUMBER_FORMAT_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
NUMBER_TYPE_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
Fields inherited from class oracle.adf.view.faces.bi.component.gauge.BaseLabel |
---|
m_defaultPosition, POSITION_KEY |
Fields inherited from class oracle.adf.view.faces.bi.component.gauge.BaseText |
---|
FONT_COLOR_KEY, GAUGE_FONT_KEY, m_defaultFontColor, m_defaultFontSize, m_defaultFontStyle, m_defaultFontTypeface |
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
ID_KEY, m_parent, TRANSIENT_KEY |
Constructor Summary | |
---|---|
TickLabel()
|
Method Summary | |
---|---|
void |
applyProperties(java.util.HashMap map)
Applications do not need to call this method. |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
int |
getContent()
Gets the tick content specification for all gauges in this gauge set. |
oracle.adf.view.faces.bi.component.util.NumberFormat |
getNumberFormat()
|
int |
getNumberType()
Gets the type of number displayed in the tick label. |
int |
getPosition()
Gets the position of the tick labels. |
protected void |
resetStyleProperties()
|
void |
setContent(int content)
Sets the content of tick labels in a gauge. |
void |
setNumberFormat(oracle.adf.view.faces.bi.component.util.NumberFormat format)
|
void |
setNumberType(int type)
Sets the type of number to be displayed in the tick label. |
void |
setPosition(int pos)
Sets the position of the tick labels. |
Methods inherited from class oracle.adf.view.faces.bi.component.gauge.BaseText |
---|
getGaugeFont, restoreState, setGaugeFont |
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, 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 CONTENT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey NUMBER_TYPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey NUMBER_FORMAT_KEY
Constructor Detail |
---|
public TickLabel()
Method Detail |
---|
public int getContent()
GaugeConstants
beginning with
TICK_
.public void setContent(int content)
content
- Integer representing the types of tick
labels to be displayed; valid constants
are in the GaugeConstants
class starting with TICK_.public oracle.adf.view.faces.bi.component.util.NumberFormat getNumberFormat()
public void setNumberFormat(oracle.adf.view.faces.bi.component.util.NumberFormat format)
public int getNumberType()
Gauge
beginning with
NT_
public void setNumberType(int type)
type
- Integer representing the type of number intended
for display in this gauge; valid values are constants
in the Gauge
class beginning with
NT_
public int getPosition()
getPosition
in class BaseLabel
Gauge
class beginning with
TLP_
public void setPosition(int pos)
setPosition
in class BaseLabel
pos
- Integer representing the position of tick labels on the
gauge; valid values are constants
in the Gauge
class beginning with
TLP_
protected void resetStyleProperties()
resetStyleProperties
in class BaseLabel
public void applyProperties(java.util.HashMap map)
BIComplexAttributeBase
applyProperties
in class BaseText
map
- hashMap that contains property value pairs.protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BaseLabel
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |