Packagecom.kapit.visualizer.events
Classpublic class VisualizerEvent
InheritanceVisualizerEvent Inheritance flash.events.Event

VisualizerEvent represents events associated with the GenericView.



Public Properties
 PropertyDefined by
  ANIMATION_STOPPED : String = "animationStopped"
[static] VisualizerEvent.ANIMATION_STOPPED is the value of the type property of the VisualizerEvent for an animation stop.
VisualizerEvent
  COLLAPSE_ELEMENTS : String = "collapseElements"
[static] VisualizerEvent.COLLAPSE_ELEMENTS is the value of the type property of the VisualizerEvent for the call of an collapse task for a set of elements.
VisualizerEvent
  DATA_LOADED : String = "dataLoaded"
[static] VisualizerEvent.DATA_LOADED is the value of the type property of the VisualizerEvent dispatched when Visualizer finishded loading data and dispalying it.
VisualizerEvent
  ELEMENT_CLICKED : String = "elementClicked"
[static] VisualizerEvent.ELEMENT_CLICKED is the value of the type property of the VisualizerEvent for the click event on an element.
VisualizerEvent
  ELEMENT_COLLAPSE : String = "elementCollapsed"
[static] VisualizerEvent.ELEMENTS_COLLAPSE is the value of the type property of the VisualizerEvent for the collapse of an element content.
VisualizerEvent
  ELEMENT_DOUBLE_CLICKED : String = "elementDoubleClicked"
[static] VisualizerEvent.ELEMENT_DOUBLE_CLICKED is the value of the type property of the VisualizerEvent for the double click event on an element.
VisualizerEvent
  ELEMENT_EXPAND : String = "elementExpanded"
[static] VisualizerEvent.ELEMENT_EXPAND is the value of the type property of the VisualizerEvent for the expansion of an element content.
VisualizerEvent
  ELEMENT_ROLL_OUT : String = "elementRollOut"
[static] VisualizerEvent.ELEMENT_ROLL_OUT is the value of the type property of the VisualizerEvent for the roll out event on an element.
VisualizerEvent
  ELEMENT_ROLL_OVER : String = "elementRollOver"
[static] VisualizerEvent.ELEMENT_ROLL_OVER is the value of the type property of the VisualizerEvent for the roll over event on an element.
VisualizerEvent
  ELEMENTS__COLLAPSED : String = "elementsCollapsed"
[static] VisualizerEvent.ELEMENTS__COLLAPSED is the value of the type property of the VisualizerEvent for the collpase end of a set of elements.
VisualizerEvent
  ELEMENTS_CREATED : String = "elementsCreated"
[static] VisualizerEvent.ELEMENTS_CREATED is the value of the type property of the VisualizerEvent for the creation of new elements in the Visualizer.
VisualizerEvent
  ELEMENTS_DELETED : String = "elementsDeleted"
[static] VisualizerEvent.ELEMENTS_DELETED is the value of the type property of the VisualizerEvent for the deletion of elements from the Visualizer.
VisualizerEvent
  ELEMENTS_DRAG_FINISHED : String = "elementsDragFinished"
[static] VisualizerEvent.ELEMENTS_DRAG_FINISHED is the value of the type property of the VisualizerEvent for the drag end of a set of elements.
VisualizerEvent
  ELEMENTS_DRAGGING : String = "elementsDragging"
[static] VisualizerEvent.ELEMENTS_DRAGGING is the value of the type property of the VisualizerEvent for the drag process of a set of elements.
VisualizerEvent
  ELEMENTS_DRAG_STARTED : String = "elementsDragStarted"
[static] VisualizerEvent.ELEMENTS_DRAG_STARTED is the value of the type property of the VisualizerEvent for the drag start of a set of elements.
VisualizerEvent
  ELEMENTS_EXPANDED : String = "elementsExpanded"
[static] VisualizerEvent.ELEMENTS_EXPANDED is the value of the type property of the VisualizerEvent for the expansion end of a set of elements.
VisualizerEvent
  ELEMENTS_EXPANDED_COLLAPSED : String = "elementsExpandedCollapsed"
[static] VisualizerEvent.ELEMENTS_EXPANDED_COLLAPSED is the value of the type property of the VisualizerEvent for the switch end of expand/collapse status of a set of elements.
VisualizerEvent
  ELEMENTS_PROPERTY_CHANGED : String = "elementsPropertyChanged"
[static] VisualizerEvent.ELEMENTS_PROPERTY_CHANGED is the value of the type property of the VisualizerEvent for the modification of elements properties.
VisualizerEvent
  ELEMENTS_SELECTION_CHANGED : String = "elementsSelectionChanged"
[static] VisualizerEvent.ELEMENT_CLICKED is the value of the type property of the VisualizerEvent for the current selection change.
VisualizerEvent
  ELEMENTS_STATUS_CHANGED : String = "elementsStatusChanged"
[static] VisualizerEvent.ELEMENTS_STATUS_CHANGED is the value of the type property of the VisualizerEvent for any grouped change in some Visualizer Elements Expand/Collapse status.
VisualizerEvent
  EXPAND_ELEMENTS : String = "expandElements"
[static] VisualizerEvent.EXPAND_ELEMENTS is the value of the type property of the VisualizerEvent for the call of an expand task for a set of elements.
VisualizerEvent
  GROUP_ELEMENTS : String = "groupElements"
[static] VisualizerEvent.GROUP_ELEMENTS is the value of the type property of the VisualizerEvent for the group operation of a set of elements.
VisualizerEvent
  items : Array
[read-only] IGenericItem elements concerned with the event property type.
VisualizerEvent
  LAYOUT_FAILED : String = "layoutFailed"
[static] VisualizerEvent.LAYOUT_FAILED is the value of the type property of the VisualizerEvent for a layout fail.
VisualizerEvent
  LAYOUT_SUCCEED : String = "layoutSucceed"
[static] VisualizerEvent.LAYOUT_SUCCEED is the value of the type property of the VisualizerEvent for a layout success.
VisualizerEvent
  SCROLL_BEGIN : String = "scrollBegin"
[static] VisualizerEvent.SCROLL_BEGIN is the value of the type property of the VisualizerEvent for a scroll start in the Visualizer.
VisualizerEvent
  SCROLL_END : String = "scrollEnd"
[static] VisualizerEvent.SCROLL_END is the value of the type property of the VisualizerEvent for a scroll end in the Visualizer.
VisualizerEvent
  SCROLL_PROCESS : String = "scrollProcess"
[static] VisualizerEvent.SCROLL_PROCESS is the value of the type property of the VisualizerEvent for a scroll process in the Visualizer.
VisualizerEvent
  UNGROUP_ELEMENTS : String = "ungroupElements"
[static] VisualizerEvent.UNGROUP_ELEMENTS is the value of the type property of the VisualizerEvent for the ungroup operation of a set of elements.
VisualizerEvent
  VISIBILITY_LEVEL_CHANGED : String = "visibilityLevelChanged"
[static] VisualizerEvent.VISIBILITY_LEVEL_CHANGED is the value of the type property of the VisualizerEvent for the visibility changement in the Visualizer.
VisualizerEvent
Public Methods
 MethodDefined by
  
VisualizerEvent(type:String, items:Array, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
VisualizerEvent
Property detail
ANIMATION_STOPPEDproperty
public static var ANIMATION_STOPPED:String = "animationStopped"

VisualizerEvent.ANIMATION_STOPPED is the value of the type property of the VisualizerEvent for an animation stop.

COLLAPSE_ELEMENTSproperty 
public static var COLLAPSE_ELEMENTS:String = "collapseElements"

VisualizerEvent.COLLAPSE_ELEMENTS is the value of the type property of the VisualizerEvent for the call of an collapse task for a set of elements.

DATA_LOADEDproperty 
public static var DATA_LOADED:String = "dataLoaded"

VisualizerEvent.DATA_LOADED is the value of the type property of the VisualizerEvent dispatched when Visualizer finishded loading data and dispalying it.

ELEMENT_CLICKEDproperty 
public static var ELEMENT_CLICKED:String = "elementClicked"

VisualizerEvent.ELEMENT_CLICKED is the value of the type property of the VisualizerEvent for the click event on an element.

ELEMENT_COLLAPSEproperty 
public static var ELEMENT_COLLAPSE:String = "elementCollapsed"

VisualizerEvent.ELEMENTS_COLLAPSE is the value of the type property of the VisualizerEvent for the collapse of an element content.

ELEMENT_DOUBLE_CLICKEDproperty 
public static var ELEMENT_DOUBLE_CLICKED:String = "elementDoubleClicked"

VisualizerEvent.ELEMENT_DOUBLE_CLICKED is the value of the type property of the VisualizerEvent for the double click event on an element.

ELEMENT_EXPANDproperty 
public static var ELEMENT_EXPAND:String = "elementExpanded"

VisualizerEvent.ELEMENT_EXPAND is the value of the type property of the VisualizerEvent for the expansion of an element content.

ELEMENT_ROLL_OUTproperty 
public static var ELEMENT_ROLL_OUT:String = "elementRollOut"

VisualizerEvent.ELEMENT_ROLL_OUT is the value of the type property of the VisualizerEvent for the roll out event on an element.

ELEMENT_ROLL_OVERproperty 
public static var ELEMENT_ROLL_OVER:String = "elementRollOver"

VisualizerEvent.ELEMENT_ROLL_OVER is the value of the type property of the VisualizerEvent for the roll over event on an element.

ELEMENTS__COLLAPSEDproperty 
public static var ELEMENTS__COLLAPSED:String = "elementsCollapsed"

VisualizerEvent.ELEMENTS__COLLAPSED is the value of the type property of the VisualizerEvent for the collpase end of a set of elements.

ELEMENTS_CREATEDproperty 
public static var ELEMENTS_CREATED:String = "elementsCreated"

VisualizerEvent.ELEMENTS_CREATED is the value of the type property of the VisualizerEvent for the creation of new elements in the Visualizer.

ELEMENTS_DELETEDproperty 
public static var ELEMENTS_DELETED:String = "elementsDeleted"

VisualizerEvent.ELEMENTS_DELETED is the value of the type property of the VisualizerEvent for the deletion of elements from the Visualizer.

ELEMENTS_DRAG_FINISHEDproperty 
public static var ELEMENTS_DRAG_FINISHED:String = "elementsDragFinished"

VisualizerEvent.ELEMENTS_DRAG_FINISHED is the value of the type property of the VisualizerEvent for the drag end of a set of elements.

ELEMENTS_DRAGGINGproperty 
public static var ELEMENTS_DRAGGING:String = "elementsDragging"

VisualizerEvent.ELEMENTS_DRAGGING is the value of the type property of the VisualizerEvent for the drag process of a set of elements.

ELEMENTS_DRAG_STARTEDproperty 
public static var ELEMENTS_DRAG_STARTED:String = "elementsDragStarted"

VisualizerEvent.ELEMENTS_DRAG_STARTED is the value of the type property of the VisualizerEvent for the drag start of a set of elements.

ELEMENTS_EXPANDEDproperty 
public static var ELEMENTS_EXPANDED:String = "elementsExpanded"

VisualizerEvent.ELEMENTS_EXPANDED is the value of the type property of the VisualizerEvent for the expansion end of a set of elements.

ELEMENTS_EXPANDED_COLLAPSEDproperty 
public static var ELEMENTS_EXPANDED_COLLAPSED:String = "elementsExpandedCollapsed"

VisualizerEvent.ELEMENTS_EXPANDED_COLLAPSED is the value of the type property of the VisualizerEvent for the switch end of expand/collapse status of a set of elements.

ELEMENTS_PROPERTY_CHANGEDproperty 
public static var ELEMENTS_PROPERTY_CHANGED:String = "elementsPropertyChanged"

VisualizerEvent.ELEMENTS_PROPERTY_CHANGED is the value of the type property of the VisualizerEvent for the modification of elements properties.

ELEMENTS_SELECTION_CHANGEDproperty 
public static var ELEMENTS_SELECTION_CHANGED:String = "elementsSelectionChanged"

VisualizerEvent.ELEMENT_CLICKED is the value of the type property of the VisualizerEvent for the current selection change.

ELEMENTS_STATUS_CHANGEDproperty 
public static var ELEMENTS_STATUS_CHANGED:String = "elementsStatusChanged"

VisualizerEvent.ELEMENTS_STATUS_CHANGED is the value of the type property of the VisualizerEvent for any grouped change in some Visualizer Elements Expand/Collapse status. For example, It can be used to have all elements that have been collapsed from a single subRoot collapse event.

EXPAND_ELEMENTSproperty 
public static var EXPAND_ELEMENTS:String = "expandElements"

VisualizerEvent.EXPAND_ELEMENTS is the value of the type property of the VisualizerEvent for the call of an expand task for a set of elements.

GROUP_ELEMENTSproperty 
public static var GROUP_ELEMENTS:String = "groupElements"

VisualizerEvent.GROUP_ELEMENTS is the value of the type property of the VisualizerEvent for the group operation of a set of elements.

itemsproperty 
items:Array  [read-only]

IGenericItem elements concerned with the event property type.

Implementation
    public function get items():Array
LAYOUT_FAILEDproperty 
public static var LAYOUT_FAILED:String = "layoutFailed"

VisualizerEvent.LAYOUT_FAILED is the value of the type property of the VisualizerEvent for a layout fail.

LAYOUT_SUCCEEDproperty 
public static var LAYOUT_SUCCEED:String = "layoutSucceed"

VisualizerEvent.LAYOUT_SUCCEED is the value of the type property of the VisualizerEvent for a layout success.

SCROLL_BEGINproperty 
public static var SCROLL_BEGIN:String = "scrollBegin"

VisualizerEvent.SCROLL_BEGIN is the value of the type property of the VisualizerEvent for a scroll start in the Visualizer.

SCROLL_ENDproperty 
public static var SCROLL_END:String = "scrollEnd"

VisualizerEvent.SCROLL_END is the value of the type property of the VisualizerEvent for a scroll end in the Visualizer.

SCROLL_PROCESSproperty 
public static var SCROLL_PROCESS:String = "scrollProcess"

VisualizerEvent.SCROLL_PROCESS is the value of the type property of the VisualizerEvent for a scroll process in the Visualizer.

UNGROUP_ELEMENTSproperty 
public static var UNGROUP_ELEMENTS:String = "ungroupElements"

VisualizerEvent.UNGROUP_ELEMENTS is the value of the type property of the VisualizerEvent for the ungroup operation of a set of elements.

VISIBILITY_LEVEL_CHANGEDproperty 
public static var VISIBILITY_LEVEL_CHANGED:String = "visibilityLevelChanged"

VisualizerEvent.VISIBILITY_LEVEL_CHANGED is the value of the type property of the VisualizerEvent for the visibility changement in the Visualizer.

Constructor detail
VisualizerEvent()constructor
public function VisualizerEvent(type:String, items:Array, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor.

Parameters
type:StringVisualizerEvent property type.
 
items:ArrayIGenericItem elements concerned with the event property type.
 
bubbles:Boolean (default = false) — false.
 
cancelable:Boolean (default = false) — false.