Package | at.containers |
Class | public class SiteMapBase |
Inheritance | SiteMapBase ![]() |
Property | Defined by | ||
---|---|---|---|
debugMode : Boolean = false
Outputs useful information for debugging this component for developers when
true . | SiteMapBase | ||
getBrandSlideData : GetBrandSlideDataXML
Instantiates the
GetBrandSlideDataXML class. | SiteMapBase | ||
getIndication : GetIndicationXML
Instantiates the
GetIndicationXML class. | SiteMapBase | ||
getIndicationSlideData : GetIndicationSlideDataXML
Instantiates the
GetIndicationSlideDataXML class. | SiteMapBase | ||
getSectionSlideData : GetSectionSlideDataXML
Instantiates the
GetSectionSlideDataXML class. | SiteMapBase |
Method | Defined by | ||
---|---|---|---|
Constructor.
| SiteMapBase | ||
getBrandSlides(brandID:int):XMLList
Method for retrieving consolidated section and slide data from the application database.
| SiteMapBase | ||
getIndications(brandID:int):XMLList
Method for retrieving indication data from the application database.
| SiteMapBase |
Method | Defined by | ||
---|---|---|---|
onListItemClick(e:ItemClickEvent):void
Method for processing of a list item click from the site map control based on applied listeners.
| SiteMapBase |
debugMode | property |
public var debugMode:Boolean = false
Outputs useful information for debugging this component for developers when true
.
The output is typically in the form of trace statements and Alert
s.
The default value is false
.
getBrandSlideData | property |
public var getBrandSlideData:GetBrandSlideDataXML
Instantiates the GetBrandSlideDataXML
class.
See also
getIndication | property |
getIndicationSlideData | property |
public var getIndicationSlideData:GetIndicationSlideDataXML
Instantiates the GetIndicationSlideDataXML
class.
See also
getSectionSlideData | property |
public var getSectionSlideData:GetSectionSlideDataXML
Instantiates the GetSectionSlideDataXML
class.
See also
SiteMapBase | () | constructor |
public function SiteMapBase()
Constructor.
getBrandSlides | () | method |
public function getBrandSlides(brandID:int):XMLList
Method for retrieving consolidated section and slide data from the application database.
ParametersbrandID:int — The brand ID
|
XMLList |
getIndications | () | method |
public function getIndications(brandID:int):XMLList
Method for retrieving indication data from the application database.
ParametersbrandID:int |
XMLList |
onListItemClick | () | method |
protected function onListItemClick(e:ItemClickEvent):void
Method for processing of a list item click from the site map control based on applied listeners.
Parameterse:ItemClickEvent — The ItemClickEvent
|