| Utility class to parse an application definition |
| |
| array of map groups, parsed from ApplicationDefinition. |
| array of widget sets (each one corresponding to a map) parsed from the ApplicationDefinition. |
| A Broker object that can communicate with a MapGuide instance in the case we are running against a MapGuide server |
| An array of search definitions |
| An array of search categories |
| |
| construct a new instance of the ApplicationDefinition object. |
| start parsing the ApplicationDefinition file. |
| parse the ApplicationDefinition file into the appropriate Fusion objects |
| Create the application definition. |
| return a map widget with the given name |
| return a map widget with the given id |
| return the map widget at the given index |
| return the specified map group from the application definition |
| Holds an internal representation of MapGroup objects as defined in the AppDef |
| Holds an internal representation of Map objects as defined in the AppDef |
| Holds an internal representation of WidgetSet objects as defined in the AppDef |
| |
| keep track of live widgets created in this widgetSet |
| return the map widget for this widget set |
| create all the things required by this widgetSet, including containers and widgets. |
| return the map widget from this widget set if the map’s name matches the requested name, or null. |
| Holds an internal representation of Container objects as defined in the AppDef |
| Holds an internal representation of Widget objects as defined in the AppDef |
| |
| creates a new instance of the widget, optionally using a different name during instantiation to accomodate containers |
| Holds an internal representation of Menu Item objects as defined in the AppDef |
| Holds an internal representation of Flyout objects as defined in the AppDef |
| Holds an internal representation of Multi objects as defined in the AppDef |
| Holds an internal representation of SearchDefinition objects as defined in the AppDef |
| Holds an internal representation of SearchJoin objects as defined in the AppDef |
| Holds an internal representation of SearchRule objects as defined in the AppDef |
| Holds an internal representation of SearchCondition objects as defined in the AppDef |