|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIContainer
org.exoplatform.portal.webui.portal.UIPortalComponent
org.exoplatform.portal.webui.container.UIContainer
org.exoplatform.wcm.webui.selector.UISelectPathPanel
public class UISelectPathPanel
Created by The eXo Platform SAS.
| Nested Class Summary | |
|---|---|
static class |
UISelectPathPanel.SelectActionListener
The listener interface for receiving selectAction events. |
| Nested classes/interfaces inherited from class org.exoplatform.portal.webui.container.UIContainer |
|---|
org.exoplatform.portal.webui.container.UIContainer.SelectTabActionListener |
| Field Summary | |
|---|---|
java.lang.String[] |
acceptedMimeTypes
The accepted mime types. |
protected javax.jcr.Node |
parentNode
The parent node. |
protected org.exoplatform.services.ecm.publication.PublicationService |
publicationService_
The publication service_. |
| Fields inherited from class org.exoplatform.portal.webui.container.UIContainer |
|---|
creator, description, icon, modifier |
| Fields inherited from class org.exoplatform.portal.webui.portal.UIPortalComponent |
|---|
COMPONENT_EDIT_MODE, COMPONENT_VIEW_MODE, factoryId, height_, mode_, name_, template_, width_ |
| Fields inherited from class org.exoplatform.webui.core.UIComponent |
|---|
config, OBJECTID, UICOMPONENT, uiparent |
| Constructor Summary | |
|---|---|
UISelectPathPanel()
Instantiates a new uI select path panel. |
|
| Method Summary | |
|---|---|
protected void |
addNodePublish(java.util.List<javax.jcr.Node> listNode,
javax.jcr.Node node,
org.exoplatform.services.ecm.publication.PublicationService publicationService)
Adds the node publish. |
java.lang.String[] |
getAcceptedMimeTypes()
Gets the accepted mime types. |
java.lang.String[] |
getAcceptedNodeTypes()
Gets the accepted node types. |
java.lang.String[] |
getDefaultExceptedNodeTypes()
Gets the default excepted node types. |
java.lang.String[] |
getExceptedNodeTypes()
Gets the excepted node types. |
java.util.List<javax.jcr.Node> |
getListSelectableNodes()
Gets the list selectable nodes. |
javax.jcr.Node |
getParentNode()
Gets the parent node. |
java.lang.String |
getPathTaxonomy()
Gets the path taxonomy. |
java.util.List |
getSelectableNodes()
Gets the selectable nodes. |
org.exoplatform.webui.core.UIPageIterator |
getUIPageIterator()
Gets the uI page iterator. |
boolean |
isAllowPublish()
Checks if is allow publish. |
boolean |
isDMSDocument()
|
protected boolean |
isExceptedNodeType(javax.jcr.Node node)
Checks if is excepted node type. |
boolean |
isWebContent()
|
void |
setAcceptedMimeTypes(java.lang.String[] acceptedMimeTypes)
Sets the accepted mime types. |
void |
setAcceptedNodeTypes(java.lang.String[] acceptedNodeTypes)
Sets the accepted node types. |
void |
setAllowPublish(boolean allowPublish,
org.exoplatform.services.ecm.publication.PublicationService publicationService,
java.util.List<java.lang.String> templates)
Sets the allow publish. |
void |
setDefaultExceptedNodeTypes(java.lang.String[] defaultExceptedNodeTypes)
Sets the default excepted node types. |
void |
setDMSDocument(boolean isDMSDocument)
|
void |
setExceptedNodeTypes(java.lang.String[] exceptedNodeTypes)
Sets the excepted node types. |
void |
setParentNode(javax.jcr.Node node)
Sets the parent node. |
void |
setWebContent(boolean isWebContent)
|
void |
updateGrid()
Update grid. |
| Methods inherited from class org.exoplatform.portal.webui.container.UIContainer |
|---|
getCreator, getDescription, getIcon, getModifier, setCreator, setDescription, setIcon, setModifier |
| Methods inherited from class org.exoplatform.portal.webui.portal.UIPortalComponent |
|---|
getFactoryId, getHeight, getMode, getName, getTemplate, getTitle, getWidth, isEditMode, isModifiable, isShowEditControl, setFactoryId, setHeight, setMode, setModifiable, setName, setShowEditControl, setTemplate, setTitle, setWidth |
| Methods inherited from class org.exoplatform.webui.core.UIContainer |
|---|
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes, visit |
| Methods inherited from class org.exoplatform.webui.core.UIComponent |
|---|
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getParent, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibbling, url, url, url |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String[] acceptedMimeTypes
protected javax.jcr.Node parentNode
protected org.exoplatform.services.ecm.publication.PublicationService publicationService_
| Constructor Detail |
|---|
public UISelectPathPanel()
throws java.lang.Exception
java.lang.Exception - the exception| Method Detail |
|---|
public boolean isWebContent()
public void setWebContent(boolean isWebContent)
public boolean isDMSDocument()
public void setDMSDocument(boolean isDMSDocument)
public org.exoplatform.webui.core.UIPageIterator getUIPageIterator()
public boolean isAllowPublish()
public void setAllowPublish(boolean allowPublish,
org.exoplatform.services.ecm.publication.PublicationService publicationService,
java.util.List<java.lang.String> templates)
allowPublish - the allow publishpublicationService - the publication servicetemplates - the templates
protected void addNodePublish(java.util.List<javax.jcr.Node> listNode,
javax.jcr.Node node,
org.exoplatform.services.ecm.publication.PublicationService publicationService)
throws java.lang.Exception
listNode - the list nodenode - the nodepublicationService - the publication service
java.lang.Exception - the exceptionpublic void setParentNode(javax.jcr.Node node)
node - the new parent nodepublic javax.jcr.Node getParentNode()
public java.lang.String[] getAcceptedNodeTypes()
public void setAcceptedNodeTypes(java.lang.String[] acceptedNodeTypes)
acceptedNodeTypes - the new accepted node typespublic java.lang.String[] getExceptedNodeTypes()
public void setExceptedNodeTypes(java.lang.String[] exceptedNodeTypes)
exceptedNodeTypes - the new excepted node typespublic java.lang.String[] getDefaultExceptedNodeTypes()
public void setDefaultExceptedNodeTypes(java.lang.String[] defaultExceptedNodeTypes)
defaultExceptedNodeTypes - the new default excepted node typespublic java.lang.String[] getAcceptedMimeTypes()
public void setAcceptedMimeTypes(java.lang.String[] acceptedMimeTypes)
acceptedMimeTypes - the new accepted mime types
public java.util.List getSelectableNodes()
throws java.lang.Exception
java.lang.Exception - the exception
public void updateGrid()
throws java.lang.Exception
java.lang.Exception - the exception
public java.util.List<javax.jcr.Node> getListSelectableNodes()
throws java.lang.Exception
java.lang.Exception - the exception
protected boolean isExceptedNodeType(javax.jcr.Node node)
throws javax.jcr.RepositoryException
node - the node
javax.jcr.RepositoryException - the repository exception
public java.lang.String getPathTaxonomy()
throws java.lang.Exception
java.lang.Exception - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||