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.common
Class UIReferenceObjectBase

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.common.UIReferenceObjectBase

All Implemented Interfaces:
javax.faces.component.StateHolder
Direct Known Subclasses:
UIReferenceArea, UIReferenceLine

public abstract class UIReferenceObjectBase
extends org.apache.myfaces.trinidad.component.UIXComponentBase

Defines properties for a reference object of a data visualization component.


Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey COLOR_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey DISPLAY_IN_LEGEND_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey LOCATION_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SHORT_DESC_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey TEXT_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           

 

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

 

Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.awt.Color getColor()
          Returns the fill color of the reference object.
 java.lang.String getDisplayInLegend()
          Returns whether the reference object is displayed in the legend, if a legend is present.
 java.lang.String getLocation()
          Returns the location of the reference object relative to the data items.
 java.lang.String getShortDesc()
          Returns the description of this object.
 java.lang.String getText()
          Returns the text displayed in the legend for the reference object.
 void setColor(java.awt.Color color)
          Specifies the fill color of the reference object.
 void setDisplayInLegend(java.lang.String displayInLegend)
          Specifies whether the reference object is displayed in the legend, if a legend is present.
 void setLocation(java.lang.String location)
          Specifies the location of the reference object relative to the data items.
 void setShortDesc(java.lang.String shortDesc)
          Specifies the description of this object.
 void setText(java.lang.String text)
          Specifies the text displayed in the legend for the reference object.

 

Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, 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, getFamily, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendererType, 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

COLOR_KEY

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

DISPLAY_IN_LEGEND_KEY

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

LOCATION_KEY

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

SHORT_DESC_KEY

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

TEXT_KEY

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

Constructor Detail

UIReferenceObjectBase

public UIReferenceObjectBase()

Method Detail

getBeanType

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

getColor

public final java.awt.Color getColor()
Returns the fill color of the reference object.

setColor

public final void setColor(java.awt.Color color)
Specifies the fill color of the reference object.

getDisplayInLegend

public final java.lang.String getDisplayInLegend()
Returns whether the reference object is displayed in the legend, if a legend is present. Valid values are "off" (default) and "on".

setDisplayInLegend

public final void setDisplayInLegend(java.lang.String displayInLegend)
Specifies whether the reference object is displayed in the legend, if a legend is present. Valid values are "off" (default) and "on".

getLocation

public final java.lang.String getLocation()
Returns the location of the reference object relative to the data items. Valid values are "back" (default) and "front". Gauge reference lines are always displayed in front, regardless of the value of this attribute.

setLocation

public final void setLocation(java.lang.String location)
Specifies the location of the reference object relative to the data items. Valid values are "back" (default) and "front". Gauge reference lines are always displayed in front, regardless of the value of this attribute.

getShortDesc

public final java.lang.String getShortDesc()
Returns the description of this object. This is used in charts for accessibility and also for customizing the tooltip text.

setShortDesc

public final void setShortDesc(java.lang.String shortDesc)
Specifies the description of this object. This is used in charts for accessibility and also for customizing the tooltip text.

getText

public final java.lang.String getText()
Returns the text displayed in the legend for the reference object.

setText

public final void setText(java.lang.String text)
Specifies the text displayed in the legend for the reference object.

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.