Here is some of the UiBInder:
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui">
</ui:style>
<g:HTMLPanel>
<div styleName="grid_14">
<label for="switch">Switch:</label>
<g:ListBox ui:field="switchListBox" styleName="txtbx"></
g:ListBox>
<g:Button ui:field="submit1" >Submit</g:Button>
</div>
<fieldset>
<legend>Common</legend>
<label for="clli"><span>CLLI:</span></label><g:TextBox
styleName="txtbx" ui:field='clli' name="clli" readOnly="true"/><br/>
<label for="customerName">Customer Name:</
label><g:TextBox styleName="txtbx" maxLength="15"
ui:field="customerName" name="customerName"/>
<!-- *{check addnum after losing focus to ensure it is
available}* -->
<label for="adnum">Adnum:</label><g:TextBox
styleName="txtbx numeric" ui:field="adnum" name="adnum" maxLength="4"
width="40px"/><br/>
<label for="huntSequence">Hunt Sequence:</label>
<g:ListBox styleName="txtbx" ui:field="huntseq"
name="huntSequence" visibleItemCount="1" />
<br/>
<label for="pic">PIC:</label><g:TextBox
styleName="txtbx numeric" ui:field="pic" name="pic" maxLength="4"/>
<label for="lpic">LPIC:</label><g:TextBox
styleName="txtbx numeric" ui:field="lpic" name="lpic" maxLength="4"/>
<br/>
<g:CheckBox ui:field="expanded" name="expanded"
text="Expanded Calling Service:"/>
</fieldset>
<fieldset>
<legend>Hardware</legend>
<label for="signaling">Signaling Type:</label><g:ListBox
styleName="txtbx" ui:field="signaling" name='signaling'/>
<label for="trunkFacility">Switch Facility:</
label><g:ListBox styleName="txtbx" ui:field="facility"
name='trunkFacility'/>
<br/>
<label for="nodeNumber">Node #</label><g:TextBox
ui:field="nodenumber" styleName="txtbx numeric shortInput"
maxLength="3" name='nodeNumber'/>
<label for="startTerminal">Start Terminal</
label><g:TextBox ui:field="startterminal" styleName="txtbx numeric
shortInput" maxLength="3" name='startTerminal'/>
<label for="endTerminal">End Terminal</label><g:TextBox
ui:field="endterminal" styleName="txtbx numeric shortInput"
maxLength="3" name='endTerminal'/>
</fieldset>
<g:HTML ui:field="ldPanel">
<fieldset>
<legend>Long Distance</legend>
<span class="error">#{error 'adapter.areacode'/}</span><br/
>
<label for="areaCode">Area code:</label><input type="text"
class="shortInput txtbx numeric" ui:field="areacode" maxlength="3"
name='areaCode'></input><br/>
</fieldset>
</g:HTML>
<g:HTML ui:field="localPanel">
<fieldset>
<legend>Local</legend>
<label for="btn" >BTN:</label><input type="text"
ui:field="btn" class="txtbx numeric" maxlength="10" name='btn'/>
<label for="stdprt">SDT PRT:</label><input type="text"
ui:field="stdprt" class="txtbx" readonly="readonly" name='stdPrt'/>
<label for="rateArea">Rate Area:</label><input type="text"
ui:field="ratearea" class="txtbx" readonly="readonly" name='rateArea'/
>
<br/>
<label for="deleteDigits">Delete Digits:</label><g:ListBox
ui:field='deletedigs' class="dropdownbx" name='deleteDigits'/>
</fieldset>
</g:HTML>
<g:Button ui:field="submit2">Submit</g:Button>
</g:HTMLPanel>
</ui:UiBinder>
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.