@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UITreeNode extends AbstractTreeNode implements javax.faces.component.behavior.ClientBehaviorHolder, CoreProps, EventsKeyProps, EventsMouseProps, I18nProps, ImmediateProps, TreeCommonProps, TreeProps, MetaComponentEncoder, MetaComponentResolver, IterationStateHolder, TreeToggleSource
The
Modifier and Type | Class and Description |
---|---|
protected static class |
UITreeNode.Properties |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
SUBTREE_META_COMPONENT_ID
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
META_COMPONENT_SEPARATOR_CHAR
Constructor and Description |
---|
UITreeNode() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultEventName() |
String |
getDir()
Direction indication for text that does not inherit directionality.
|
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getHandleClass()
Space-separated list of CSS style class(es) to be applied to the tree node handles.
|
String |
getIconClass()
Space-separated list of CSS style class(es) to be applied to the tree node icons.
|
String |
getIconCollapsed()
The icon for collapsed node
|
String |
getIconExpanded()
The icon for expanded node
|
String |
getIconLeaf()
The icon for component leaves
|
String |
getLabelClass()
Space-separated list of CSS style class(es) to be applied to the tree node labels.
|
String |
getLang()
Code describing the language used in the generated markup for this component.
|
String |
getNodeClass()
Space-separated list of CSS style class(es) to be applied to the tree nodes.
|
String |
getNodeType()
Determines which treeNode should be used for rendering.
|
String |
getOnbeforenodetoggle()
The client-side script method to be called before the node is toggled.
|
String |
getOnbeforeselectionchange()
The client-side script method to be called before the selection is changed.
|
String |
getOnbeforetoggle()
The client-side script method to be called before the node is toggle.
|
String |
getOnclick()
Javascript code executed when a pointer button is clicked over this element.
|
String |
getOndblclick()
Javascript code executed when a pointer button is double clicked over this element.
|
String |
getOnkeydown()
Javascript code executed when a key is pressed down over this element.
|
String |
getOnkeypress()
Javascript code executed when a key is pressed and released over this element.
|
String |
getOnkeyup()
Javascript code executed when a key is released over this element.
|
String |
getOnmousedown()
Javascript code executed when a pointer button is pressed down over this element.
|
String |
getOnmousemove()
Javascript code executed when a pointer button is moved within this element.
|
String |
getOnmouseout()
Javascript code executed when a pointer button is moved away from this element.
|
String |
getOnmouseover()
Javascript code executed when a pointer button is moved onto this element.
|
String |
getOnmouseup()
Javascript code executed when a pointer button is released over this element.
|
String |
getOnnodetoggle()
The client-side script method to be called after the node is toggled.
|
String |
getOnselectionchange()
The client-side script method to be called after the selection is changed.
|
String |
getOntoggle()
The client-side script method to be called after the node is toggle.
|
String |
getRowKeyVar()
Provides access to the row key in a Request scope
|
Collection |
getSelection()
The collections of selected nodes.
|
javax.el.MethodExpression |
getSelectionChangeListener()
MethodExpression representing an tree node toggle listener method that will be notified when the tree node
is toggled.
|
SwitchType |
getSelectionType()
The type of type of the selection - ajax (default), client, server.
|
String |
getStateVar()
Provides access to the state in a Request scope
|
String |
getStyle()
CSS style(s) to be applied when this component is rendered.
|
String |
getStyleClass()
Space-separated list of CSS style class(es) to be applied when this element is rendered.
|
String |
getTitle()
Advisory title information about markup elements generated for this component.
|
javax.el.MethodExpression |
getToggleListener()
Method expression referencing a method that will be called when an TreeSelectionChangeEvent has been broadcast for the listener.
|
String |
getToggleNodeEvent()
Client-side event used for toggling tree nodes (click, dblclick, etc.)
|
SwitchType |
getToggleType()
The type of type of the node toggling - ajax (default), client, server.
|
String |
getType()
The type of the this component.
|
String |
getVar()
A request-scope attribute via which the data object for the current row will be used when iterating
|
boolean |
isImmediate()
Flag indicating that, if this component is activated by the user, notifications should be delivered to interested
listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until the
Invoke Application phase.
|
boolean |
isKeepSaved()
Boolean attribute that defines whether this iteration component will reset saved children's state before
rendering.
|
void |
setDir(String dir) |
void |
setHandleClass(String handleClass) |
void |
setIconClass(String iconClass) |
void |
setIconCollapsed(String iconCollapsed) |
void |
setIconExpanded(String iconExpanded) |
void |
setIconLeaf(String iconLeaf) |
void |
setImmediate(boolean immediate) |
void |
setKeepSaved(boolean keepSaved) |
void |
setLabelClass(String labelClass) |
void |
setLang(String lang) |
void |
setNodeClass(String nodeClass) |
void |
setNodeType(String nodeType) |
void |
setOnbeforenodetoggle(String onbeforenodetoggle) |
void |
setOnbeforeselectionchange(String onbeforeselectionchange) |
void |
setOnbeforetoggle(String onbeforetoggle) |
void |
setOnclick(String onclick) |
void |
setOndblclick(String ondblclick) |
void |
setOnkeydown(String onkeydown) |
void |
setOnkeypress(String onkeypress) |
void |
setOnkeyup(String onkeyup) |
void |
setOnmousedown(String onmousedown) |
void |
setOnmousemove(String onmousemove) |
void |
setOnmouseout(String onmouseout) |
void |
setOnmouseover(String onmouseover) |
void |
setOnmouseup(String onmouseup) |
void |
setOnnodetoggle(String onnodetoggle) |
void |
setOnselectionchange(String onselectionchange) |
void |
setOntoggle(String ontoggle) |
void |
setRowKeyVar(String rowKeyVar) |
void |
setSelection(Collection selection) |
void |
setSelectionChangeListener(javax.el.MethodExpression selectionChangeListener) |
void |
setSelectionType(SwitchType selectionType) |
void |
setStateVar(String stateVar) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTitle(String title) |
void |
setToggleListener(javax.el.MethodExpression toggleListener) |
void |
setToggleNodeEvent(String toggleNodeEvent) |
void |
setToggleType(SwitchType toggleType) |
void |
setType(String type) |
void |
setVar(String var) |
addTreeToggleListener, broadcast, encodeMetaComponent, findTreeComponent, getIterationState, getLocalExpandedValue, getTreeToggleListeners, isExpanded, queueEvent, removeTreeToggleListener, resolveClientId, setExpanded, setIterationState, substituteUnresolvedClientId, visitTree
addClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addClientBehavior, getClientBehaviors
encodeMetaComponent
resolveClientId, substituteUnresolvedClientId
getIterationState, setIterationState
addTreeToggleListener, removeTreeToggleListener
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class AbstractTreeNode
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.UIComponentBase
public String getDir()
I18nProps
public void setDir(String dir)
public String getHandleClass()
TreeCommonProps
getHandleClass
in interface TreeCommonProps
public void setHandleClass(String handleClass)
public String getIconClass()
TreeCommonProps
getIconClass
in interface TreeCommonProps
public void setIconClass(String iconClass)
public String getIconCollapsed()
TreeCommonProps
getIconCollapsed
in interface TreeCommonProps
public void setIconCollapsed(String iconCollapsed)
public String getIconExpanded()
TreeCommonProps
getIconExpanded
in interface TreeCommonProps
public void setIconExpanded(String iconExpanded)
public String getIconLeaf()
TreeCommonProps
getIconLeaf
in interface TreeCommonProps
public void setIconLeaf(String iconLeaf)
public boolean isImmediate()
ImmediateProps
isImmediate
in interface ImmediateProps
isImmediate
in class AbstractTreeNode
public void setImmediate(boolean immediate)
public boolean isKeepSaved()
TreeProps
isKeepSaved
in interface TreeProps
public void setKeepSaved(boolean keepSaved)
public String getLabelClass()
TreeCommonProps
getLabelClass
in interface TreeCommonProps
public void setLabelClass(String labelClass)
public String getLang()
I18nProps
public void setLang(String lang)
public String getNodeClass()
TreeProps
getNodeClass
in interface TreeProps
public void setNodeClass(String nodeClass)
public String getNodeType()
TreeProps
getNodeType
in interface TreeProps
public void setNodeType(String nodeType)
public String getOnbeforenodetoggle()
TreeProps
getOnbeforenodetoggle
in interface TreeProps
public void setOnbeforenodetoggle(String onbeforenodetoggle)
public String getOnbeforeselectionchange()
TreeProps
getOnbeforeselectionchange
in interface TreeProps
public void setOnbeforeselectionchange(String onbeforeselectionchange)
public String getOnbeforetoggle()
AbstractTreeNode
getOnbeforetoggle
in class AbstractTreeNode
public void setOnbeforetoggle(String onbeforetoggle)
public String getOnclick()
EventsMouseProps
getOnclick
in interface EventsMouseProps
public void setOnclick(String onclick)
public String getOndblclick()
EventsMouseProps
getOndblclick
in interface EventsMouseProps
public void setOndblclick(String ondblclick)
public String getOnkeydown()
EventsKeyProps
getOnkeydown
in interface EventsKeyProps
public void setOnkeydown(String onkeydown)
public String getOnkeypress()
EventsKeyProps
getOnkeypress
in interface EventsKeyProps
public void setOnkeypress(String onkeypress)
public String getOnkeyup()
EventsKeyProps
getOnkeyup
in interface EventsKeyProps
public void setOnkeyup(String onkeyup)
public String getOnmousedown()
EventsMouseProps
getOnmousedown
in interface EventsMouseProps
public void setOnmousedown(String onmousedown)
public String getOnmousemove()
EventsMouseProps
getOnmousemove
in interface EventsMouseProps
public void setOnmousemove(String onmousemove)
public String getOnmouseout()
EventsMouseProps
getOnmouseout
in interface EventsMouseProps
public void setOnmouseout(String onmouseout)
public String getOnmouseover()
EventsMouseProps
getOnmouseover
in interface EventsMouseProps
public void setOnmouseover(String onmouseover)
public String getOnmouseup()
EventsMouseProps
getOnmouseup
in interface EventsMouseProps
public void setOnmouseup(String onmouseup)
public String getOnnodetoggle()
TreeProps
getOnnodetoggle
in interface TreeProps
public void setOnnodetoggle(String onnodetoggle)
public String getOnselectionchange()
TreeProps
getOnselectionchange
in interface TreeProps
public void setOnselectionchange(String onselectionchange)
public String getOntoggle()
AbstractTreeNode
getOntoggle
in class AbstractTreeNode
public void setOntoggle(String ontoggle)
public String getRowKeyVar()
TreeProps
getRowKeyVar
in interface TreeProps
public void setRowKeyVar(String rowKeyVar)
public Collection getSelection()
TreeProps
getSelection
in interface TreeProps
public void setSelection(Collection selection)
public javax.el.MethodExpression getSelectionChangeListener()
TreeProps
getSelectionChangeListener
in interface TreeProps
public void setSelectionChangeListener(javax.el.MethodExpression selectionChangeListener)
public SwitchType getSelectionType()
TreeProps
getSelectionType
in interface TreeProps
public void setSelectionType(SwitchType selectionType)
public String getStateVar()
TreeProps
getStateVar
in interface TreeProps
public void setStateVar(String stateVar)
public String getStyle()
CoreProps
public void setStyle(String style)
public String getStyleClass()
CoreProps
getStyleClass
in interface CoreProps
public void setStyleClass(String styleClass)
public String getTitle()
CoreProps
public void setTitle(String title)
public javax.el.MethodExpression getToggleListener()
TreeProps
getToggleListener
in interface TreeProps
public void setToggleListener(javax.el.MethodExpression toggleListener)
public String getToggleNodeEvent()
TreeProps
getToggleNodeEvent
in interface TreeProps
public void setToggleNodeEvent(String toggleNodeEvent)
public SwitchType getToggleType()
TreeProps
getToggleType
in interface TreeProps
public void setToggleType(SwitchType toggleType)
public String getType()
AbstractTreeNode
getType
in class AbstractTreeNode
public void setType(String type)
public String getVar()
TreeProps
public void setVar(String var)
Copyright © 2014 JBoss by Red Hat. All rights reserved.