Package fr.openwide.core.wicket.more.markup.html.template.js.jquery.plugins.listfilter

Examples of fr.openwide.core.wicket.more.markup.html.template.js.jquery.plugins.listfilter.ListFilterBehavior


    // List-filter
    ListFilterOptions listFilterOptions = new ListFilterOptions();
    listFilterOptions.setItemsSelector(".artifact");
    listFilterOptions.setScanSelector(".artifact-property");
   
    add(new ListFilterBehavior(listFilterOptions));
   
    // Followed artifacts
    GenericEntityCollectionView<FollowedArtifact> artifacts = new GenericEntityCollectionView<FollowedArtifact>("artifacts", artifactListModel) {
      private static final long serialVersionUID = 1L;
     
View Full Code Here

TOP

Related Classes of fr.openwide.core.wicket.more.markup.html.template.js.jquery.plugins.listfilter.ListFilterBehavior

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.