Packagecom.kapit.diagram.controls
Classpublic class SVGAssetLibraryGroupButton
InheritanceSVGAssetLibraryGroupButton Inheritance mx.controls.PopUpButton



Public Properties
 PropertyDefined by
  data : Object
[write-only] The item that is currently selected.
SVGAssetLibraryGroupButton
  dataProvider : Object
Set of data to be viewed.
SVGAssetLibraryGroupButton
  groupid : String
A string representing the SVGAssetLibraryGroupButton group id.
SVGAssetLibraryGroupButton
  popUp : IUIComponent
[write-only]
SVGAssetLibraryGroupButton
  selectedIndex : int
The index in the data provider of the selected item.
SVGAssetLibraryGroupButton
Protected Properties
 PropertyDefined by
  _dataprovider : Object = null
SVGAssetLibraryGroupButton
  _dataproviderchanged : Boolean = false
SVGAssetLibraryGroupButton
Public Methods
 MethodDefined by
  
Creates a new SVGAssetLibraryGroupButton instance.
SVGAssetLibraryGroupButton
  
Changes the style of the SVGAssetLibraryGroupButton.
SVGAssetLibraryGroupButton
Protected Methods
 MethodDefined by
  
clickHandler(event:MouseEvent):void
SVGAssetLibraryGroupButton
  
Processes the properties set on the SVGAssetLibraryGroupButton component.
SVGAssetLibraryGroupButton
  
dragStartHandler(event:MouseEvent):void
SVGAssetLibraryGroupButton
  
SVGAssetLibraryGroupButton
  
mouseDownHandler(event:MouseEvent):void
SVGAssetLibraryGroupButton
Events
 EventSummaryDefined by
    SVGAssetLibraryGroupButton
Property detail
dataproperty
data:Object  [write-only]

The item that is currently selected.

Implementation
    public function set data(value:Object):void
_dataproviderproperty 
protected var _dataprovider:Object = null
dataProviderproperty 
dataProvider:Object  [read-write]

Set of data to be viewed.

Implementation
    public function get dataProvider():Object
    public function set dataProvider(value:Object):void
_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
popUpproperty 
popUp:IUIComponent  [write-only]Implementation
    public function set popUp(value:IUIComponent):void
selectedIndexproperty 
selectedIndex:int  [read-write]

The index in the data provider of the selected item.

Implementation
    public function get selectedIndex():int
    public function set selectedIndex(value:int):void
Constructor detail
SVGAssetLibraryGroupButton()constructor
public function SVGAssetLibraryGroupButton()

Creates a new SVGAssetLibraryGroupButton instance.

Method detail
clickHandler()method
protected override function clickHandler(event:MouseEvent):voidParameters
event:MouseEvent
commitProperties()method 
protected override function commitProperties():void

Processes the properties set on the SVGAssetLibraryGroupButton component.

dragStartHandler()method 
protected function dragStartHandler(event:MouseEvent):voidParameters
event:MouseEvent
getDragImage()method 
protected function getDragImage():SVGMenuItemDragProxy

Returns
SVGMenuItemDragProxy
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
Event detail
itemClickevent 
Event object type: mx.events.MenuEvent