datatable-autocomplete
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.wicketstuff</groupId> <artifactId>datatable-autocomplete</artifactId> <version>1.4.21</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>datatable-autocomplete-parent</artifactId> <groupId>org.wicketstuff</groupId> <version>1.4.21</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>datatable-autocomplete</artifactId> <name>Datatable Autocomplete</name> <packaging>jar</packaging> <description> The Datatable autocomplete project provides a Trie datastructure that allows AJAX searches on large datasets fast. It is not memory efficient but it is fast especially to know how many results a given prefix matches. Provides a Datatable component when tied to a textfield will show the matched objects in a table format. </description> <inceptionYear>2009</inceptionYear> <developers> <developer> <id>mocleiri</id> <name>Michael O'Cleirigh</name> </developer> </developers> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments> </comments> </license> </licenses> <dependencies> <dependency> <groupId>org.wicketstuff</groupId> <artifactId>datatable-autocomplete-common</artifactId> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-extensions</artifactId> </dependency> </dependencies> </project>