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

E12063-08

oracle.adf.view.faces.bi.component.treemap
Class UITreemapNodeHeader

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.treemap.UITreemapNodeHeader
All Implemented Interfaces:
javax.faces.component.StateHolder

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

A child of the Treemap Node component. The treemap node header defines the properties of the header that may appear on the node.


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static org.apache.myfaces.trinidad.bean.PropertyKey ISOLATE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey LABEL_STYLE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey TITLE_H_ALIGN_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           
static org.apache.myfaces.trinidad.bean.PropertyKey USE_NODE_COLOR_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
UITreemapNodeHeader()
          Constructs an instance of UITreemapNodeHeader.
 
Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.lang.String getFamily()
           
 java.lang.String getIsolate()
          Returns "on" (default) if isolate is enabled on this node header.
 java.lang.String getLabelStyle()
          Returns the font style for labels displayed within this header.
 java.lang.String getRendererType()
           
 java.lang.String getTitleHAlign()
          Returns the horizontal alignment of the title of this header.
 java.lang.String getUseNodeColor()
          Returns "on" if the node color should be displayed in the header.
 void setIsolate(java.lang.String isolate)
          Specifies whether isolate is enabled on this node header.
 void setLabelStyle(java.lang.String labelStyle)
          Sets the font style for labels displayed within this header.
 void setTitleHAlign(java.lang.String align)
          Specifies the horizontal alignment of the title of this header.
 void setUseNodeColor(java.lang.String useNodeColor)
          Specifies whether the node color should be displayed in the header.
 
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, 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

ISOLATE_KEY

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

LABEL_STYLE_KEY

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

TITLE_H_ALIGN_KEY

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

USE_NODE_COLOR_KEY

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

UITreemapNodeHeader

public UITreemapNodeHeader()
Constructs an instance of UITreemapNodeHeader.

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

getIsolate

public final java.lang.String getIsolate()
Returns "on" (default) if isolate is enabled on this node header. Returns "off" otherwise.

Returns:

setIsolate

public final void setIsolate(java.lang.String isolate)
Specifies whether isolate is enabled on this node header. Valid values are "on" (default) or "off".

Parameters:
isolate -

getLabelStyle

public final java.lang.String getLabelStyle()
Returns the font style for labels displayed within this header. Accepts font-related CSS attributes like font-name, font-weight, font-size, color, etc.

Returns:
the font style for labels displayed within this header

setLabelStyle

public final void setLabelStyle(java.lang.String labelStyle)
Sets the font style for labels displayed within this header. Accepts font-related CSS attributes like font-name, font-weight, font-size, color, etc.

Parameters:
labelStyle - the font style for labels displayed within this header

getTitleHAlign

public final java.lang.String getTitleHAlign()
Returns the horizontal alignment of the title of this header. Valid values are:

Returns:

setTitleHAlign

public final void setTitleHAlign(java.lang.String align)
Specifies the horizontal alignment of the title of this header. Valid values are:

Parameters:
align - the alignment type

getUseNodeColor

public final java.lang.String getUseNodeColor()
Returns "on" if the node color should be displayed in the header. Returns "off" (default) otherwise.

Returns:

setUseNodeColor

public final void setUseNodeColor(java.lang.String useNodeColor)
Specifies whether the node color should be displayed in the header. Valid values are "on" or "off" (default).

Parameters:
useNodeColor -

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

E12063-08

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