Class AbstractCheckBoxModel

java.lang.Object
org.apache.wicket.extensions.model.AbstractCheckBoxModel
All Implemented Interfaces:
Serializable, IDetachable, IModel<Boolean>, IClusterable

public abstract class AbstractCheckBoxModel extends Object implements IModel<Boolean>
Model adapter that makes working with models for checkboxes easier.
Author:
Igor Vaynberg (ivaynberg)
See Also: