GMBeans.xml
<beans> <!--Util--> <bean name="Frame" infoPath="configuration/bean/util/GMFrameBeanInfo.xml" /> <bean name="Main" infoPath="configuration/bean/main/GMMainBeanInfo.xml" /> <bean name="Browser" infoPath="configuration/bean/util/GMBrowserBeanInfo.xml" /> <bean name="Compare" infoPath="configuration/bean/util/GMCompareBeanInfo.xml" /> <bean name="Date" infoPath="configuration/bean/util/GMDateBeanInfo.xml" /> <bean name="KeyEvent" infoPath="configuration/bean/util/GMKeyEventBeanInfo.xml" /> <bean name="Logic" infoPath="configuration/bean/util/GMLogicBeanInfo.xml" /> <bean name="Math" infoPath="configuration/bean/util/GMMathBeanInfo.xml" /> <bean name="MessageBox" infoPath="configuration/bean/util/GMMessageBoxBeanInfo.xml" /> <bean name="Popup" infoPath="configuration/bean/util/GMPopupBeanInfo.xml" /> <bean name="Session" infoPath="configuration/bean/util/GMSessionBeanInfo.xml" /> <bean name="StatusBar" infoPath="configuration/bean/util/GMStatusBarBeanInfo.xml" /> <bean name="String" infoPath="configuration/bean/util/GMStringBeanInfo.xml" /> <bean name="ToolBar" infoPath="configuration/bean/util/GMToolBarBeanInfo.xml" /> <!-- Bean --> <bean name="Button" infoPath="configuration/bean/GMButtonBeanInfo.xml" /> <bean name="DynamicButtonGroup" infoPath="configuration/bean/GMDynamicButtonGroupBeanInfo.xml" /> <bean name="CheckBox" infoPath="configuration/bean/GMCheckBoxBeanInfo.xml" /> <bean name="ComboBox" infoPath="configuration/bean/GMComboBoxBeanInfo.xml" /> <bean name="ContentAssist" infoPath="configuration/bean/GMContentAssistBeanInfo.xml" /> <bean name="CurrencyField" infoPath="configuration/bean/GMCurrencyFieldBeanInfo.xml" /> <bean name="DatePicker" infoPath="configuration/bean/GMDatePickerBeanInfo.xml" /> <bean name="DynamicPart" infoPath="configuration/bean/GMDynamicPartBeanInfo.xml" /> <bean name="File" infoPath="configuration/bean/GMFileBeanInfo.xml"/> <bean name="ImageButton" infoPath="configuration/bean/GMImageButtonBeanInfo.xml" /> <bean name="Label" infoPath="configuration/bean/GMLabelBeanInfo.xml" /> <bean name="Link" infoPath="configuration/bean/GMLinkBeanInfo.xml" /> <bean name="List" infoPath="configuration/bean/GMListBeanInfo.xml" /> <bean name="MaskField" infoPath="configuration/bean/GMMaskFieldBeanInfo.xml" /> <bean name="Page" infoPath="configuration/bean/GMPageBeanInfo.xml" /> <bean name="Panel" infoPath="configuration/bean/GMPanelBeanInfo.xml" /> <bean name="PasswordField" infoPath="configuration/bean/GMPasswordFieldBeanInfo.xml" /> <bean name="RadioButton" infoPath="configuration/bean/GMRadioButtonBeanInfo.xml" /> <bean name="Report" infoPath="configuration/bean/GMReportBeanInfo.xml" /> <bean name="TabbedPane" infoPath="configuration/bean/GMTabbedPaneBeanInfo.xml" /> <bean name="Table" infoPath="configuration/bean/GMTableBeanInfo.xml" /> <bean name="TableColumn" infoPath="configuration/bean/GMTableColumnBeanInfo.xml" /> <bean name="TextArea" infoPath="configuration/bean/GMTextAreaBeanInfo.xml" /> <bean name="TextField" infoPath="configuration/bean/GMTextFieldBeanInfo.xml" /> <bean name="TimeField" infoPath="configuration/bean/GMTimeFieldBeanInfo.xml" /> <bean name="Tree" infoPath="configuration/bean/GMTreeBeanInfo.xml" /> <bean name="TreeTable" infoPath="configuration/bean/GMTreeTableBeanInfo.xml" /> <!--Adapters--> <bean name="DataFieldAdapter" infoPath="configuration/bean/adapter/GMDataFieldAdapterBeanInfo.xml" /> <bean name="CheckBoxAdapter" infoPath="configuration/bean/adapter/GMCheckBoxAdapterBeanInfo.xml" /> <bean name="ComboBoxAdapter" infoPath="configuration/bean/adapter/GMComboBoxAdapterBeanInfo.xml" /> <bean name="ContentAssistAdapter" infoPath="configuration/bean/adapter/GMContentAssistAdapterBeanInfo.xml" /> <bean name="CurrencyFieldAdapter" infoPath="configuration/bean/adapter/GMCurrencyFieldAdapterBeanInfo.xml" /> <bean name="DatePickerAdapter" infoPath="configuration/bean/adapter/GMDatePickerAdapterBeanInfo.xml" /> <bean name="TextFieldAdapter" infoPath="configuration/bean/adapter/GMTextFieldAdapterBeanInfo.xml"/> <bean name="TimeFieldAdapter" infoPath="configuration/bean/adapter/GMTimeFieldAdapterBeanInfo.xml" /> <!-- Custom Beans --> <bean name="DataField" infoPath="configuration/bean/custom/GMDataFieldBeanInfo.xml"/> <bean name="DataBlock" infoPath="configuration/bean/custom/GMDataBlockBeanInfo.xml" /> </beans>
