Tesseract 3.01
|
Public Member Functions | |
void | performAction (SVWindow window, SVEventType eventType) |
String | getValue () |
Public Attributes | |
String | value = null |
String | desc = null |
Package Functions | |
SVMenuItem (int id, String name, String v, String d) |
Constructs a new menulistitem which also has a value and a description. For these, we will not have to ask the server what the value is when the user wants to change it, but can just call the client with the new value.
com::google::scrollview::ui::SVMenuItem::SVMenuItem | ( | int | id, |
String | name, | ||
String | v, | ||
String | d | ||
) | [inline, package] |
String com::google::scrollview::ui::SVMenuItem::getValue | ( | ) | [inline] |
Returns the actual value of the MenuListItem.
Reimplemented from com::google::scrollview::ui::SVAbstractMenuItem.
void com::google::scrollview::ui::SVMenuItem::performAction | ( | SVWindow | window, |
SVEventType | eventType | ||
) | [inline] |
Ask the user for new input for a variable and send it. Depending on whether there is a description given for the entry, show the description in the dialog or just show the name.
Reimplemented from com::google::scrollview::ui::SVAbstractMenuItem.
String com::google::scrollview::ui::SVMenuItem::desc = null |
String com::google::scrollview::ui::SVMenuItem::value = null |