Class CheckBoxImpl

All Implemented Interfaces:
AttachNotifier, Buffered, CheckBox, Component, Component.BelongToFrame, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.Wrapper, HasValueSource<Boolean>, Field<Boolean>, HasContextHelp, HasDebugId, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasValidator<Boolean>, HasValue<Boolean>, Requirable, Validatable

public class CheckBoxImpl extends AbstractField<com.vaadin.ui.CheckBox,Boolean,Boolean> implements CheckBox