Uses of Class
com.vaadin.client.ui.VCheckBox
-
Packages that use VCheckBox Package Description com.vaadin.client.ui com.vaadin.client.ui.checkbox -
-
Uses of VCheckBox in com.vaadin.client.ui
Methods in com.vaadin.client.ui with parameters of type VCheckBox Modifier and Type Method Description protected voidVCheckBoxGroup. setOptionEnabled(VCheckBox checkBox, elemental.json.JsonObject item)Updates the checkbox's enabled state according to the widget's enabled, read only and the item's enabled.protected voidVCheckBoxGroup. setOptionReadOnly(VCheckBox checkBox, elemental.json.JsonObject item) -
Uses of VCheckBox in com.vaadin.client.ui.checkbox
Methods in com.vaadin.client.ui.checkbox that return VCheckBox Modifier and Type Method Description VCheckBoxCheckBoxConnector. getWidget()
-