com.ebmwebsourcing.geasytools.widgets.core.api.panel
Interface IPanel

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget, IWidget
All Known Subinterfaces:
IFileExplorerPanel, IFilePanel, IFolderPanel
All Known Implementing Classes:
FileExplorerPanel, FilePanel, FolderPanel

public interface IPanel
extends IWidget


Method Summary
 java.lang.String getTitle()
           
 void setHeight(int height)
           
 void setTitle(java.lang.String title)
           
 void setWidth(int width)
           
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

setTitle

void setTitle(java.lang.String title)

getTitle

java.lang.String getTitle()

setWidth

void setWidth(int width)

setHeight

void setHeight(int height)


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