com.ebmwebsourcing.geasytools.gwtextwidgets.file.explorer
Class FileExplorerPanel

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by com.ebmwebsourcing.geasytools.widgets.ext.impl.file.explorer.FileExplorerPanel
                  extended by com.ebmwebsourcing.geasytools.gwtextwidgets.file.explorer.FileExplorerPanel
All Implemented Interfaces:
com.ebmwebsourcing.geasytools.widgets.core.api.panel.IPanel, com.ebmwebsourcing.geasytools.widgets.core.api.widget.IWidget, com.ebmwebsourcing.geasytools.widgets.ext.api.file.explorer.IFileExplorerPanel, com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.IsWidget

public class FileExplorerPanel
extends com.ebmwebsourcing.geasytools.widgets.ext.impl.file.explorer.FileExplorerPanel


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
FileExplorerPanel()
           
 
Method Summary
 com.ebmwebsourcing.geasytools.widgets.core.api.button.IButton getCancelBtn()
           
 com.ebmwebsourcing.geasytools.widgets.core.api.button.IButton getValidateBtn()
           
 void setFiles(java.util.List<com.ebmwebsourcing.geasytools.widgets.ext.api.file.IFile> files)
           
 void setFolders(java.util.List<com.ebmwebsourcing.geasytools.widgets.ext.api.file.IFolder> folders)
           
 void setHeight(int height)
           
 void setTitle(java.lang.String title)
           
 void setWidth(int width)
           
 
Methods inherited from class com.ebmwebsourcing.geasytools.widgets.ext.impl.file.explorer.FileExplorerPanel
addHandler
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.geasytools.widgets.ext.api.file.explorer.IFileExplorerPanel
getTitle
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Constructor Detail

FileExplorerPanel

public FileExplorerPanel()
Method Detail

getCancelBtn

public com.ebmwebsourcing.geasytools.widgets.core.api.button.IButton getCancelBtn()

getValidateBtn

public com.ebmwebsourcing.geasytools.widgets.core.api.button.IButton getValidateBtn()

setTitle

public void setTitle(java.lang.String title)
Specified by:
setTitle in interface com.ebmwebsourcing.geasytools.widgets.core.api.panel.IPanel
Specified by:
setTitle in interface com.ebmwebsourcing.geasytools.widgets.ext.api.file.explorer.IFileExplorerPanel
Overrides:
setTitle in class com.google.gwt.user.client.ui.UIObject

setHeight

public void setHeight(int height)

setWidth

public void setWidth(int width)

setFiles

public void setFiles(java.util.List<com.ebmwebsourcing.geasytools.widgets.ext.api.file.IFile> files)

setFolders

public void setFolders(java.util.List<com.ebmwebsourcing.geasytools.widgets.ext.api.file.IFolder> folders)


Copyright © 2010-2011 Petals Link. All Rights Reserved.