Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / admin / client / ui / UserClassListPanel.ui.xml @ 623:66f69a7348ed

History | View | Annotate | Download (911 Bytes)

1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
3
        xmlns:g="urn:import:com.google.gwt.user.client.ui">
4
        <ui:style>
5
                /* Add CSS here. See the GWT docs on UI Binder for more details */
6
                .important {
7
                        font-weight: bold;
8
                }
9
        </ui:style>
10
        <g:VerticalPanel addStyleNames="Gmnuri3D" width="100%">
11
                <g:HTMLPanel>
12
                        <div>
13
                                <h3>User Classes</h3>
14
                        </div>
15
                </g:HTMLPanel>
16
                <g:HorizontalPanel>
17
                        <g:FlexTable ui:field="userClassList"></g:FlexTable>
18
                </g:HorizontalPanel>
19
                <g:HTMLPanel>
20
                        <div>
21
                                <h3>User Class</h3>
22
                        </div>
23
                </g:HTMLPanel>
24
                <g:HorizontalPanel>
25
                                <g:FlexTable ui:field="userClassEdit"></g:FlexTable>
26
                </g:HorizontalPanel>
27
                <g:HorizontalPanel>
28
                                <g:Button ui:field="newButton">New</g:Button> <g:Button ui:field="saveButton">Save</g:Button>  
29
                </g:HorizontalPanel>
30
                
31
        </g:VerticalPanel>
32
</ui:UiBinder>