tcMenuJavaAPI
Public Attributes | List of all members
com.thecoderscorner.menu.mgr.DialogShowMode Enum Reference

Public Attributes

 REGULAR
 
 LOCAL_TO_DELEGATE
 
 LOCAL_DELEGATE_LOCKED
 

Detailed Description

Indicates how the dialog should be shown

Member Data Documentation

◆ LOCAL_DELEGATE_LOCKED

com.thecoderscorner.menu.mgr.DialogShowMode.LOCAL_DELEGATE_LOCKED

The dialog is both local to the delegate and locked so cannot be replaced with another

◆ LOCAL_TO_DELEGATE

com.thecoderscorner.menu.mgr.DialogShowMode.LOCAL_TO_DELEGATE

The dialog is local to the delegate function provided, no remote messages will send upon action

◆ REGULAR

com.thecoderscorner.menu.mgr.DialogShowMode.REGULAR

Show the dialog in a regular way


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