Tesseract 3.01
com::google::scrollview::ui::SVCheckboxMenuItem Class Reference
Inheritance diagram for com::google::scrollview::ui::SVCheckboxMenuItem:
com::google::scrollview::ui::SVAbstractMenuItem

List of all members.

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)

Detailed Description

Constructs a new menulistitem which possesses a flag that can be toggled.


Constructor & Destructor Documentation

com::google::scrollview::ui::SVCheckboxMenuItem::SVCheckboxMenuItem ( int  id,
String  name,
boolean  val 
) [inline, package]

Member Function Documentation

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.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines