tcMenuJavaAPI
Public Member Functions | Public Attributes | List of all members
com.thecoderscorner.menu.remote.commands.MenuButtonType Enum Reference

Public Member Functions

 MenuButtonType (int typeVal, String str)
 
String getButtonName ()
 
int getTypeVal ()
 

Public Attributes

 OK =(0, "OK")
 
 ACCEPT =(1, "Accept")
 
 CANCEL =(2, "Cancel")
 
 CLOSE =(3, "Close")
 
 NONE =(4, "")
 

Detailed Description

The button type for a dialog, dialogs generally have up to two buttons by default, each button can be one of the following types.

Member Data Documentation

◆ ACCEPT

com.thecoderscorner.menu.remote.commands.MenuButtonType.ACCEPT =(1, "Accept")

The accept button

◆ CANCEL

com.thecoderscorner.menu.remote.commands.MenuButtonType.CANCEL =(2, "Cancel")

The cancel button

◆ CLOSE

com.thecoderscorner.menu.remote.commands.MenuButtonType.CLOSE =(3, "Close")

The close button

◆ NONE

com.thecoderscorner.menu.remote.commands.MenuButtonType.NONE =(4, "")

No button

◆ OK

com.thecoderscorner.menu.remote.commands.MenuButtonType.OK =(0, "OK")

The OK button


The documentation for this enum was generated from the following file: