How to move widgets dynamically in GWT FlowPanel? -


i'm adding widgets dynamically flowpanel in specific order (by date acuatlly), need position widget before or after one. there way in gwt? thought using gwt-dnd i'd rather give try current api if it's possible. ps: i'm using gwt2.4.

programmatically can use 1 of insert() methods of flowpanel.

alternatively can use native drag&drop or other library leverage drag&drop functionality. see here more informations.


Comments

Popular posts from this blog

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -