Packagecom.kapit.diagram.controls
Classpublic class SVGAssetLibraryGroupTile
InheritanceSVGAssetLibraryGroupTile Inheritance mx.controls.TileList



Public Properties
 PropertyDefined by
  groupid : String
A string representing the SVGAssetLibraryGroupButton group id.
SVGAssetLibraryGroupTile
Protected Properties
 PropertyDefined by
  _dataprovider : Object = null
SVGAssetLibraryGroupTile
  _dataproviderchanged : Boolean = false
SVGAssetLibraryGroupTile
Public Methods
 MethodDefined by
  
SVGAssetLibraryGroupTile
  
Changes the style of the SVGAssetLibraryGroupButton.
SVGAssetLibraryGroupTile
Protected Methods
 MethodDefined by
  
dragstartHandler(event:MouseEvent):void
SVGAssetLibraryGroupTile
  
SVGAssetLibraryGroupTile
  
mouseDownHandler(event:MouseEvent):void
SVGAssetLibraryGroupTile
Property detail
_dataproviderproperty
protected var _dataprovider:Object = null
_dataproviderchangedproperty 
protected var _dataproviderchanged:Boolean = false
groupidproperty 
groupid:String  [read-write]

A string representing the SVGAssetLibraryGroupButton group id.

Implementation
    public function get groupid():String
    public function set groupid(value:String):void
Constructor detail
SVGAssetLibraryGroupTile()constructor
public function SVGAssetLibraryGroupTile()
Method detail
dragstartHandler()method
protected function dragstartHandler(event:MouseEvent):voidParameters
event:MouseEvent
getDragImage()method 
protected function getDragImage():SVGListItemRenderer

Returns
SVGListItemRenderer
libraryStylesChanged()method 
public function libraryStylesChanged(event:SVGAssetLibraryEvent):void

Changes the style of the SVGAssetLibraryGroupButton.

Parameters
event:SVGAssetLibraryEvent — An SVGAssetLibraryEvent.
mouseDownHandler()method 
protected override function mouseDownHandler(event:MouseEvent):voidParameters
event:MouseEvent