Packagecom.asterisq.graph
Classpublic class GraphChangeType

Defines constants for types of changes to a dataset. Based on fl.events.DataChangeType



Public Constants
 ConstantDefined 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
Constant detail
ADDconstant
public static const ADD:String = "add"

Indicates that one or more items were added to the dataset.

CHANGEconstant 
public static const CHANGE:String = "change"

Indicates a general change to the dataset.

INVALIDATEconstant 
public static const INVALIDATE:String = "invalidate"

Indicates that a single item's data is invalid.

INVALIDATE_ALLconstant 
public static const INVALIDATE_ALL:String = "invalidateAll"

Indicates that the entire dataset is invalid.

REMOVEconstant 
public static const REMOVE:String = "remove"

Indicates that one or more items were removed from the dataset.

REMOVE_ALLconstant 
public static const REMOVE_ALL:String = "removeAll"

Indicates that all items were removed from the dataset.

REPLACEconstant 
public static const REPLACE:String = "replace"

Indicates that one or more items in the dataset were replaced.

SORTconstant 
public static const SORT:String = "sort"

Indicates that the dataset was sorted.