|
tesseract
3.03
|
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.
Definition at line 31 of file SVCheckboxMenuItem.java.
| com.google.scrollview.ui.SVCheckboxMenuItem.SVCheckboxMenuItem | ( | int | id, |
| String | name, | ||
| boolean | val | ||
| ) | [inline, package] |
Definition at line 36 of file SVCheckboxMenuItem.java.
| String com.google.scrollview.ui.SVCheckboxMenuItem.getValue | ( | ) | [inline] |
Returns the actual value of the MenuListItem.
Reimplemented from com.google.scrollview.ui.SVAbstractMenuItem.
Definition at line 56 of file SVCheckboxMenuItem.java.
{
return Boolean.toString(bvalue);
}
| 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.
Definition at line 43 of file SVCheckboxMenuItem.java.
Definition at line 34 of file SVCheckboxMenuItem.java.
| String com.google.scrollview.ui.SVCheckboxMenuItem.desc = null |
Definition at line 33 of file SVCheckboxMenuItem.java.
| String com.google.scrollview.ui.SVCheckboxMenuItem.value = null |
Definition at line 32 of file SVCheckboxMenuItem.java.