Package | at.db |
Class | public class GetSectionColor |
Property | Defined by | ||
---|---|---|---|
sectionColorValue : String
Holds the
sectionColor value returned from querying the application database. | GetSectionColor | ||
sectionID : int
Holds the
sectionID value used to query the application database for the color setting. | GetSectionColor |
Method | Defined by | ||
---|---|---|---|
GetSectionColor(sectionID:int)
Constructor.
| GetSectionColor |
Method | Defined by | ||
---|---|---|---|
init():void
Init.
| GetSectionColor | ||
onDBStatementSelectResult(event:SQLEvent):void
Forms the records from the application database that comprise the brand data retrieved
into XML.
| GetSectionColor | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| GetSectionColor | ||
onEveDBOpened(event:SQLEvent):void
Retrieves the color setting for a section from the application database based on
the variable
sectionID . | GetSectionColor |
sectionColorValue | property |
public var sectionColorValue:String
Holds the sectionColor
value returned from querying the application database.
sectionID | property |
public var sectionID:int
Holds the sectionID
value used to query the application database for the color setting.
GetSectionColor | () | constructor |
public function GetSectionColor(sectionID:int)
Constructor.
ParameterssectionID:int |
init | () | method |
protected function init():void
Init. Establishes connection to the application database.
onDBStatementSelectResult | () | method |
protected function onDBStatementSelectResult(event:SQLEvent):void
Forms the records from the application database that comprise the brand data retrieved into XML.
Parametersevent:SQLEvent — SQLEvent
|
onEveDBError | () | method |
protected function onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
Parametersevent:SQLEvent — SQLEvent
|
onEveDBOpened | () | method |
protected function onEveDBOpened(event:SQLEvent):void
Retrieves the color setting for a section from the application database based on
the variable sectionID
.
event:SQLEvent — SQLEvent
|