| Package | com.asterisq.graph |
| Class | public class GraphChangeType |
| Constant | Defined by | ||
|---|---|---|---|
| ADD : String = "add" [static] Indicates that one or more items were added to the dataset.
| GraphChangeType | ||
| CHANGE : String = "change" [static] Indicates a general change to the dataset.
| GraphChangeType | ||
| INVALIDATE : String = "invalidate" [static] Indicates that a single item's data is invalid.
| GraphChangeType | ||
| INVALIDATE_ALL : String = "invalidateAll" [static] Indicates that the entire dataset is invalid.
| GraphChangeType | ||
| REMOVE : String = "remove" [static] Indicates that one or more items were removed from the dataset.
| GraphChangeType | ||
| REMOVE_ALL : String = "removeAll" [static] Indicates that all items were removed from the dataset.
| GraphChangeType | ||
| REPLACE : String = "replace" [static] Indicates that one or more items in the dataset were replaced.
| GraphChangeType | ||
| SORT : String = "sort" [static] Indicates that the dataset was sorted.
| GraphChangeType | ||
| ADD | constant |
public static const ADD:String = "add"Indicates that one or more items were added to the dataset.
| CHANGE | constant |
public static const CHANGE:String = "change"Indicates a general change to the dataset.
| INVALIDATE | constant |
public static const INVALIDATE:String = "invalidate"Indicates that a single item's data is invalid.
| INVALIDATE_ALL | constant |
public static const INVALIDATE_ALL:String = "invalidateAll"Indicates that the entire dataset is invalid.
| REMOVE | constant |
public static const REMOVE:String = "remove"Indicates that one or more items were removed from the dataset.
| REMOVE_ALL | constant |
public static const REMOVE_ALL:String = "removeAll"Indicates that all items were removed from the dataset.
| REPLACE | constant |
public static const REPLACE:String = "replace"Indicates that one or more items in the dataset were replaced.
| SORT | constant |
public static const SORT:String = "sort"Indicates that the dataset was sorted.