| Package | com.kapit.diagram.controls |
| Class | public class SVGAssetLibraryGroupButton |
| Inheritance | SVGAssetLibraryGroupButton mx.controls.PopUpButton |
| Property | Defined 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 | ||
| Property | Defined by | ||
|---|---|---|---|
| _dataprovider : Object = null | SVGAssetLibraryGroupButton | ||
| _dataproviderchanged : Boolean = false | SVGAssetLibraryGroupButton | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new SVGAssetLibraryGroupButton instance.
| SVGAssetLibraryGroupButton | ||
|
libraryStylesChanged(event:SVGAssetLibraryEvent):void
Changes the style of the SVGAssetLibraryGroupButton.
| SVGAssetLibraryGroupButton | ||
| Method | Defined by | ||
|---|---|---|---|
|
clickHandler(event:MouseEvent):void
| SVGAssetLibraryGroupButton | ||
|
commitProperties():void
Processes the properties set on the SVGAssetLibraryGroupButton component.
| SVGAssetLibraryGroupButton | ||
|
dragStartHandler(event:MouseEvent):void
| SVGAssetLibraryGroupButton | ||
| SVGAssetLibraryGroupButton | |||
|
mouseDownHandler(event:MouseEvent):void
| SVGAssetLibraryGroupButton | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| SVGAssetLibraryGroupButton | ||||
| data | property |
data:Object [write-only]The item that is currently selected.
Implementation public function set data(value:Object):void
| _dataprovider | property |
protected var _dataprovider:Object = null
| dataProvider | property |
dataProvider:Object [read-write]Set of data to be viewed.
Implementation public function get dataProvider():Object
public function set dataProvider(value:Object):void
| _dataproviderchanged | property |
protected var _dataproviderchanged:Boolean = false
| groupid | property |
groupid:String [read-write]A string representing the SVGAssetLibraryGroupButton group id.
Implementation public function get groupid():String
public function set groupid(value:String):void
| popUp | property |
popUp:IUIComponent [write-only]Implementation
public function set popUp(value:IUIComponent):void
| selectedIndex | property |
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
| SVGAssetLibraryGroupButton | () | constructor |
public function SVGAssetLibraryGroupButton()Creates a new SVGAssetLibraryGroupButton instance.
| clickHandler | () | method |
protected override function clickHandler(event:MouseEvent):voidParameters
event:MouseEvent |
| commitProperties | () | method |
protected override function commitProperties():voidProcesses the properties set on the SVGAssetLibraryGroupButton component.
| dragStartHandler | () | method |
protected function dragStartHandler(event:MouseEvent):voidParameters
event:MouseEvent |
| getDragImage | () | method |
| libraryStylesChanged | () | method |
public function libraryStylesChanged(event:SVGAssetLibraryEvent):voidChanges the style of the SVGAssetLibraryGroupButton.
Parametersevent:SVGAssetLibraryEvent — An SVGAssetLibraryEvent.
|
| mouseDownHandler | () | method |
protected override function mouseDownHandler(event:MouseEvent):voidParameters
event:MouseEvent |
| itemClick | event |