| Package | com.kapit.diagram.controls |
| Class | public class GriddedButtonBar |
| Inheritance | GriddedButtonBar mx.core.UIComponent |
| Property | Defined by | ||
|---|---|---|---|
| activated : Boolean
Indicates whether the GriddedButtonBar is activated.
| GriddedButtonBar | ||
| cellmargin : Number
A number that specifies the margin between the GiddedButtonBar cells.
| GriddedButtonBar | ||
| cellsize : Number
A number that specifies the GriddedButtonBar cell size.
| GriddedButtonBar | ||
| data : Array
an array containing all the GriddedButton children of this GriddedButtonBar.
| GriddedButtonBar | ||
| icon : Class
Name of the class to be used as the default icon.
| GriddedButtonBar | ||
| Property | Defined by | ||
|---|---|---|---|
| _activated : Boolean = false | GriddedButtonBar | ||
| _buttons : Array = null | GriddedButtonBar | ||
| _cellmargin : Number = 2 | GriddedButtonBar | ||
| _cellsize : Number = 22 | GriddedButtonBar | ||
| _data : Array | GriddedButtonBar | ||
| _iconclass : Class | GriddedButtonBar | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new GriddedButtonBar instance.
| GriddedButtonBar | ||
|
clear():void
Deactivates all the GriddedButton children of this GriddedButtonBar and removes them.
| GriddedButtonBar | ||
| Method | Defined by | ||
|---|---|---|---|
|
createChildren():void
Create child objects of the component.
| GriddedButtonBar | ||
|
iconDragHandler(event:GriddedButtonEvent):void
| GriddedButtonBar | ||
|
initGrid():void
Initializes the GriddedButtonBar and adds its GriddedButton children.
| GriddedButtonBar | ||
|
measure():void
Calculates the default size of the GriddedButton.
| GriddedButtonBar | ||
| _activated | property |
protected var _activated:Boolean = false
| activated | property |
activated:Boolean [read-write]Indicates whether the GriddedButtonBar is activated.
Implementation public function get activated():Boolean
public function set activated(value:Boolean):void
| _buttons | property |
protected var _buttons:Array = null
| _cellmargin | property |
protected var _cellmargin:Number = 2
| cellmargin | property |
cellmargin:Number [read-write]A number that specifies the margin between the GiddedButtonBar cells.
Implementation public function get cellmargin():Number
public function set cellmargin(value:Number):void
| _cellsize | property |
protected var _cellsize:Number = 22
| cellsize | property |
cellsize:Number [read-write]A number that specifies the GriddedButtonBar cell size.
Implementation public function get cellsize():Number
public function set cellsize(value:Number):void
| _data | property |
protected var _data:Array
| data | property |
data:Array [read-write]an array containing all the GriddedButton children of this GriddedButtonBar.
Implementation public function get data():Array
public function set data(value:Array):void
| icon | property |
icon:Class [read-write]Name of the class to be used as the default icon.
Implementation public function get icon():Class
public function set icon(value:Class):void
| _iconclass | property |
protected var _iconclass:Class
| GriddedButtonBar | () | constructor |
public function GriddedButtonBar()Creates a new GriddedButtonBar instance.
| clear | () | method |
public function clear():voidDeactivates all the GriddedButton children of this GriddedButtonBar and removes them.
| createChildren | () | method |
protected override function createChildren():voidCreate child objects of the component.
| iconDragHandler | () | method |
protected function iconDragHandler(event:GriddedButtonEvent):voidParameters
event:GriddedButtonEvent |
| initGrid | () | method |
protected function initGrid():voidInitializes the GriddedButtonBar and adds its GriddedButton children.
| measure | () | method |
protected override function measure():voidCalculates the default size of the GriddedButton.