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
Post a Comment