Uses of Interface
com.ebmwebsourcing.geasytools.geasyui.api.uipanel.events.IUIPanelHandler

Packages that use IUIPanelHandler
com.ebmwebsourcing.geasytools.geasyui.api.uipanel   
com.ebmwebsourcing.geasytools.geasyui.impl.core   
com.ebmwebsourcing.geasytools.geasyui.impl.uipanel.events   
 

Uses of IUIPanelHandler in com.ebmwebsourcing.geasytools.geasyui.api.uipanel
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.uipanel with parameters of type IUIPanelHandler
 void IUIPanel.addUIPanelHandler(IUIPanelHandler panelHandler)
           
 

Uses of IUIPanelHandler in com.ebmwebsourcing.geasytools.geasyui.impl.core
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.core with parameters of type IUIPanelHandler
 void UIPanel.addUIPanelHandler(IUIPanelHandler handler)
           
 

Uses of IUIPanelHandler in com.ebmwebsourcing.geasytools.geasyui.impl.uipanel.events
 

Fields in com.ebmwebsourcing.geasytools.geasyui.impl.uipanel.events with type parameters of type IUIPanelHandler
static com.google.gwt.event.shared.GwtEvent.Type<IUIPanelHandler> RemoveUIElementsEvent.TYPE
           
static com.google.gwt.event.shared.GwtEvent.Type<IUIPanelHandler> ResizeRequestEvent.TYPE
           
static com.google.gwt.event.shared.GwtEvent.Type<IUIPanelHandler> SelectedElementsEvent.TYPE
           
static com.google.gwt.event.shared.GwtEvent.Type<IUIPanelHandler> UnselectedElementsEvent.TYPE
           
static com.google.gwt.event.shared.GwtEvent.Type<IUIPanelHandler> NewUIElementsEvent.TYPE
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.uipanel.events that return types with arguments of type IUIPanelHandler
 com.google.gwt.event.shared.GwtEvent.Type<IUIPanelHandler> RemoveUIElementsEvent.getAssociatedType()
           
 com.google.gwt.event.shared.GwtEvent.Type<IUIPanelHandler> ResizeRequestEvent.getAssociatedType()
           
 com.google.gwt.event.shared.GwtEvent.Type<IUIPanelHandler> SelectedElementsEvent.getAssociatedType()
           
 com.google.gwt.event.shared.GwtEvent.Type<IUIPanelHandler> UnselectedElementsEvent.getAssociatedType()
           
 com.google.gwt.event.shared.GwtEvent.Type<IUIPanelHandler> NewUIElementsEvent.getAssociatedType()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.uipanel.events with parameters of type IUIPanelHandler
protected  void RemoveUIElementsEvent.dispatch(IUIPanelHandler handler)
           
protected  void ResizeRequestEvent.dispatch(IUIPanelHandler handler)
           
protected  void SelectedElementsEvent.dispatch(IUIPanelHandler handler)
           
protected  void UnselectedElementsEvent.dispatch(IUIPanelHandler handler)
           
protected  void NewUIElementsEvent.dispatch(IUIPanelHandler handler)
           
 



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