Class CheckboxCell

java.lang.Object
All Implemented Interfaces:
Cell<Boolean>

public class CheckboxCell extends AbstractEditableCell<Boolean,Boolean>
A Cell used to render a checkbox. The value of the checkbox may be toggled using the ENTER key as well as via mouse click.