Tesseract 3.01
|
Public Member Functions | |
void | performAction (SVWindow window, SVEventType eventType) |
String | getValue () |
Public Attributes | |
String | value = null |
String | desc = null |
boolean | bvalue |
Package Functions | |
SVCheckboxMenuItem (int id, String name, boolean val) |
Constructs a new menulistitem which possesses a flag that can be toggled.
com::google::scrollview::ui::SVCheckboxMenuItem::SVCheckboxMenuItem | ( | int | id, |
String | name, | ||
boolean | val | ||
) | [inline, package] |
String com::google::scrollview::ui::SVCheckboxMenuItem::getValue | ( | ) | [inline] |
Returns the actual value of the MenuListItem.
Reimplemented from com::google::scrollview::ui::SVAbstractMenuItem.
void com::google::scrollview::ui::SVCheckboxMenuItem::performAction | ( | SVWindow | window, |
SVEventType | eventType | ||
) | [inline] |
What to do when user clicks on this item.
Reimplemented from com::google::scrollview::ui::SVAbstractMenuItem.
String com::google::scrollview::ui::SVCheckboxMenuItem::desc = null |
String com::google::scrollview::ui::SVCheckboxMenuItem::value = null |