|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.davic.net.ca.MMIObject
org.davic.net.ca.List
org.davic.net.ca.Menu
Class representing a Menu MMI.
Method Summary | |
void |
setChoice(short choice)
Submit the user's choice from the menu. |
Methods inherited from class org.davic.net.ca.List |
getBottomText, getList, getSubTitleText, getTitleText |
Methods inherited from class org.davic.net.ca.MMIObject |
close |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public final void setChoice(short choice) throws CAException
choice
- the number of the users choice. The first item in the
list corresponds to value 1. Value 0 means that the
user exited the menu without making a choice.
InvalidSetException
- raised if the application calls
this method with an invalid value or more than once
CAException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |