public class UIWebProjectFolderSelector extends AbstractItemSelector
AbstractItemSelector.ItemSelectorEventavmStore, disabled, initialSelectionId, label, mode, MODE_BEFORE_SELECTION, MODE_CANCEL_SELECTION, MODE_CONFIRM_SELECTION, MODE_DRILLDOWN_SELECTION, MODE_INITIAL_SELECTION, navigationId, OPTION, spacing| Constructor and Description |
|---|
UIWebProjectFolderSelector() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addChildrenForPath(javax.faces.context.FacesContext context,
java.lang.String path,
java.util.List children)
Adds any child folders of the given path to the given list of children
|
java.util.Collection |
getChildrenForNode(javax.faces.context.FacesContext context)
Returns a collection of child associations for the current navigation node
|
java.lang.String |
getDefaultLabel()
Retrieves the default label to show if none has been defined and nothing has been selected
|
java.lang.String |
getFamily() |
java.lang.String |
getItemIcon(javax.faces.context.FacesContext context,
org.alfresco.service.cmr.repository.NodeRef ref) |
java.lang.String |
getParentNodeId(javax.faces.context.FacesContext context)
Retrieves the id of the parent node of the current navigation node
|
java.util.Collection |
getRootChildren(javax.faces.context.FacesContext context)
Returns a collection of child associations of the root
|
broadcast, decode, encodeBegin, encodeFieldValues, getDictionaryService, getFastNodeService, getHiddenFieldName, getInitialSelection, getLabel, getNodeService, getSpacing, isDisabled, renderNodeLink, restoreState, saveState, setDisabled, setInitialSelection, setLabel, setSpacingaddValidator, addValueChangeListener, compareValues, getConvertedValue, getSubmittedValue, getValidator, getValidators, getValue, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, updateModel, validate, validateValuegetConverter, getLocalValue, setConverteraddFacesListener, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic java.lang.String getFamily()
getFamily in class AbstractItemSelectorUIComponent.getFamily()public java.lang.String getDefaultLabel()
AbstractItemSelectorgetDefaultLabel in class AbstractItemSelectorpublic java.lang.String getParentNodeId(javax.faces.context.FacesContext context)
AbstractItemSelectorgetParentNodeId in class AbstractItemSelectorcontext - The Faces contextpublic java.util.Collection getChildrenForNode(javax.faces.context.FacesContext context)
AbstractItemSelectorgetChildrenForNode in class AbstractItemSelectorcontext - The Faces contextpublic java.util.Collection getRootChildren(javax.faces.context.FacesContext context)
AbstractItemSelectorgetRootChildren in class AbstractItemSelectorcontext - The Faces contextpublic java.lang.String getItemIcon(javax.faces.context.FacesContext context,
org.alfresco.service.cmr.repository.NodeRef ref)
getItemIcon in class AbstractItemSelectorref - NodeRef to the item to get the icon forprotected void addChildrenForPath(javax.faces.context.FacesContext context,
java.lang.String path,
java.util.List children)
context - Faces contextpath - The path to get children ofchildren - The list of child foldersCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.