Java org.apache.wicket.markup.html.form CheckGroupSelector fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.markup.html.form CheckGroupSelector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.markup.html.form CheckGroupSelector.

The text is from its open source code.

Constructor

CheckGroupSelector(String id)
A Selector that will look for a CheckGroup in its parent hierarchy.
CheckGroupSelector(String id, CheckGroup group)
A Selector that will work with the given group.