public class Node
extends org.apache.myfaces.trinidad.component.UIXComponentBase
Modifier and Type | Field and Description |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLICK_BEHAVIOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLIENT_LISTENERS_KEY |
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DRAGGABLE_KEY |
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 |
Constructor and Description |
---|
Node()
Constructs an instance of the Node.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.String |
getClickBehavior()
Gets the override build-in action.
|
java.lang.String |
getDraggable()
Gets whether this node is draggable
|
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 |
setDraggable(java.lang.String draggable)
Sets whether this node is draggable
|
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
|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getComponentChangeFilters, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, 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, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl
addPartialTarget, clearCachedClientIds, clearCachedClientIds, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTree, visitTree
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView
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 org.apache.myfaces.trinidad.bean.PropertyKey CLICK_BEHAVIOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHORT_DESC_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DRAGGABLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
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)
inlineStyle
- the new inlineStyle valuepublic 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)
shape
- the new shape valuepublic 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)
type
- the new type valuepublic java.lang.String getType()
public void setClickBehavior(java.lang.String clickBehavior)
clickBehavior
- the new type valuepublic java.lang.String getClickBehavior()
public void setShortDesc(java.lang.String shortDesc)
shortDesc
- the new type valuepublic java.lang.String getShortDesc()
public void setDraggable(java.lang.String draggable)
draggable
- whether this node is draggablepublic java.lang.String getDraggable()