|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
javax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
oracle.adf.view.faces.bi.component.gauge.UIGaugeBase
oracle.adf.view.faces.bi.component.gauge.UIStatusMeterGauge
public class UIStatusMeterGauge
Defines properties for a status meter gauge.
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
BORDER_COLOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
COLOR_KEY |
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
INDICATOR_SIZE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ORIENTATION_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PLOT_AREA_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
READ_ONLY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
THRESHOLD_DISPLAY_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
Fields inherited from class oracle.adf.view.faces.bi.component.gauge.UIGaugeBase |
---|
CLIENT_LISTENERS_KEY, EMPTY_TEXT_KEY, INLINE_STYLE_KEY, MAXIMUM_KEY, MINIMUM_KEY, PARTIAL_TRIGGERS_KEY, SHORT_DESC_KEY, STYLE_CLASS_KEY, TRANSITIONS_KEY, VALUE_CHANGE_LISTENER_KEY, VALUE_KEY, VISUAL_EFFECTS_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 | |
---|---|
UIStatusMeterGauge() |
Method Summary | |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.awt.Color |
getBorderColor() Returns the border color of the gauge indicator. |
java.awt.Color |
getColor() Returns the fill color of the gauge indicator. |
java.lang.String |
getFamily() |
java.lang.Number |
getIndicatorSize() Returns the relative size of the indicator. |
java.lang.String |
getOrientation() Returns the orientation of the statusmeter: horizontal - (Default) Displays a horizontal statusmeter circular - Displays a circular statusmeter |
java.lang.String |
getPlotArea() Returns whether the plot area is displayed: auto - (Default) Displays only when thresholds are displayed on the plot area on off |
java.lang.String |
getRendererType() |
java.lang.String |
getThresholdDisplay() Returns the way in which the thresholds are displayed: onIndicator - (Default) Displays the current threshold on the indicator currentOnly - Displays the current threshold on the plotArea all - Displays all thresholds on the plotArea |
boolean |
isReadOnly() Returns true if the value of the gauge cannot be changed by the end user. |
void |
setBorderColor(java.awt.Color color) Specifies the border color of the gauge indicator. |
void |
setColor(java.awt.Color color) Specifies the fill color of the gauge indicator. |
void |
setIndicatorSize(java.lang.Number size) Specifies the relative size of the indicator. |
void |
setOrientation(java.lang.String orientation) Specifies the orientation of the statusmeter: horizontal - (Default) Displays a horizontal statusmeter circular - Displays a circular statusmeter |
void |
setPlotArea(java.lang.String plotArea) Specifies whether the plot area is displayed: auto - (Default) Displays only when thresholds are displayed on the plot area on off |
void |
setReadOnly(boolean readOnly) Specifies whether the value of the gauge can be changed by the end user. |
void |
setThresholdDisplay(java.lang.String thresholdDisplay) Specifies the way in which the thresholds are displayed: onIndicator - (Default) Displays the current threshold on the indicator currentOnly - Displays the current threshold on the plotArea all - Displays all thresholds on the plotArea |
Methods inherited from class oracle.adf.view.faces.bi.component.gauge.UIGaugeBase |
---|
addValueChangeListener, broadcast, getEmptyText, getInlineStyle, getMaximum, getMinimum, getPartialTriggers, getShortDesc, getStyleClass, getTransitions, getValue, getValueChangeListener, getValueChangeListeners, getVisualEffects, removeValueChangeListener, setEmptyText, setInlineStyle, setMaximum, setMinimum, setPartialTriggers, setShortDesc, setStyleClass, setTransitions, setValue, setValueChangeListener, setVisualEffects |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getComponentChangeFilters, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeComponentChangeFilter, 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, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, 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 org.apache.myfaces.trinidad.bean.PropertyKey BORDER_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INDICATOR_SIZE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ORIENTATION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PLOT_AREA_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey READ_ONLY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey THRESHOLD_DISPLAY_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
---|
public UIStatusMeterGauge()
Method Detail |
---|
public java.lang.String getFamily()
getFamily
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public java.lang.String getRendererType()
getRendererType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class UIGaugeBase
public final java.awt.Color getBorderColor()
public final void setBorderColor(java.awt.Color color)
public final java.awt.Color getColor()
public final void setColor(java.awt.Color color)
public final java.lang.Number getIndicatorSize()
public final void setIndicatorSize(java.lang.Number size)
public final java.lang.String getOrientation()
public final void setOrientation(java.lang.String orientation)
public final java.lang.String getPlotArea()
public final void setPlotArea(java.lang.String plotArea)
public final boolean isReadOnly()
public final void setReadOnly(boolean readOnly)
public final java.lang.String getThresholdDisplay()
public final void setThresholdDisplay(java.lang.String thresholdDisplay)
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |