Package | at.controls |
Class | public class eVESiteMapContainer |
Inheritance | eVESiteMapContainer ![]() |
Implements | mx.binding.IBindingClient |
Property | Defined by | ||
---|---|---|---|
dataProvider : Object
Sets the data provider for the site map.
| eVESiteMapContainer | ||
itemDetailImageAttributeName : String = "preCallThumbnailFilename"
The attribute to reference for the detail thumbnail preview.
| eVESiteMapContainer | ||
itemSectionTitleAttribute : String = "title"
The attribute to reference for section lists.
| eVESiteMapContainer | ||
itemSlideTitleAttribute : String = "title"
The attribute to reference for slide lists.
| eVESiteMapContainer |
Property | Defined by | ||
---|---|---|---|
_47446172_sectionList : ArrayCollection | eVESiteMapContainer |
Method | Defined by | ||
---|---|---|---|
setSelectedIndex(column:int, row:int):void
Sets the selected index for the slide component
| eVESiteMapContainer | ||
setSlideByID(slideID:String):void
Sets the selected index by slide ID provided.
| eVESiteMapContainer |
Event | Summary | Defined by | ||
---|---|---|---|---|
eVESiteMapContainer |
Constant | Defined by | ||
---|---|---|---|
LAYOUT_CAROUSEL : int = 0 [static]
| eVESiteMapContainer | ||
LAYOUT_STACK : int = 1 [static]
| eVESiteMapContainer | ||
LAYOUT_TIGHT : int = 2 [static]
| eVESiteMapContainer |
_47446172_sectionList | property |
protected var _47446172_sectionList:ArrayCollection
dataProvider | property |
dataProvider:Object
[read-write]Sets the data provider for the site map. Currently expects eVE presentation XML.
Implementation public function get dataProvider():Object
public function set dataProvider(value:Object):void
itemDetailImageAttributeName | property |
public var itemDetailImageAttributeName:String = "preCallThumbnailFilename"
The attribute to reference for the detail thumbnail preview.
The default value is "preCallThumbnailFilename"
.
itemSectionTitleAttribute | property |
public var itemSectionTitleAttribute:String = "title"
The attribute to reference for section lists.
The default value is "title"
.
itemSlideTitleAttribute | property |
public var itemSlideTitleAttribute:String = "title"
The attribute to reference for slide lists.
The default value is "title"
.
setSelectedIndex | () | method |
public function setSelectedIndex(column:int, row:int):void
Sets the selected index for the slide component
Parameterscolumn:int |
|
row:int |
setSlideByID | () | method |
public function setSlideByID(slideID:String):void
Sets the selected index by slide ID provided.
ParametersslideID:String — The ID of the slide
|
itemClick | event |
LAYOUT_CAROUSEL | constant |
public static const LAYOUT_CAROUSEL:int = 0
LAYOUT_STACK | constant |
public static const LAYOUT_STACK:int = 1
LAYOUT_TIGHT | constant |
public static const LAYOUT_TIGHT:int = 2