Package | at.controls.UI |
Class | public class eVESiteMapPanel |
Inheritance | eVESiteMapPanel ![]() |
Implements | mx.binding.IBindingClient |
Property | Defined by | ||
---|---|---|---|
dataProvider : Object [write-only]
| eVESiteMapPanel | ||
itemColumnIndex : int [read-only]
| eVESiteMapPanel | ||
itemDetailImageAttributeName : String = "preCallThumbnailFilename"
The attribute to reference for the detail thumbnail.
| eVESiteMapPanel | ||
itemSlideTitleAttribute : String = "title"
The attribute to reference for slide lists
| eVESiteMapPanel | ||
panelColor : uint = 0x333333 | eVESiteMapPanel | ||
selectedIndex : int [write-only]
| eVESiteMapPanel |
Property | Defined by | ||
---|---|---|---|
_1925122000_itemCollection : ArrayCollection | eVESiteMapPanel | ||
_dataProvider : Object | eVESiteMapPanel | ||
_itemCol : int = -1 | eVESiteMapPanel | ||
_sectionID : String = "" | eVESiteMapPanel | ||
_sectionName : String = "" | eVESiteMapPanel |
Method | Defined by | ||
---|---|---|---|
resetDetailButtons(pSelectedIndex:int = -1):void
Toggles the background for the detail buttons
| eVESiteMapPanel | ||
setPanelColor(pColor:uint):void
| eVESiteMapPanel |
Method | Defined by | ||
---|---|---|---|
createChildren():void
| eVESiteMapPanel | ||
init():void
| eVESiteMapPanel | ||
onDetailClick(e:ListEvent):void
This function thows an event for the CarouselContainer to display a detail thumbnail
| eVESiteMapPanel | ||
onItemClick(e:ListEvent):void
This function handles an item being clicked in the list
| eVESiteMapPanel | ||
parseDataProvider():void
Consumes XML data provided from the parent object
| eVESiteMapPanel |
Constant | Defined by | ||
---|---|---|---|
PANEL_SHADOW : Class [static]
| eVESiteMapPanel |
_1925122000_itemCollection | property |
protected var _1925122000_itemCollection:ArrayCollection
_dataProvider | property |
protected var _dataProvider:Object
dataProvider | property |
dataProvider:Object
[write-only]Implementation
public function set dataProvider(value:Object):void
_itemCol | property |
protected var _itemCol:int = -1
itemColumnIndex | property |
itemColumnIndex:int
[read-only]Implementation
public function get itemColumnIndex():int
itemDetailImageAttributeName | property |
public var itemDetailImageAttributeName:String = "preCallThumbnailFilename"
The attribute to reference for the detail thumbnail.
The default value is "preCallThumbnailFilename"
.
itemSlideTitleAttribute | property |
public var itemSlideTitleAttribute:String = "title"
The attribute to reference for slide lists
panelColor | property |
public var panelColor:uint = 0x333333
_sectionID | property |
protected var _sectionID:String = ""
_sectionName | property |
protected var _sectionName:String = ""
selectedIndex | property |
selectedIndex:int
[write-only]Implementation
public function set selectedIndex(value:int):void
createChildren | () | method |
protected override function createChildren():void
init | () | method |
protected function init():void
onDetailClick | () | method |
protected function onDetailClick(e:ListEvent):void
This function thows an event for the CarouselContainer to display a detail thumbnail
Parameterse:ListEvent |
onItemClick | () | method |
protected function onItemClick(e:ListEvent):void
This function handles an item being clicked in the list
Parameterse:ListEvent |
parseDataProvider | () | method |
protected function parseDataProvider():void
Consumes XML data provided from the parent object
resetDetailButtons | () | method |
public function resetDetailButtons(pSelectedIndex:int = -1):void
Toggles the background for the detail buttons
ParameterspSelectedIndex:int (default = -1 )
|
setPanelColor | () | method |
public function setPanelColor(pColor:uint):void
Parameters
pColor:uint |
PANEL_SHADOW | constant |
public static const PANEL_SHADOW:Class