brf.j2me.dynaworks
Interface PopupWidget
- All Superinterfaces:
- UserWidget
- public interface PopupWidget
- extends UserWidget
The PopupWidget interface describes UserWidgets with modal behaviour.
- Version:
- 1.0
- Author:
- Bernd R. Fix
- See Also:
UserWidget,
ActionEvent,
Page
|
Field Summary |
static int |
MODAL_QUIT
ActionEvent constant MODAL_QUIT: terminate widget |
|
Method Summary |
void |
init()
initialize the popup. |
MODAL_QUIT
public static final int MODAL_QUIT
- ActionEvent constant MODAL_QUIT: terminate widget
init
public void init()
- initialize the popup.