|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
oracle.adf.view.faces.bi.component.hierarchyViewer.Node
public class Node
Field Summary | |
---|---|
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 |
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()
|
Method Summary | |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
java.lang.String |
getFacetName()
|
java.lang.String |
getFamily()
|
int |
getHeight()
|
java.lang.String |
getInlineStyle()
|
java.lang.String |
getRendererType()
|
javax.el.MethodExpression |
getSetAnchorListener()
|
java.lang.String |
getShape()
|
java.lang.String |
getStyleClass()
Gets a CSS style class to use for this component. |
java.lang.String |
getType()
|
int |
getWidth()
|
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 |
setFacetName(java.lang.String fn)
|
void |
setHeight(int height)
|
void |
setInlineStyle(java.lang.String inlineStyle)
|
void |
setSetAnchorListener(javax.el.MethodExpression setAnchorListener)
|
void |
setShape(java.lang.String shape)
|
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)
|
void |
setWidth(int width)
|
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeAll, 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, 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, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitTree, visitTree |
Methods inherited from class javax.faces.component.UIComponent |
---|
getContainerClientId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey WIDTH_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey HEIGHT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey FACET_NAME_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHAPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INLINE_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey STYLE_CLASS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHOW_EXPAND_CHILDREN_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHOW_NAVIGATE_UP_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHOW_ISOLATE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SET_ANCHOR_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TYPE_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
---|
public Node()
Method Detail |
---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public java.lang.String getFamily()
getFamily
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public java.lang.String getRendererType()
getRendererType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public void setWidth(int width)
public int getWidth()
public void setHeight(int height)
public int getHeight()
public void setInlineStyle(java.lang.String inlineStyle)
public java.lang.String getInlineStyle()
public final java.lang.String getStyleClass()
public final void setStyleClass(java.lang.String styleClass)
styleClass
- the new styleClass valuepublic void setFacetName(java.lang.String fn)
public java.lang.String getFacetName()
public void setShape(java.lang.String shape)
public java.lang.String getShape()
public final boolean isShowExpandChildren()
public final void setShowExpandChildren(boolean showExpandChildren)
showExpandChildren
- the new showExpandChildren valuepublic final boolean isShowNavigateUp()
public final void setShowNavigateUp(boolean showNavigateUp)
showNavigateUp
- the new showNavigateUp valuepublic final boolean isShowIsolate()
public final void setShowIsolate(boolean showIsolate)
showIsolate
- the new showIsolate valuepublic final javax.el.MethodExpression getSetAnchorListener()
public final void setSetAnchorListener(javax.el.MethodExpression setAnchorListener)
public void setType(java.lang.String type)
public java.lang.String getType()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |