notifications/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/CategoryWrapper.ui.xml

28 lines
944 B
XML

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:w="urn:import:org.gcube.portlets.widgets.switchbutton.client"
xmlns:e="urn:import:org.gcube.portlets.user.gcubewidgets.client.elements"
xmlns:b="urn:import:com.github.gwtbootstrap.client.ui" xmlns:g="urn:import:com.google.gwt.user.client.ui">
<g:HTMLPanel>
<div class="day-wrapper">
<e:Span styleName="day-label" ui:field="categoryLabel" />
<div class="floatingRight">
<table>
<tr>
<td>
<b:CheckBox ui:field="portalCheckbox">Portal</b:CheckBox>
</td>
<td>
<b:CheckBox ui:field="emailCheckbox">Email</b:CheckBox>
</td>
<td>
<w:SwitchButton ui:field="switchButton" styleName="paddingLeft" />
</td>
</tr>
</table>
</div>
</div>
<g:VerticalPanel ui:field="categoryPanel"></g:VerticalPanel>
</g:HTMLPanel>
</ui:UiBinder>