com.ebmwebsourcing.geasytools.geasyui.impl.selectable
Class SelectableDefaultHandlers

java.lang.Object
  extended by com.ebmwebsourcing.geasytools.geasyui.impl.selectable.SelectableDefaultHandlers
All Implemented Interfaces:
IDefaultUIElementHandlers, ISelectableDefaultHandlers

public class SelectableDefaultHandlers
extends java.lang.Object
implements ISelectableDefaultHandlers


Constructor Summary
SelectableDefaultHandlers(ISelectable selectable)
           
 
Method Summary
 void attachDefaultHandlers()
          Attaches all default handlers to a IUIElement
 com.google.gwt.event.dom.client.MouseDownHandler getDefaultMouseDownHandler()
          Handler that add current selectable to selected elements of UIPanel and unselects all the other selectable
 IUIElement getUIElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectableDefaultHandlers

public SelectableDefaultHandlers(ISelectable selectable)
Method Detail

attachDefaultHandlers

public void attachDefaultHandlers()
Description copied from interface: IDefaultUIElementHandlers
Attaches all default handlers to a IUIElement

Specified by:
attachDefaultHandlers in interface IDefaultUIElementHandlers

getUIElement

public IUIElement getUIElement()
Specified by:
getUIElement in interface IDefaultUIElementHandlers

getDefaultMouseDownHandler

public com.google.gwt.event.dom.client.MouseDownHandler getDefaultMouseDownHandler()
Description copied from interface: ISelectableDefaultHandlers
Handler that add current selectable to selected elements of UIPanel and unselects all the other selectable

Specified by:
getDefaultMouseDownHandler in interface ISelectableDefaultHandlers
Returns:
ClickHandler


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