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.chart
Class UILegend

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.chart.UILegend

All Implemented Interfaces:
javax.faces.component.StateHolder

public class UILegend
extends org.apache.myfaces.trinidad.component.UIXComponentBase

Defines properties for the chart legend.


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static org.apache.myfaces.trinidad.bean.PropertyKey POSITION_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey REFERENCE_OBJECT_TITLE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SCROLLING_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey TITLE_H_ALIGN_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey TITLE_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
UILegend()
           

 

Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.lang.String getFamily()
           
 java.lang.String getPosition()
          Returns the position of the legend within the chart.
 java.lang.String getReferenceObjectTitle()
          Returns the title for the reference object section of the legend, if present.
 java.lang.String getRendererType()
           
 java.lang.String getScrolling()
          Returns whether scrolling is enabled for the legend.
 java.lang.String getTitle()
          Returns the title for the chart legend.
 java.lang.String getTitleHAlign()
          Returns the horizontal alignment for the legend title.
 void setPosition(java.lang.String position)
          Specifies the position of the legend within the chart.
 void setReferenceObjectTitle(java.lang.String title)
          Specifies the title for the reference object section of the legend, if present.
 void setScrolling(java.lang.String scrolling)
          Specifies whether scrolling is enabled for the legend.
 void setTitle(java.lang.String title)
          Specifies the title for the chart legend.
 void setTitleHAlign(java.lang.String align)
          Specifies the horizontal alignment for the legend title.

 

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, 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

POSITION_KEY

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

REFERENCE_OBJECT_TITLE_KEY

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

SCROLLING_KEY

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

TITLE_KEY

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

TITLE_H_ALIGN_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey TITLE_H_ALIGN_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

UILegend

public UILegend()

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 org.apache.myfaces.trinidad.component.UIXComponentBase

getPosition

public final java.lang.String getPosition()
Returns the position of the legend within the chart. By default, the legend will be placed on the side or bottom, based on the size of the chart and the legend contents. Valid values are: auto (default), start, end, bottom, top.

setPosition

public final void setPosition(java.lang.String position)
Specifies the position of the legend within the chart. By default, the legend will be placed on the side or bottom, based on the size of the chart and the legend contents. Valid values are: auto (default), start, end, bottom, top.

getReferenceObjectTitle

public final java.lang.String getReferenceObjectTitle()
Returns the title for the reference object section of the legend, if present.

setReferenceObjectTitle

public final void setReferenceObjectTitle(java.lang.String title)
Specifies the title for the reference object section of the legend, if present.

getScrolling

public final java.lang.String getScrolling()
Returns whether scrolling is enabled for the legend. Valid values are "asNeeded" (default) and "off".

setScrolling

public final void setScrolling(java.lang.String scrolling)
Specifies whether scrolling is enabled for the legend. Valid values are "asNeeded" (default) and "off".

getTitle

public final java.lang.String getTitle()
Returns the title for the chart legend.

setTitle

public final void setTitle(java.lang.String title)
Specifies the title for the chart legend.

getTitleHAlign

public final java.lang.String getTitleHAlign()
Returns the horizontal alignment for the legend title. Valid values are:

setTitleHAlign

public final void setTitleHAlign(java.lang.String align)
Specifies the horizontal alignment for the legend title. 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.