html - vertical centering in gwt -


how vertical centering in gwt using vertical panel.. or pls sugest me there way doing vertical cetering

if want directly use verticalpanel code, need use setverticalalignment(hasverticalalignment.align_middle)

you can use uibinder approach

<g:verticalpanel verticalalignment='align_middle' horizontalalignment='align_center' width="100%" height="500px">   <g:cell></g:cell> </g:verticalpanel> 

take devguideuipanels examples , documentation


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -