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

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

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -