ewe.ui
Interface PopupController
- All Known Implementing Classes:
- ControlPopupForm, mChoice, MenuState
- public interface PopupController
|
Method Summary |
void |
closePopup(int why,
int flags)
Close the popup that you have opened. |
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
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.