BiAdf
This class handles the loading and interpretation of the Application Definition File (ADF).
This class extends
BiXmlLoader
and therefore all methods and fields available for
BiXmlLoader
are also available for
BiAdf
.
Constructor
new
BiAdf
(
)
Parameters
No parameters.
Properties
| Name | Type | get | set | Descripton |
autoNameMapping |
Boolean |
![]() |
![]() |
When this is true any XML object that has an id attribute will create a
global reference to the object created from this XML element. This property
is mapped to the xmlResourceParser as well as the resource
loader used to load the resources. |
caption |
String |
![]() |
![]() |
The desired caption for the application window |
xmlResourceParser |
|
![]() |
The BiXmlResourceParser that is being used to parse the Window section of the
ADF file |
Methods
| Name | Description |
parseXmlResources |
This is called by BiApplication
to instantiate the objects defined in the ADF file. |
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
To change the actual window title after the application window has been been created use application.getWindow().setTitle(). See BiApplicationWindow for more info.
Method Details
parseXmlResources
This is called by BiApplication
to instantiate the objects defined in the ADF file.
Syntax
object.parseXmlResources ( )
Parameters
No arguments.
Return Type
void
