org.exoplatform.ecm.webui.component.admin.nodetype
Class UINodeTypeList

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIComponentDecorator
          extended by org.exoplatform.ecm.webui.component.admin.nodetype.UINodeTypeList

public class UINodeTypeList
extends org.exoplatform.webui.core.UIComponentDecorator

Created by The eXo Platform SARL Author : Dang Van Minh minh.dang@exoplatform.com Sep 20, 2006 3:28:26 PM


Nested Class Summary
static class UINodeTypeList.AddActionListener
           
static class UINodeTypeList.DeleteActionListener
           
static class UINodeTypeList.EditActionListener
           
static class UINodeTypeList.ExportActionListener
           
static class UINodeTypeList.ImportActionListener
           
static class UINodeTypeList.ViewActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIComponentDecorator
org.exoplatform.webui.core.UIComponentDecorator.UIComponentDecoratorLifecycle
 
Field Summary
static java.lang.String[] ACTIONS
           
static java.lang.String[] CANCEL
           
static java.lang.String DRAFTNODETYPE
           
static java.lang.String[] TAB_REMOVE
           
 
Fields inherited from class org.exoplatform.webui.core.UIComponentDecorator
uicomponent_
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UINodeTypeList()
           
 
Method Summary
 java.lang.String[] getActions()
           
 java.util.List getAllNodeTypes()
           
 java.util.List getNodeTypeList()
           
 org.exoplatform.webui.core.UIPageIterator getUIPageIterator()
           
 void refresh(java.lang.String name, int currentPage)
           
 void refresh(java.lang.String name, int currentPage, java.util.List<javax.jcr.nodetype.NodeType> nodeType)
           
 
Methods inherited from class org.exoplatform.webui.core.UIComponentDecorator
findComponentById, findComponentOfType, findFirstComponentOfType, getUIComponent, renderChildren, setUIComponent
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getRendererFor, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, registerRendererFor, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DRAFTNODETYPE

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

ACTIONS

public static final java.lang.String[] ACTIONS

CANCEL

public static final java.lang.String[] CANCEL

TAB_REMOVE

public static final java.lang.String[] TAB_REMOVE
Constructor Detail

UINodeTypeList

public UINodeTypeList()
               throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getAllNodeTypes

public java.util.List getAllNodeTypes()
                               throws java.lang.Exception
Throws:
java.lang.Exception

getUIPageIterator

public org.exoplatform.webui.core.UIPageIterator getUIPageIterator()

getNodeTypeList

public java.util.List getNodeTypeList()
                               throws java.lang.Exception
Throws:
java.lang.Exception

getActions

public java.lang.String[] getActions()

refresh

public void refresh(java.lang.String name,
                    int currentPage,
                    java.util.List<javax.jcr.nodetype.NodeType> nodeType)
             throws java.lang.Exception
Throws:
java.lang.Exception

refresh

public void refresh(java.lang.String name,
                    int currentPage)
             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.