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

E12063-07

oracle.adf.view.faces.bi.component.hierarchyViewer
Class Node

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

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


Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey CLICK_BEHAVIOR_KEY
           
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static org.apache.myfaces.trinidad.bean.PropertyKey FACET_NAME_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey HEIGHT_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey INLINE_STYLE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SET_ANCHOR_LISTENER_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SHAPE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SHORT_DESC_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SHOW_EXPAND_CHILDREN_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SHOW_ISOLATE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SHOW_NAVIGATE_UP_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey STYLE_CLASS_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           
static org.apache.myfaces.trinidad.bean.PropertyKey TYPE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey WIDTH_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
Node()
          Constructs an instance of the Node.
 
Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.lang.String getClickBehavior()
          Gets the override build-in action.
 java.lang.String getFacetName()
          For internal use only
 java.lang.String getFamily()
           
 int getHeight()
          Gets the height of the node, in pixels, at full size
 java.lang.String getInlineStyle()
          Gets the CSS styles to use for this component.
 java.lang.String getRendererType()
           
 javax.el.MethodExpression getSetAnchorListener()
           
 java.lang.String getShape()
          Gets the shape of the node.
 java.lang.String getShortDesc()
          Gets a short description of this node for user agents rendering to non-visual media (e.g.
 java.lang.String getStyleClass()
          Gets a CSS style class to use for this component.
 java.lang.String getType()
          Gets the types of nodes this stamp should be used for.
 int getWidth()
          Gets the width of the node, in pixels, at full size
 boolean isShowExpandChildren()
          Gets Whether or not to render the expand children action.
 boolean isShowIsolate()
          Gets Whether or not to render the isolate action.
 boolean isShowNavigateUp()
          Gets Whether or not to render the navigate up action.
 void setClickBehavior(java.lang.String clickBehavior)
          Sets the override build-in action.
 void setFacetName(java.lang.String fn)
          For internal use only
 void setHeight(int height)
          Specifies the height of the node, in pixels, at full size
 void setInlineStyle(java.lang.String inlineStyle)
          Sets the CSS styles to use for this component.
 void setSetAnchorListener(javax.el.MethodExpression setAnchorListener)
           
 void setShape(java.lang.String shape)
          Sets the shape of the node.
 void setShortDesc(java.lang.String shortDesc)
          Sets a short description of this node for user agents rendering to non-visual media (e.g.
 void setShowExpandChildren(boolean showExpandChildren)
          Sets Whether or not to render the expand children action.
 void setShowIsolate(boolean showIsolate)
          Sets Whether or not to render the navigate up action.
 void setShowNavigateUp(boolean showNavigateUp)
          Sets Whether or not to render the navigate up action.
 void setStyleClass(java.lang.String styleClass)
          Sets a CSS style class to use for this component.
 void setType(java.lang.String type)
          Sets the types of nodes this stamp should be used for.
 void setWidth(int width)
          Specifies the width of the node, in pixels, at full size
 
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderer, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, 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

WIDTH_KEY

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

HEIGHT_KEY

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

FACET_NAME_KEY

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

SHAPE_KEY

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

INLINE_STYLE_KEY

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

STYLE_CLASS_KEY

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

SHOW_EXPAND_CHILDREN_KEY

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

SHOW_NAVIGATE_UP_KEY

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

SHOW_ISOLATE_KEY

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

SET_ANCHOR_LISTENER_KEY

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

TYPE_KEY

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

CLICK_BEHAVIOR_KEY

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

SHORT_DESC_KEY

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

Node

public Node()
Constructs an instance of the Node.

Method Detail

getBeanType

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

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

setWidth

public void setWidth(int width)
Specifies the width of the node, in pixels, at full size


getWidth

public int getWidth()
Gets the width of the node, in pixels, at full size


setHeight

public void setHeight(int height)
Specifies the height of the node, in pixels, at full size


getHeight

public int getHeight()
Gets the height of the node, in pixels, at full size


setInlineStyle

public void setInlineStyle(java.lang.String inlineStyle)
Sets the CSS styles to use for this component. This is intended for basic style changes; you should use the skinning mechanism if you require any complex style changes.

Parameters:
inlineStyle - the new inlineStyle value

getInlineStyle

public java.lang.String getInlineStyle()
Gets the CSS styles to use for this component. This is intended for basic style changes; you should use the skinning mechanism if you require any complex style changes.

Returns:
the new inlineStyle value

getStyleClass

public final java.lang.String getStyleClass()
Gets a CSS style class to use for this component.

Returns:
the new styleClass value

setStyleClass

public final void setStyleClass(java.lang.String styleClass)
Sets a CSS style class to use for this component.

Parameters:
styleClass - the new styleClass value

setFacetName

public void setFacetName(java.lang.String fn)
For internal use only


getFacetName

public java.lang.String getFacetName()
For internal use only


setShape

public void setShape(java.lang.String shape)
Sets the shape of the node. Valid values are: "rect" - rectangular "roundedRect" - rectangular with rounded corners "ellipse" - elliptical

Parameters:
shape - the new shape value

getShape

public java.lang.String getShape()
Gets the shape of the node. Valid values are: "rect" - rectangular "roundedRect" - rectangular with rounded corners "ellipse" - elliptical

Returns:
the new shape value

isShowExpandChildren

public final boolean isShowExpandChildren()
Gets Whether or not to render the expand children action.

Returns:
the new showExpandChildren value

setShowExpandChildren

public final void setShowExpandChildren(boolean showExpandChildren)
Sets Whether or not to render the expand children action.

Parameters:
showExpandChildren - the new showExpandChildren value

isShowNavigateUp

public final boolean isShowNavigateUp()
Gets Whether or not to render the navigate up action.

Returns:
the new showNavigateUp value

setShowNavigateUp

public final void setShowNavigateUp(boolean showNavigateUp)
Sets Whether or not to render the navigate up action.

Parameters:
showNavigateUp - the new showNavigateUp value

isShowIsolate

public final boolean isShowIsolate()
Gets Whether or not to render the isolate action.

Returns:
the new showIsolate value

setShowIsolate

public final void setShowIsolate(boolean showIsolate)
Sets Whether or not to render the navigate up action.

Parameters:
showIsolate - the new showIsolate value

getSetAnchorListener

public final javax.el.MethodExpression getSetAnchorListener()

setSetAnchorListener

public final void setSetAnchorListener(javax.el.MethodExpression setAnchorListener)

setType

public void setType(java.lang.String type)
Sets the types of nodes this stamp should be used for. This is used in conjunction with the rendered attribute to determine which node template to stamp out for a given data element. The first node component whose type matches that of the data element will be stamped for that data element. If no type matches, then the first node whose rendered attributes evaluates to true will be stamped for that data element.

Parameters:
type - the new type value

getType

public java.lang.String getType()
Gets the types of nodes this stamp should be used for. This is used in conjunction with the rendered attribute to determine which node template to stamp out for a given data element. The first node component whose type matches that of the data element will be stamped for that data element. If no type matches, then the first node whose rendered attributes evaluates to true will be stamped for that data element.

Returns:
the new type value

setClickBehavior

public void setClickBehavior(java.lang.String clickBehavior)
Sets the override build-in action. The default value is focus. Valid values are: "focus" - set focus on the node "expandCollapse" - toggle between expand and collapse "isolateRestore" - toggle between isolate and restore "none" - no action

Parameters:
clickBehavior - the new type value

getClickBehavior

public java.lang.String getClickBehavior()
Gets the override build-in action. The default value is focus. Valid values are: "focus" - set focus on the node "expandCollapse" - toggle between expand and collapse "isolateRestore" - toggle between isolate and restore "none" - no action

Returns:
the new clickBehavior value

setShortDesc

public void setShortDesc(java.lang.String shortDesc)
Sets a short description of this node for user agents rendering to non-visual media (e.g. screen readers)

Parameters:
shortDesc - the new type value

getShortDesc

public java.lang.String getShortDesc()
Gets a short description of this node for user agents rendering to non-visual media (e.g. screen readers)

Returns:
the new shortDesc value

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

E12063-07

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