org.exoplatform.ecm.webui.component.admin.drives
Class UIDriveList

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.drives.UIDriveList

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

Created by The eXo Platform SARL Author : Dang Van Minh minh.dang@exoplatform.com Nov 23, 2006 11:39:49 AM


Nested Class Summary
static class UIDriveList.AddDriveActionListener
           
static class UIDriveList.DeleteActionListener
           
static class UIDriveList.DriveComparator
           
static class UIDriveList.EditInfoActionListener
           
 
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 ST_ADD
           
static java.lang.String ST_EDIT
           
 
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
UIDriveList()
           
 
Method Summary
 java.lang.String[] getActions()
           
 java.util.List getDriveList()
           
 java.util.List<DriveData> getDrives(java.lang.String repoName)
           
 java.lang.String getPortalName()
           
 java.lang.String getRepository()
           
 org.exoplatform.webui.core.UIPageIterator getUIPageIterator()
           
 void updateDriveListGrid(int currentPage)
           
 
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

ACTIONS

public static final java.lang.String[] ACTIONS

ST_ADD

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

ST_EDIT

public static final java.lang.String ST_EDIT
See Also:
Constant Field Values
Constructor Detail

UIDriveList

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

getActions

public java.lang.String[] getActions()

updateDriveListGrid

public void updateDriveListGrid(int currentPage)
                         throws java.lang.Exception
Throws:
java.lang.Exception

getUIPageIterator

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

getDriveList

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

getDrives

public java.util.List<DriveData> getDrives(java.lang.String repoName)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getPortalName

public java.lang.String getPortalName()

getRepository

public java.lang.String getRepository()
                               throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.