com.arsdigita.bebop.event
Interface SearchAndSelectListener

All Superinterfaces:
EventListener

public interface SearchAndSelectListener
extends EventListener

Analogous to Widget PrintListeners, this is called when the widget is displayed (or validated) to get the dataset. The dataset should be created dynamically so it can vary according to form variables. Eventually, this may also support setting the initial value for a SearchAndSelect widget, so that it may act as an edit widget as well.

Since:
4.5
Version:
$Id: //core-platform/dev/src/com/arsdigita/bebop/event/SearchAndSelectListener.java#8 $
Author:
Patrick McNeill

Field Summary
static String versionId
           
 
Method Summary
 SearchAndSelectModel getModel(PageEvent e)
           
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

getModel

public SearchAndSelectModel getModel(PageEvent e)


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC