Package | at.display |
Class | public class Repbag |
Inheritance | Repbag ![]() ![]() |
Repbag
is a tri-tiered menu component that extends its functionality from MultiColumnView
.
To use this control simply pass the indication database id to indicationID
and your repbag items will
be populated in the control.
See also
Property | Defined by | ||
---|---|---|---|
![]() | columnWidth : Number
Sets the
width for all columns in the MultiColumnView . | MultiColumnView | |
![]() | dataProvider : Object
The
MultiColumnView component expects tiers of data. | MultiColumnView | |
![]() | debugMode : Boolean = false
Outputs useful information for debugging this component for developers when
true . | MultiColumnView | |
indicationID : int
Gathers the repbag data for use in this control from the
Indication id supplied.
| Repbag | ||
![]() | itemRenderer : IFactory
The
itemRenderer for the component. | MultiColumnView | |
![]() | rowCount : int
Sets the number of visible rows for all columns.
| MultiColumnView | |
![]() | selectionVisible : Boolean
Determines whether or not the
selectionLayer is visible in
each of the List items. | MultiColumnView |
Method | Defined by | ||
---|---|---|---|
Repbag()
| Repbag | ||
![]() |
getLevelWidth(value:int):Number
Gets the width that the component should be based on the
index provided.
| MultiColumnView | |
![]() |
reset():void
Resets the component to one viewable column.
| MultiColumnView |
Event | Summary | Defined by | ||
---|---|---|---|---|
Dispatched when an item in any tier is clicked. | Repbag | |||
![]() | Dispatched when an item in any tier is clicked. | MultiColumnView | ||
![]() | The event is dispatched after the component has been resized. | MultiColumnView | ||
![]() | This event is dispatched before the component starts to resize itself. | MultiColumnView | ||
![]() | Dispatched repeatedly when the component changes size horizontally. | MultiColumnView |
indicationID | property |
indicationID:int
[read-write]Gathers the repbag data for use in this control from the Indication id supplied.
Implementation public function get indicationID():int
public function set indicationID(value:int):void
Repbag | () | constructor |
public function Repbag()
itemClick | event |