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

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.webui.form.UIFormInputSet
              extended by org.exoplatform.ecm.webui.form.UIFormInputSetWithAction
                  extended by org.exoplatform.ecm.webui.component.admin.drives.UIDriveInputSet
All Implemented Interfaces:
org.exoplatform.webui.form.UIFormInput

public class UIDriveInputSet
extends UIFormInputSetWithAction

Created by The eXo Platform SARL Author : Tran The Trong trongtt@gmail.com Jun 28, 2006


Nested Class Summary
 
Nested classes/interfaces inherited from class org.exoplatform.webui.form.UIFormInputSet
org.exoplatform.webui.form.UIFormInputSet.SelectComponentActionListener
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
 java.lang.String bothLabel_
           
static java.lang.String FIELD_ALLOW_CREATE_FOLDERS
           
static java.lang.String FIELD_ALLOW_NODETYPES_ON_TREE
           
static java.lang.String FIELD_BOTH
           
static java.lang.String FIELD_FOLDER_ONLY
           
static java.lang.String FIELD_HOMEPATH
           
static java.lang.String FIELD_NAME
           
static java.lang.String FIELD_PERMISSION
           
static java.lang.String FIELD_UNSTRUCTURED_ONLY
           
static java.lang.String FIELD_VIEWNONDOC
           
static java.lang.String FIELD_VIEWPREFERENCESDOC
           
static java.lang.String FIELD_VIEWSIDEBAR
           
static java.lang.String FIELD_WORKSPACE
           
static java.lang.String FIELD_WORKSPACEICON
           
 java.lang.String folderOnlyLabel_
           
static java.lang.String SHOW_HIDDEN_NODE
           
 java.lang.String unstructuredFolderLabel_
           
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIDriveInputSet(java.lang.String name)
           
 
Method Summary
 void update(DriveData drive)
           
 
Methods inherited from class org.exoplatform.ecm.webui.form.UIFormInputSetWithAction
addValidator, addValidator, getActionInfo, getActionValues, getBindingField, getFieldActions, getFormName, getInfoField, getInputSetActions, getLabel, getListInfoField, getMsgKey, getTypeValue, getValidators, getValue, isDeleteOnly, isShowActionInfo, isShowOnly, isView, processRender, setActionInfo, setActions, setFieldActions, setInfoField, setIntroduction, setIsDeleteOnly, setIsShowOnly, setIsView, setListInfoField, setValue, showActionInfo
 
Methods inherited from class org.exoplatform.webui.form.UIFormInputSet
addUIFormInput, addUIFormInput, getName, getSelectedComponentId, getUIFormCheckBoxInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingField, invokeSetBindingField, processDecode, reset, setSelectedComponent, setSelectedComponent
 
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getParent, getRendererFor, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, 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
 
Methods inherited from interface org.exoplatform.webui.form.UIFormInput
getName, reset
 

Field Detail

FIELD_NAME

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

FIELD_WORKSPACE

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

FIELD_HOMEPATH

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

FIELD_WORKSPACEICON

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

FIELD_PERMISSION

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

FIELD_ALLOW_NODETYPES_ON_TREE

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

FIELD_VIEWPREFERENCESDOC

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

FIELD_VIEWNONDOC

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

FIELD_VIEWSIDEBAR

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

FIELD_FOLDER_ONLY

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

FIELD_BOTH

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

FIELD_UNSTRUCTURED_ONLY

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

FIELD_ALLOW_CREATE_FOLDERS

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

SHOW_HIDDEN_NODE

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

bothLabel_

public java.lang.String bothLabel_

folderOnlyLabel_

public java.lang.String folderOnlyLabel_

unstructuredFolderLabel_

public java.lang.String unstructuredFolderLabel_
Constructor Detail

UIDriveInputSet

public UIDriveInputSet(java.lang.String name)
                throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

update

public void update(DriveData drive)
            throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.