public class UINodeDescendants extends UICommand
Modifier and Type | Class and Description |
---|---|
static class |
UINodeDescendants.NodeSelectedEvent
Class representing the clicking of a node descendant element.
|
COMPONENT_FAMILY, COMPONENT_TYPE
Constructor and Description |
---|
UINodeDescendants()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getFamily() |
int |
getMaxChildren() |
boolean |
getShowEllipses() |
void |
restoreState(FacesContext context,
Object state) |
Object |
saveState(FacesContext context) |
void |
setMaxChildren(int value) |
void |
setShowEllipses(boolean showEllipses) |
addActionListener, broadcast, getAction, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionListener, setImmediate, setValue
addFacesListener, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
public String getFamily()
getFamily
in class UICommand
UIComponent.getFamily()
public void restoreState(FacesContext context, Object state)
restoreState
in interface StateHolder
restoreState
in class UICommand
StateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)
public Object saveState(FacesContext context)
saveState
in interface StateHolder
saveState
in class UICommand
StateHolder.saveState(javax.faces.context.FacesContext)
public int getMaxChildren()
public void setMaxChildren(int value)
value
- The maximum allowed before the no more links are shownpublic boolean getShowEllipses()
public void setShowEllipses(boolean showEllipses)
showEllipses
- True to show ellipses "..." if more descendants than maxChildren are foundCopyright © 2005–2017 Alfresco Software. All rights reserved.