teamdev.jsf.component.treetable
Class MultipleNodeSelection
java.lang.Object
UICommand
teamdev.jsf.component.datatable.AbstractTableSelection
teamdev.jsf.component.treetable.TreeTableSelection
teamdev.jsf.component.treetable.MultipleNodeSelection
public class MultipleNodeSelection
- extends TreeTableSelection
| Methods inherited from class teamdev.jsf.component.datatable.AbstractTableSelection |
beforeEncode, beforeInvokeApplication, decode, encodeBegin, getModel, getOnchange, getStyle, getStyleClass, getTable, isEnabled, isKeyboardSupport, isMouseSupport, processUpdates, registerSelectionStyle, setEnabled, setKeyboardSupport, setModel, setMouseSupport, setOnchange, setStyle, setStyleClass, setTable |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MultipleNodeSelection
public MultipleNodeSelection()
getFamily
public java.lang.String getFamily()
setNodeDatas
public void setNodeDatas(java.util.List nodeDatas)
setNodePaths
public void setNodePaths(java.util.List nodePaths)
getNodeDatas
public java.util.List getNodeDatas()
getNodePaths
public java.util.List getNodePaths()
saveState
public java.lang.Object saveState(FacesContext context)
- Overrides:
saveState in class AbstractTableSelection
restoreState
public void restoreState(FacesContext context,
java.lang.Object state)
- Overrides:
restoreState in class AbstractTableSelection
rememberByKeys
public void rememberByKeys()
- Specified by:
rememberByKeys in class AbstractTableSelection
isMultipleSelectionAllowed
public boolean isMultipleSelectionAllowed()
- Specified by:
isMultipleSelectionAllowed in class AbstractTableSelection
encodeOnAjaxNodeFolding
public void encodeOnAjaxNodeFolding(FacesContext context)
throws java.io.IOException
- Overrides:
encodeOnAjaxNodeFolding in class TreeTableSelection
- Throws:
java.io.IOException
getSelectedNodeKeyPaths
public java.util.List getSelectedNodeKeyPaths()
- Description copied from class:
TreeTableSelection
- This method is only for internal usage from within the QuipuKit library. It shouldn't be used explicitly
by any application code.
- Specified by:
getSelectedNodeKeyPaths in class TreeTableSelection
Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.