Package org.wicketstuff.jwicket.ui.sortable

Examples of org.wicketstuff.jwicket.ui.sortable.SortableBehavior


  }

  public SimpleSortableAccordion(final String id, final IModel<? extends List<T>> list, final int expanded) {
    super(id, list, expanded);
   
    accordion.add(sortableBehavior = new SortableBehavior());
  }
View Full Code Here


  }

  public SimpleSortableAccordion(final String id, final IModel<? extends List<T>> list, final int expanded) {
    super(id, list, expanded);
   
    accordion.add(sortableBehavior = new SortableBehavior());
  }
View Full Code Here

TOP

Related Classes of org.wicketstuff.jwicket.ui.sortable.SortableBehavior

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.