Example usage for org.apache.wicket.extensions.markup.html.repeater.data.table.filter GoAndClearFilter subclass-usage

List of usage examples for org.apache.wicket.extensions.markup.html.repeater.data.table.filter GoAndClearFilter subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.extensions.markup.html.repeater.data.table.filter GoAndClearFilter subclass-usage.

Usage

From source file com.zh.snmp.snmpweb.components.RightGoAndClearFilter.java

/**
 * Jobb oldalra rendzettt GoAndClearFilter.
 * @author golyo
 */
public class RightGoAndClearFilter extends GoAndClearFilter {
    public RightGoAndClearFilter(String id, FilterForm form) {

From source file org.wintersleep.usermgmt.wicket.base.GoAndClearAndNewFilter.java

public abstract class GoAndClearAndNewFilter extends GoAndClearFilter {

    private Button newButton;

    public GoAndClearAndNewFilter(String id, FilterForm<?> form) {
        super(id, form);