ewe.ui
Interface PopupController

All Known Implementing Classes:
ControlPopupForm, mChoice, MenuState

public interface PopupController


Field Summary
static int CLOSE_FOR_NEW_POPUP
           
static int FLAG_NEW_POPUP_IS_MENU
           
 
Method Summary
 void closePopup(int why, int flags)
          Close the popup that you have opened.
 

Field Detail

CLOSE_FOR_NEW_POPUP

public static final int CLOSE_FOR_NEW_POPUP
See Also:
Constant Field Values

FLAG_NEW_POPUP_IS_MENU

public static final int FLAG_NEW_POPUP_IS_MENU
See Also:
Constant Field Values
Method Detail

closePopup

public void closePopup(int why,
                       int flags)
Close the popup that you have opened.

Parameters:
why - the reason for closing. This is one of the CLOSE_FOR_xxx values.
flags - any of the FLAG_xxx values ORed together.