Groovy Documentation

griffon.lanterna.widgets
[Java] Enum MutableAction.ResolveStrategy

java.lang.Object
  griffon.lanterna.widgets.MutableAction.ResolveStrategy

public enum MutableAction.ResolveStrategy

Enum Constant Summary
DELEGATE_FIRST

DELEGATE_ONLY

RUNNABLE_FIRST

RUNNABLE_ONLY

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Enum Constant Detail

DELEGATE_FIRST

MutableAction.ResolveStrategy DELEGATE_FIRST


DELEGATE_ONLY

MutableAction.ResolveStrategy DELEGATE_ONLY


RUNNABLE_FIRST

MutableAction.ResolveStrategy RUNNABLE_FIRST


RUNNABLE_ONLY

MutableAction.ResolveStrategy RUNNABLE_ONLY


 

Groovy Documentation