com.ebmwebsourcing.geasytools.geasyui.impl.uipanel
Class UIPanelResizeUIHandler

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.geasyui.impl.uipanel.UIPanelResizeUIHandler
All Implemented Interfaces:
IUIPanelResizeUIHandler, 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
Direct Known Subclasses:
DefaultLeftResizeUIHandler, DefaultTopResizeUIHandler

public abstract class UIPanelResizeUIHandler
extends com.google.gwt.user.client.ui.Composite
implements IUIPanelResizeUIHandler


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
UIPanelResizeUIHandler(IUIPanel uiPanel)
           
 
Method Summary
protected  com.google.gwt.user.client.ui.AbsolutePanel getMainPanel()
           
 IUIPanel getUIPanel()
           
 void hide()
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 void show()
           
 
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, setTitle, 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.geasyui.api.uipanel.IUIPanelResizeUIHandler
getDecreaseBtn, getHeight, getIncreaseBtn, getWidth, hideDecreaseBtn, hideIncreaseBtn, refresh, showDecreaseBtn, showIncreaseBtn
 

Constructor Detail

UIPanelResizeUIHandler

public UIPanelResizeUIHandler(IUIPanel uiPanel)
Method Detail

hide

public void hide()
Specified by:
hide in interface IUIPanelResizeUIHandler

show

public void show()
Specified by:
show in interface IUIPanelResizeUIHandler

getUIPanel

public IUIPanel getUIPanel()
Specified by:
getUIPanel in interface IUIPanelResizeUIHandler

getMainPanel

protected com.google.gwt.user.client.ui.AbsolutePanel getMainPanel()

setWidth

public void setWidth(int width)
Specified by:
setWidth in interface IUIPanelResizeUIHandler

setHeight

public void setHeight(int height)
Specified by:
setHeight in interface IUIPanelResizeUIHandler


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