Communicator Plugin API Version 1.9

Class Index | File Index

Classes


Class Garmin.MessageBox

Garmin.MessageBox
Defined in: GarminDeviceControl.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Encapsulates the data to display a message box to the user when the plug-in is waiting for feedback
Method Summary
Method Attributes Method Name and Description
 
addButton(caption, value)
Get the text entry for the message box
 
Get the buttons for the message box
 
Get the text entry for the message box
 
Get the type of the message box
 
Class Detail
Garmin.MessageBox()
Encapsulates the data to display a message box to the user when the plug-in is waiting for feedback
Method Detail
addButton(caption, value)
Get the text entry for the message box
Parameters:
caption
value

{Array} getButtons()
Get the buttons for the message box

{String} getText()
Get the text entry for the message box

{String} getType()
Get the type of the message box

{String} toString()

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Jul 25 2011 09:36:54 GMT-0700 (MST)