|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectgriffon.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 |
|---|
MutableAction.ResolveStrategy DELEGATE_FIRST
MutableAction.ResolveStrategy DELEGATE_ONLY
MutableAction.ResolveStrategy RUNNABLE_FIRST
MutableAction.ResolveStrategy RUNNABLE_ONLY
Groovy Documentation