On this page
[Java] Enum ObservableList.ChangeType
- groovy.util.ObservableList.ChangeType
public enum ObservableList.ChangeType
Enum Constants Summary
Enum constant | Description |
---|---|
ADDED |
|
CLEARED |
|
MULTI_ADD |
|
MULTI_REMOVE |
|
NONE |
|
REMOVED |
|
UPDATED |
Field Summary
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public static ChangeType |
resolve(int ordinal) |
Inherited Methods Summary
Enum Constant Detail
public ObservableList.ChangeType ADDED
public ObservableList.ChangeType CLEARED
public ObservableList.ChangeType MULTI_ADD
public ObservableList.ChangeType MULTI_REMOVE
public ObservableList.ChangeType NONE
public ObservableList.ChangeType REMOVED
public ObservableList.ChangeType UPDATED
Field Detail
public static final Object newValue
public static final Object oldValue
Method Detail
public static ChangeType resolve(int ordinal)
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/groovy/util/ObservableList.ChangeType.html