org.richfaces.component.html
Class HtmlTree

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIData
              extended by org.ajax4jsf.ajax.repeat.UIDataAdaptor
                  extended by org.richfaces.component.UITree
                      extended by org.richfaces.component.html.HtmlTree
All Implemented Interfaces:
javax.faces.component.NamingContainer, javax.faces.component.StateHolder, org.ajax4jsf.ajax.repeat.AjaxDataEncoder, org.ajax4jsf.dnd.Draggable, org.ajax4jsf.dnd.Dropzone, org.ajax4jsf.dnd.event.DropSource, org.ajax4jsf.framework.ajax.AjaxChildrenEncoder, TreeListenerEventsProducer

public class HtmlTree
extends UITree

Component-Type org.richfaces.Tree Component-Family org.richfaces.Tree Renderer-Type org.richfaces.TreeRenderer


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ajax4jsf.ajax.repeat.UIDataAdaptor
org.ajax4jsf.ajax.repeat.UIDataAdaptor.ComponentVisitor, org.ajax4jsf.ajax.repeat.UIDataAdaptor.IndexedEvent
 
Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
 
Fields inherited from class org.richfaces.component.UITree
DEFAULT_HIGHLIGHTED_CSS_CLASS, DEFAULT_SELECTED_CSS_CLASS, EXPANDED_STATE_PARAMETER_NAME, LAST_ELEMENT_FLAG, PRESERVE_MODEL_NONE, PRESERVE_MODEL_REQUEST, PRESERVE_MODEL_STATE, SELECTED_NODE_PARAMETER_NAME, SELECTION_INPUT_ATTRIBUTE, SWITCH_AJAX, SWITCH_CLIENT, SWITCH_SERVER, TOGGLE_LINK_ATTRIBUTE, TREE_DATA_LOCATOR_BINDING
 
Fields inherited from class org.ajax4jsf.ajax.repeat.UIDataAdaptor
COMPONENT_STATE_ATTRIBUTE, decodeVisitor, EMPTY_MODEL, updateVisitor, validateVisitor
 
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
 
Constructor Summary
HtmlTree()
          Constructor to init default renderers
 
Method Summary
 java.lang.Object getAcceptedTypes()
          List of drag types to be processd by the current drop zone.
 javax.faces.el.MethodBinding getChangeExpandListener()
          Listener called on expand/collapse event on the node.
 java.lang.String getDragIndicator()
          An indicator component id.
 javax.faces.el.MethodBinding getDragListener()
          MethodBinding representing an action listener method that will be notified after drag operation.
 java.lang.String getDragType()
          Key of a drag object.
 javax.faces.el.MethodBinding getDropListener()
          MethodBinding representing an action listener method that will be notified after drop operation.
 java.lang.String getFamily()
           
 java.lang.String getHighlightedClass()
          Corresponds to the HTML class attribute.
 java.lang.String getIcon()
          The icon for node Getter for icon
 java.lang.String getIconCollapsed()
          The icon for collapsed node Getter for iconCollapsed
 java.lang.String getIconExpanded()
          The icon for expanded node Getter for iconExpanded
 java.lang.String getIconLeaf()
          An icon for component leaves.
 java.lang.String getNodeFace()
          Node face facet name Getter for nodeFace
 javax.faces.el.MethodBinding getNodeSelectListener()
          MethodBinding representing an action listener method that will be notified after selection of node.
 java.lang.String getOncollapse()
          HTML: script expression to invoke on node collapsion Getter for oncollapse
 java.lang.String getOndragend()
          A JavaScript event handler called after a drag operation.
 java.lang.String getOndragenter()
          A JavaScript event handler called on enter draggable object to zone.
 java.lang.String getOndragexit()
          A JavaScript event handler called after a drag object leaves zone.
 java.lang.String getOndragstart()
          A JavaScript event handler called before drag object.
 java.lang.String getOndrop()
          It's an event that is called when something is dropped on a drop zone Getter for ondrop
 java.lang.String getOndropend()
          A Javascript handler for event fired on a drop even the drop for a given type is not available Getter for ondropend
 java.lang.String getOnexpand()
          HTML: script expression to invoke on node expansion Getter for onexpand
 java.lang.String getOnselected()
          HTML: script expression to invoke on node selection Getter for onselected
 java.lang.String getPreserveModel()
          It can be "state", "request", "none".
 java.lang.Object getReRender()
          Id[s] (in format of call UIComponent.findComponent()) of components, rendered in case of AjaxRequest caused by this component.
 java.lang.String getSelectedClass()
          Corresponds to the HTML class attribute.
 java.lang.String getStyle()
          CSS style(s) is/are to be applied when this component is rendered Getter for style
 java.lang.String getStyleClass()
          Corresponds to the HTML class attribute Getter for styleClass
 java.lang.String getSwitchType()
          Tree switch algorithm: "client", "server", "ajax" Getter for switchType
 java.lang.Object getTypeMapping()
          Map between a draggable type and an indicator name on zone.
 java.lang.String getVarState()
          ${prop.xmlEncodedDescription} Getter for varState
 boolean isAjaxSubmitSelection()
          If true, an Ajax request to be submit when selecting node Getter for ajaxSubmitSelection
 boolean isImmediate()
          A flag indicating that this component value must be converted and validated immediately (during an Apply Request Values phase), rather than waiting until a Process Validations phase Getter for immediate
 boolean isPreserveDataInRequest()
          If true, data is preserved in a request Getter for preserveDataInRequest
 boolean isShowConnectingLines()
          If true, connecting lines are show Getter for showConnectingLines
 boolean isToggleOnClick()
          If false do not toggle node state on click.
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setAcceptedTypes(java.lang.Object __acceptedTypes)
          List of drag types to be processd by the current drop zone.
 void setAjaxSubmitSelection(boolean __ajaxSubmitSelection)
          If true, an Ajax request to be submit when selecting node Setter for ajaxSubmitSelection
 void setChangeExpandListener(javax.faces.el.MethodBinding __changeExpandListener)
          Listener called on expand/collapse event on the node.
 void setDragIndicator(java.lang.String __dragIndicator)
          An indicator component id.
 void setDragListener(javax.faces.el.MethodBinding __dragListener)
          MethodBinding representing an action listener method that will be notified after drag operation.
 void setDragType(java.lang.String __dragType)
          Key of a drag object.
 void setDropListener(javax.faces.el.MethodBinding __dropListener)
          MethodBinding representing an action listener method that will be notified after drop operation.
 void setHighlightedClass(java.lang.String __highlightedClass)
          Corresponds to the HTML class attribute.
 void setIcon(java.lang.String __icon)
          The icon for node Setter for icon
 void setIconCollapsed(java.lang.String __iconCollapsed)
          The icon for collapsed node Setter for iconCollapsed
 void setIconExpanded(java.lang.String __iconExpanded)
          The icon for expanded node Setter for iconExpanded
 void setIconLeaf(java.lang.String __iconLeaf)
          An icon for component leaves.
 void setImmediate(boolean __immediate)
          A flag indicating that this component value must be converted and validated immediately (during an Apply Request Values phase), rather than waiting until a Process Validations phase Setter for immediate
 void setNodeFace(java.lang.String __nodeFace)
          Node face facet name Setter for nodeFace
 void setNodeSelectListener(javax.faces.el.MethodBinding __nodeSelectListener)
          MethodBinding representing an action listener method that will be notified after selection of node.
 void setOncollapse(java.lang.String __oncollapse)
          HTML: script expression to invoke on node collapsion Setter for oncollapse
 void setOndragend(java.lang.String __ondragend)
          A JavaScript event handler called after a drag operation.
 void setOndragenter(java.lang.String __ondragenter)
          A JavaScript event handler called on enter draggable object to zone.
 void setOndragexit(java.lang.String __ondragexit)
          A JavaScript event handler called after a drag object leaves zone.
 void setOndragstart(java.lang.String __ondragstart)
          A JavaScript event handler called before drag object.
 void setOndrop(java.lang.String __ondrop)
          It's an event that is called when something is dropped on a drop zone Setter for ondrop
 void setOndropend(java.lang.String __ondropend)
          A Javascript handler for event fired on a drop even the drop for a given type is not available Setter for ondropend
 void setOnexpand(java.lang.String __onexpand)
          HTML: script expression to invoke on node expansion Setter for onexpand
 void setOnselected(java.lang.String __onselected)
          HTML: script expression to invoke on node selection Setter for onselected
 void setPreserveDataInRequest(boolean __preserveDataInRequest)
          If true, data is preserved in a request Setter for preserveDataInRequest
 void setPreserveModel(java.lang.String __preserveModel)
          It can be "state", "request", "none".
 void setReRender(java.lang.Object __reRender)
          Id[s] (in format of call UIComponent.findComponent()) of components, rendered in case of AjaxRequest caused by this component.
 void setSelectedClass(java.lang.String __selectedClass)
          Corresponds to the HTML class attribute.
 void setShowConnectingLines(boolean __showConnectingLines)
          If true, connecting lines are show Setter for showConnectingLines
 void setStyle(java.lang.String __style)
          CSS style(s) is/are to be applied when this component is rendered Setter for style
 void setStyleClass(java.lang.String __styleClass)
          Corresponds to the HTML class attribute Setter for styleClass
 void setSwitchType(java.lang.String __switchType)
          Tree switch algorithm: "client", "server", "ajax" Setter for switchType
 void setToggleOnClick(boolean __toggleOnClick)
          If false do not toggle node state on click.
 void setTypeMapping(java.lang.Object __typeMapping)
          Map between a draggable type and an indicator name on zone.
 void setVarState(java.lang.String __varState)
          ${prop.xmlEncodedDescription} Setter for varState
 
Methods inherited from class org.richfaces.component.UITree
addChangeExpandListener, addDragListener, addDropListener, addNodeSelectListener, broadcast, createComponentState, createDataModel, dataChildren, fixedChildren, getChangeExpandListeners, getDragListeners, getDragValue, getDropListeners, getDropValue, getNodeFacet, getNodeSelectListeners, getOrCreateDefaultFacet, getRendersChildren, getRowData, getSelectionStateInputName, getTreeNode, getTreeNode, hasAjaxSubmitSelection, isExpanded, isLeaf, isSelected, isStopInCollapsed, processDecodes, queueCollapseAll, queueEvent, queueExpandAll, queueNodeCollapse, queueNodeExpand, removeChangeExpandListener, removeDragListener, removeDropListener, removeNodeSelectListener, resetDataModel, setDragValue, setDropValue, walk, walk, walkModel
 
Methods inherited from class org.ajax4jsf.ajax.repeat.UIDataAdaptor
broadcastLocal, captureOrigValue, captureOrigValue, encodeAjaxChild, encodeBegin, getAjaxKeys, getBaseClientId, getChildrenRenderer, getChildState, getClientId, getComponentState, getEncodedIds, getExtendedDataModel, getRowCount, getRowData, getRowIndex, getRowKey, getRowKeyVar, getStateVar, isRowAvailable, iterate, processDecodes, processUpdates, processUpdates, processValidators, processValidators, resetComponent, restoreChildState, restoreOrigValue, restoreOrigValue, saveChildState, setAjaxKeys, setComponentState, setExtendedDataModel, setId, setRowIndex, setRowKey, setRowKey, setRowKeyVar, setStateVar, setupVariable, walk
 
Methods inherited from class javax.faces.component.UIData
getFirst, getFooter, getHeader, getRows, getValue, getVar, setFirst, setFooter, setHeader, setRows, setValue, setValueBinding, setVar
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setParent, setRendered, setRendererType, setTransient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

HtmlTree

public HtmlTree()
Constructor to init default renderers

Method Detail

setReRender

public void setReRender(java.lang.Object __reRender)
Id[s] (in format of call UIComponent.findComponent()) of components, rendered in case of AjaxRequest caused by this component. Can be single id, comma-separated list of Ids, or EL Expression with array or Collection Setter for reRender

Parameters:
reRender - - new value

getReRender

public java.lang.Object getReRender()
Id[s] (in format of call UIComponent.findComponent()) of components, rendered in case of AjaxRequest caused by this component. Can be single id, comma-separated list of Ids, or EL Expression with array or Collection Getter for reRender

Returns:
reRender value from local variable or value bindings

setDragListener

public void setDragListener(javax.faces.el.MethodBinding __dragListener)
MethodBinding representing an action listener method that will be notified after drag operation. Setter for dragListener

Parameters:
dragListener - - new value

getDragListener

public javax.faces.el.MethodBinding getDragListener()
MethodBinding representing an action listener method that will be notified after drag operation. Getter for dragListener

Returns:
dragListener value from local variable or value bindings

setDropListener

public void setDropListener(javax.faces.el.MethodBinding __dropListener)
MethodBinding representing an action listener method that will be notified after drop operation. Setter for dropListener

Parameters:
dropListener - - new value

getDropListener

public javax.faces.el.MethodBinding getDropListener()
MethodBinding representing an action listener method that will be notified after drop operation. Getter for dropListener

Returns:
dropListener value from local variable or value bindings

setIconLeaf

public void setIconLeaf(java.lang.String __iconLeaf)
An icon for component leaves. Setter for iconLeaf

Specified by:
setIconLeaf in class UITree
Parameters:
iconLeaf - - new value

getIconLeaf

public java.lang.String getIconLeaf()
An icon for component leaves. Getter for iconLeaf

Specified by:
getIconLeaf in class UITree
Returns:
iconLeaf value from local variable or value bindings

setStyleClass

public void setStyleClass(java.lang.String __styleClass)
Corresponds to the HTML class attribute Setter for styleClass

Parameters:
styleClass - - new value

getStyleClass

public java.lang.String getStyleClass()
Corresponds to the HTML class attribute Getter for styleClass

Returns:
styleClass value from local variable or value bindings

setOndragend

public void setOndragend(java.lang.String __ondragend)
A JavaScript event handler called after a drag operation. Setter for ondragend

Parameters:
ondragend - - new value

getOndragend

public java.lang.String getOndragend()
A JavaScript event handler called after a drag operation. Getter for ondragend

Returns:
ondragend value from local variable or value bindings

setPreserveDataInRequest

public void setPreserveDataInRequest(boolean __preserveDataInRequest)
If true, data is preserved in a request Setter for preserveDataInRequest

Parameters:
preserveDataInRequest - - new value

isPreserveDataInRequest

public boolean isPreserveDataInRequest()
If true, data is preserved in a request Getter for preserveDataInRequest

Returns:
preserveDataInRequest value from local variable or value bindings

setOndrop

public void setOndrop(java.lang.String __ondrop)
It's an event that is called when something is dropped on a drop zone Setter for ondrop

Parameters:
ondrop - - new value

getOndrop

public java.lang.String getOndrop()
It's an event that is called when something is dropped on a drop zone Getter for ondrop

Returns:
ondrop value from local variable or value bindings

setSwitchType

public void setSwitchType(java.lang.String __switchType)
Tree switch algorithm: "client", "server", "ajax" Setter for switchType

Specified by:
setSwitchType in class UITree
Parameters:
switchType - - new value

getSwitchType

public java.lang.String getSwitchType()
Tree switch algorithm: "client", "server", "ajax" Getter for switchType

Specified by:
getSwitchType in class UITree
Returns:
switchType value from local variable or value bindings

setOndragstart

public void setOndragstart(java.lang.String __ondragstart)
A JavaScript event handler called before drag object. Setter for ondragstart

Parameters:
ondragstart - - new value

getOndragstart

public java.lang.String getOndragstart()
A JavaScript event handler called before drag object. Getter for ondragstart

Returns:
ondragstart value from local variable or value bindings

setNodeFace

public void setNodeFace(java.lang.String __nodeFace)
Node face facet name Setter for nodeFace

Specified by:
setNodeFace in class UITree
Parameters:
nodeFace - - new value

getNodeFace

public java.lang.String getNodeFace()
Node face facet name Getter for nodeFace

Specified by:
getNodeFace in class UITree
Returns:
nodeFace value from local variable or value bindings

setDragIndicator

public void setDragIndicator(java.lang.String __dragIndicator)
An indicator component id. Setter for dragIndicator

Parameters:
dragIndicator - - new value

getDragIndicator

public java.lang.String getDragIndicator()
An indicator component id. Getter for dragIndicator

Returns:
dragIndicator value from local variable or value bindings

setDragType

public void setDragType(java.lang.String __dragType)
Key of a drag object. It's used to define a necessity of processing the current dragged element on the drop zone side Setter for dragType

Parameters:
dragType - - new value

getDragType

public java.lang.String getDragType()
Key of a drag object. It's used to define a necessity of processing the current dragged element on the drop zone side Getter for dragType

Returns:
dragType value from local variable or value bindings

setAcceptedTypes

public void setAcceptedTypes(java.lang.Object __acceptedTypes)
List of drag types to be processd by the current drop zone. Setter for acceptedTypes

Parameters:
acceptedTypes - - new value

getAcceptedTypes

public java.lang.Object getAcceptedTypes()
List of drag types to be processd by the current drop zone. Getter for acceptedTypes

Returns:
acceptedTypes value from local variable or value bindings

setOndropend

public void setOndropend(java.lang.String __ondropend)
A Javascript handler for event fired on a drop even the drop for a given type is not available Setter for ondropend

Parameters:
ondropend - - new value

getOndropend

public java.lang.String getOndropend()
A Javascript handler for event fired on a drop even the drop for a given type is not available Getter for ondropend

Returns:
ondropend value from local variable or value bindings

setChangeExpandListener

public void setChangeExpandListener(javax.faces.el.MethodBinding __changeExpandListener)
Listener called on expand/collapse event on the node. Setter for changeExpandListener

Parameters:
changeExpandListener - - new value

getChangeExpandListener

public javax.faces.el.MethodBinding getChangeExpandListener()
Listener called on expand/collapse event on the node. Getter for changeExpandListener

Returns:
changeExpandListener value from local variable or value bindings

setIconCollapsed

public void setIconCollapsed(java.lang.String __iconCollapsed)
The icon for collapsed node Setter for iconCollapsed

Specified by:
setIconCollapsed in class UITree
Parameters:
iconCollapsed - - new value

getIconCollapsed

public java.lang.String getIconCollapsed()
The icon for collapsed node Getter for iconCollapsed

Specified by:
getIconCollapsed in class UITree
Returns:
iconCollapsed value from local variable or value bindings

setAjaxSubmitSelection

public void setAjaxSubmitSelection(boolean __ajaxSubmitSelection)
If true, an Ajax request to be submit when selecting node Setter for ajaxSubmitSelection

Specified by:
setAjaxSubmitSelection in class UITree
Parameters:
ajaxSubmitSelection - - new value

isAjaxSubmitSelection

public boolean isAjaxSubmitSelection()
If true, an Ajax request to be submit when selecting node Getter for ajaxSubmitSelection

Specified by:
isAjaxSubmitSelection in class UITree
Returns:
ajaxSubmitSelection value from local variable or value bindings

setStyle

public void setStyle(java.lang.String __style)
CSS style(s) is/are to be applied when this component is rendered Setter for style

Parameters:
style - - new value

getStyle

public java.lang.String getStyle()
CSS style(s) is/are to be applied when this component is rendered Getter for style

Returns:
style value from local variable or value bindings

setNodeSelectListener

public void setNodeSelectListener(javax.faces.el.MethodBinding __nodeSelectListener)
MethodBinding representing an action listener method that will be notified after selection of node. Setter for nodeSelectListener

Parameters:
nodeSelectListener - - new value

getNodeSelectListener

public javax.faces.el.MethodBinding getNodeSelectListener()
MethodBinding representing an action listener method that will be notified after selection of node. Getter for nodeSelectListener

Returns:
nodeSelectListener value from local variable or value bindings

setShowConnectingLines

public void setShowConnectingLines(boolean __showConnectingLines)
If true, connecting lines are show Setter for showConnectingLines

Specified by:
setShowConnectingLines in class UITree
Parameters:
showConnectingLines - - new value

isShowConnectingLines

public boolean isShowConnectingLines()
If true, connecting lines are show Getter for showConnectingLines

Specified by:
isShowConnectingLines in class UITree
Returns:
showConnectingLines value from local variable or value bindings

setIcon

public void setIcon(java.lang.String __icon)
The icon for node Setter for icon

Specified by:
setIcon in class UITree
Parameters:
icon - - new value

getIcon

public java.lang.String getIcon()
The icon for node Getter for icon

Specified by:
getIcon in class UITree
Returns:
icon value from local variable or value bindings

setOncollapse

public void setOncollapse(java.lang.String __oncollapse)
HTML: script expression to invoke on node collapsion Setter for oncollapse

Parameters:
oncollapse - - new value

getOncollapse

public java.lang.String getOncollapse()
HTML: script expression to invoke on node collapsion Getter for oncollapse

Returns:
oncollapse value from local variable or value bindings

setPreserveModel

public void setPreserveModel(java.lang.String __preserveModel)
It can be "state", "request", "none". The default is "request" Setter for preserveModel

Specified by:
setPreserveModel in class UITree
Parameters:
preserveModel - - new value

getPreserveModel

public java.lang.String getPreserveModel()
It can be "state", "request", "none". The default is "request" Getter for preserveModel

Specified by:
getPreserveModel in class UITree
Returns:
preserveModel value from local variable or value bindings

setHighlightedClass

public void setHighlightedClass(java.lang.String __highlightedClass)
Corresponds to the HTML class attribute. Applied to highlighted node Setter for highlightedClass

Specified by:
setHighlightedClass in class UITree
Parameters:
highlightedClass - - new value

getHighlightedClass

public java.lang.String getHighlightedClass()
Corresponds to the HTML class attribute. Applied to highlighted node Getter for highlightedClass

Specified by:
getHighlightedClass in class UITree
Returns:
highlightedClass value from local variable or value bindings

setIconExpanded

public void setIconExpanded(java.lang.String __iconExpanded)
The icon for expanded node Setter for iconExpanded

Specified by:
setIconExpanded in class UITree
Parameters:
iconExpanded - - new value

getIconExpanded

public java.lang.String getIconExpanded()
The icon for expanded node Getter for iconExpanded

Specified by:
getIconExpanded in class UITree
Returns:
iconExpanded value from local variable or value bindings

setOnexpand

public void setOnexpand(java.lang.String __onexpand)
HTML: script expression to invoke on node expansion Setter for onexpand

Parameters:
onexpand - - new value

getOnexpand

public java.lang.String getOnexpand()
HTML: script expression to invoke on node expansion Getter for onexpand

Returns:
onexpand value from local variable or value bindings

setVarState

public void setVarState(java.lang.String __varState)
${prop.xmlEncodedDescription} Setter for varState

Parameters:
varState - - new value

getVarState

public java.lang.String getVarState()
${prop.xmlEncodedDescription} Getter for varState

Returns:
varState value from local variable or value bindings

setOnselected

public void setOnselected(java.lang.String __onselected)
HTML: script expression to invoke on node selection Setter for onselected

Parameters:
onselected - - new value

getOnselected

public java.lang.String getOnselected()
HTML: script expression to invoke on node selection Getter for onselected

Returns:
onselected value from local variable or value bindings

setSelectedClass

public void setSelectedClass(java.lang.String __selectedClass)
Corresponds to the HTML class attribute. Applied to selected node Setter for selectedClass

Specified by:
setSelectedClass in class UITree
Parameters:
selectedClass - - new value

getSelectedClass

public java.lang.String getSelectedClass()
Corresponds to the HTML class attribute. Applied to selected node Getter for selectedClass

Specified by:
getSelectedClass in class UITree
Returns:
selectedClass value from local variable or value bindings

setTypeMapping

public void setTypeMapping(java.lang.Object __typeMapping)
Map between a draggable type and an indicator name on zone. it's defined with the pair (drag type:indicator name)) Setter for typeMapping

Parameters:
typeMapping - - new value

getTypeMapping

public java.lang.Object getTypeMapping()
Map between a draggable type and an indicator name on zone. it's defined with the pair (drag type:indicator name)) Getter for typeMapping

Returns:
typeMapping value from local variable or value bindings

setImmediate

public void setImmediate(boolean __immediate)
A flag indicating that this component value must be converted and validated immediately (during an Apply Request Values phase), rather than waiting until a Process Validations phase Setter for immediate

Specified by:
setImmediate in class UITree
Parameters:
immediate - - new value

isImmediate

public boolean isImmediate()
A flag indicating that this component value must be converted and validated immediately (during an Apply Request Values phase), rather than waiting until a Process Validations phase Getter for immediate

Specified by:
isImmediate in class UITree
Returns:
immediate value from local variable or value bindings

setToggleOnClick

public void setToggleOnClick(boolean __toggleOnClick)
If false do not toggle node state on click. If true, than node will be toggles on click on ether node content, or node icon. Default value is false. Setter for toggleOnClick

Specified by:
setToggleOnClick in class UITree
Parameters:
toggleOnClick - - new value

isToggleOnClick

public boolean isToggleOnClick()
If false do not toggle node state on click. If true, than node will be toggles on click on ether node content, or node icon. Default value is false. Getter for toggleOnClick

Specified by:
isToggleOnClick in class UITree
Returns:
toggleOnClick value from local variable or value bindings

setOndragenter

public void setOndragenter(java.lang.String __ondragenter)
A JavaScript event handler called on enter draggable object to zone. Setter for ondragenter

Parameters:
ondragenter - - new value

getOndragenter

public java.lang.String getOndragenter()
A JavaScript event handler called on enter draggable object to zone. Getter for ondragenter

Returns:
ondragenter value from local variable or value bindings

setOndragexit

public void setOndragexit(java.lang.String __ondragexit)
A JavaScript event handler called after a drag object leaves zone. Setter for ondragexit

Parameters:
ondragexit - - new value

getOndragexit

public java.lang.String getOndragexit()
A JavaScript event handler called after a drag object leaves zone. Getter for ondragexit

Returns:
ondragexit value from local variable or value bindings

getFamily

public java.lang.String getFamily()
Overrides:
getFamily in class javax.faces.component.UIData

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class UITree

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class UITree


Copyright © 2007. All Rights Reserved.