Reporting Functionality - added HTML export
[habeas.git] / src / habeas / NoticesReportViewDialog.form
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
4 <NonVisualComponents>
5 <Container class="javax.swing.JPopupMenu" name="popMenu">
6 <Properties>
7 <Property name="label" type="java.lang.String" value="Popup"/>
8 </Properties>
9
10 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
11 <Property name="useNullLayout" type="boolean" value="true"/>
12 </Layout>
13 <SubComponents>
14 <MenuItem class="javax.swing.JMenuItem" name="menuExportCSV">
15 <Properties>
16 <Property name="mnemonic" type="int" value="67"/>
17 <Property name="text" type="java.lang.String" value="Export as CSV..."/>
18 </Properties>
19 <Events>
20 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="menuExportCSVActionPerformed"/>
21 </Events>
22 </MenuItem>
23 <MenuItem class="javax.swing.JMenuItem" name="menuExportHTML">
24 <Properties>
25 <Property name="mnemonic" type="int" value="72"/>
26 <Property name="text" type="java.lang.String" value="Export as HTML..."/>
27 </Properties>
28 <Events>
29 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="menuExportHTMLActionPerformed"/>
30 </Events>
31 </MenuItem>
32 </SubComponents>
33 </Container>
34 </NonVisualComponents>
35 <Properties>
36 <Property name="defaultCloseOperation" type="int" value="2"/>
37 <Property name="title" type="java.lang.String" value="View Report"/>
38 <Property name="locationByPlatform" type="boolean" value="true"/>
39 </Properties>
40 <SyntheticProperties>
41 <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
42 <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
43 </SyntheticProperties>
44 <AuxValues>
45 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
46 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
47 <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
48 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
49 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
50 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
51 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
52 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
53 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
54 </AuxValues>
55
56 <Layout>
57 <DimensionLayout dim="0">
58 <Group type="103" groupAlignment="0" attributes="0">
59 <Component id="jScrollPane2" pref="679" max="32767" attributes="0"/>
60 <Group type="102" attributes="0">
61 <Component id="labelReportTitle" max="32767" attributes="0"/>
62 <EmptySpace max="-2" attributes="0"/>
63 </Group>
64 <Group type="102" attributes="0">
65 <EmptySpace max="-2" attributes="0"/>
66 <Component id="checkFilterByClient" min="-2" pref="196" max="-2" attributes="0"/>
67 <EmptySpace max="-2" attributes="0"/>
68 <Component id="comboClients" max="32767" attributes="0"/>
69 <EmptySpace max="-2" attributes="0"/>
70 <Component id="buttonApply" min="-2" pref="106" max="-2" attributes="0"/>
71 </Group>
72 </Group>
73 </DimensionLayout>
74 <DimensionLayout dim="1">
75 <Group type="103" groupAlignment="0" attributes="0">
76 <Group type="102" alignment="0" attributes="0">
77 <Component id="labelReportTitle" min="-2" pref="21" max="-2" attributes="0"/>
78 <EmptySpace max="-2" attributes="0"/>
79 <Group type="103" groupAlignment="3" attributes="0">
80 <Component id="checkFilterByClient" alignment="3" min="-2" max="-2" attributes="0"/>
81 <Component id="comboClients" alignment="3" min="-2" max="-2" attributes="0"/>
82 <Component id="buttonApply" alignment="3" min="-2" max="-2" attributes="0"/>
83 </Group>
84 <EmptySpace max="-2" attributes="0"/>
85 <Component id="jScrollPane2" pref="326" max="32767" attributes="0"/>
86 </Group>
87 </Group>
88 </DimensionLayout>
89 </Layout>
90 <SubComponents>
91 <Component class="javax.swing.JLabel" name="labelReportTitle">
92 <Properties>
93 <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
94 <Font name="Noto Sans" size="15" style="1"/>
95 </Property>
96 <Property name="horizontalAlignment" type="int" value="0"/>
97 <Property name="text" type="java.lang.String" value="REPORT TITLE"/>
98 </Properties>
99 </Component>
100 <Container class="javax.swing.JScrollPane" name="jScrollPane2">
101 <AuxValues>
102 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
103 </AuxValues>
104
105 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
106 <SubComponents>
107 <Component class="javax.swing.JTable" name="tableReport">
108 <Properties>
109 <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
110 <Table columnCount="0" rowCount="0"/>
111 </Property>
112 <Property name="autoResizeMode" type="int" value="0"/>
113 <Property name="cellSelectionEnabled" type="boolean" value="true"/>
114 <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor">
115 <TableColumnModel selectionModel="0"/>
116 </Property>
117 <Property name="componentPopupMenu" type="javax.swing.JPopupMenu" editor="org.netbeans.modules.form.ComponentChooserEditor">
118 <ComponentRef name="popMenu"/>
119 </Property>
120 <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
121 <TableHeader reorderingAllowed="true" resizingAllowed="true"/>
122 </Property>
123 </Properties>
124 </Component>
125 </SubComponents>
126 </Container>
127 <Component class="javax.swing.JCheckBox" name="checkFilterByClient">
128 <Properties>
129 <Property name="text" type="java.lang.String" value="Filter by Client"/>
130 </Properties>
131 </Component>
132 <Component class="javax.swing.JComboBox" name="comboClients">
133 <Properties>
134 <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
135 <StringArray count="0"/>
136 </Property>
137 </Properties>
138 <AuxValues>
139 <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;DBItem&gt;"/>
140 </AuxValues>
141 </Component>
142 <Component class="javax.swing.JButton" name="buttonApply">
143 <Properties>
144 <Property name="mnemonic" type="int" value="97"/>
145 <Property name="text" type="java.lang.String" value="Apply"/>
146 <Property name="toolTipText" type="java.lang.String" value=""/>
147 </Properties>
148 <Events>
149 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonApplyActionPerformed"/>
150 </Events>
151 </Component>
152 </SubComponents>
153 </Form>