Skip navigation links

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

E12063-10


oracle.adf.view.faces.bi.component.gauge
Class UILedGauge

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by org.apache.myfaces.trinidad.component.UIXComponent
          extended by org.apache.myfaces.trinidad.component.UIXComponentBase
              extended by oracle.adf.view.faces.bi.component.gauge.UIGaugeBase
                  extended by oracle.adf.view.faces.bi.component.gauge.UILedGauge

All Implemented Interfaces:
javax.faces.component.StateHolder

public class UILedGauge
extends UIGaugeBase

Defines properties for an led 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 ROTATION_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SIZE_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           
static org.apache.myfaces.trinidad.bean.PropertyKey TYPE_KEY
           

 

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
UILedGauge()
           

 

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.String getRendererType()
           
 java.lang.Number getRotation()
          Returns the rotation angle for the gauge, which is useful for changing the direction of arrow and triangle gauges.
 java.lang.Number getSize()
          Returns the relative size of the LED gauge shape.
 java.lang.String getType()
          Returns the shape of the led gauge.
 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 setRotation(java.lang.Number rotation)
          Specifies the rotation angle for the gauge, which is useful for changing the direction of arrow and triangle gauges.
 void setSize(java.lang.Number size)
          Specifies the relative size of the LED gauge shape.
 void setType(java.lang.String type)
          Specifies the shape of the led gauge.

 

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

TYPE

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

BORDER_COLOR_KEY

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

COLOR_KEY

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

ROTATION_KEY

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

SIZE_KEY

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

TYPE_KEY

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

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

Constructor Detail

UILedGauge

public UILedGauge()

Method Detail

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class org.apache.myfaces.trinidad.component.UIXComponentBase

getRendererType

public java.lang.String getRendererType()
Overrides:
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBase

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
Overrides:
getBeanType in class UIGaugeBase

getBorderColor

public final java.awt.Color getBorderColor()
Returns the border color of the gauge indicator. Only applies when thresholds are not defined.

setBorderColor

public final void setBorderColor(java.awt.Color color)
Specifies the border color of the gauge indicator. Only applies when thresholds are not defined.

getColor

public final java.awt.Color getColor()
Returns the fill color of the gauge indicator. Only applies when thresholds are not defined.

setColor

public final void setColor(java.awt.Color color)
Specifies the fill color of the gauge indicator. Only applies when thresholds are not defined.

getRotation

public final java.lang.Number getRotation()
Returns the rotation angle for the gauge, which is useful for changing the direction of arrow and triangle gauges. Valid values are:

setRotation

public final void setRotation(java.lang.Number rotation)
Specifies the rotation angle for the gauge, which is useful for changing the direction of arrow and triangle gauges. Valid values are:

getSize

public final java.lang.Number getSize()
Returns the relative size of the LED gauge shape. Valid values are between 0 and 1 (default).

setSize

public final void setSize(java.lang.Number size)
Specifies the relative size of the LED gauge shape. Valid values are between 0 and 1 (default).

getType

public final java.lang.String getType()
Returns the shape of the led gauge. Valid values are:

setType

public final void setType(java.lang.String type)
Specifies the shape of the led gauge. Valid values are:

Skip navigation links

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

E12063-10


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