com.sage.swt.client.widget.celltable.event
Interface HasPopupValueSelectionHandlers

All Superinterfaces:
com.google.gwt.event.shared.HasHandlers
All Known Subinterfaces:
HasCellPopupPanel
All Known Implementing Classes:
DefaultCellPopupPanel, FinderCellPopupPanel

public interface HasPopupValueSelectionHandlers
extends com.google.gwt.event.shared.HasHandlers

A widget that implements this interface provides registration for PopupValueSelectionHandler instances.


Method Summary
 com.google.gwt.event.shared.HandlerRegistration addPopupValueSelectionHandler(PopupValueSelectionHandler handler)
          Adds a PopupValueSelectionHandler handler.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addPopupValueSelectionHandler

com.google.gwt.event.shared.HandlerRegistration addPopupValueSelectionHandler(PopupValueSelectionHandler handler)
Adds a PopupValueSelectionHandler handler.

Parameters:
handler - the value selected from popupPanel
Returns:
HandlerRegistration used to remove this handler


Copyright © 2011 Sage Software, Inc. All rights reserved.