- GeneratedVaadinCheckbox<R extends GeneratedVaadinCheckbox<R,T>,T> - Class in com.vaadin.flow.component.checkbox
- 
 Description copied from corresponding location in WebComponent: 
- GeneratedVaadinCheckbox(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
- 
Constructs a new GeneratedVaadinCheckbox component with the given
 arguments. 
- GeneratedVaadinCheckbox(T, T, boolean, boolean) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
- 
Constructs a new GeneratedVaadinCheckbox component with the given
 arguments. 
- GeneratedVaadinCheckbox(T, T, boolean) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
- 
Constructs a new GeneratedVaadinCheckbox component with the given
 arguments. 
- GeneratedVaadinCheckbox(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
- 
Constructs a new GeneratedVaadinCheckbox component with the given
 arguments. 
- GeneratedVaadinCheckbox() - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
- 
Default constructor. 
- GeneratedVaadinCheckbox.ChangeEvent<R extends GeneratedVaadinCheckbox<R,?>> - Class in com.vaadin.flow.component.checkbox
-  
- GeneratedVaadinCheckbox.CheckedChangeEvent<R extends GeneratedVaadinCheckbox<R,?>> - Class in com.vaadin.flow.component.checkbox
-  
- GeneratedVaadinCheckbox.IndeterminateChangeEvent<R extends GeneratedVaadinCheckbox<R,?>> - Class in com.vaadin.flow.component.checkbox
-  
- GeneratedVaadinCheckboxGroup<R extends GeneratedVaadinCheckboxGroup<R,T>,T> - Class in com.vaadin.flow.component.checkbox
- 
 Description copied from corresponding location in WebComponent: 
- GeneratedVaadinCheckboxGroup(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
- 
Constructs a new GeneratedVaadinCheckboxGroup component with the given
 arguments. 
- GeneratedVaadinCheckboxGroup(T, T, boolean) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
- 
Constructs a new GeneratedVaadinCheckboxGroup component with the given
 arguments. 
- GeneratedVaadinCheckboxGroup(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>, boolean) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
- 
Constructs a new GeneratedVaadinCheckboxGroup component with the given
 arguments. 
- GeneratedVaadinCheckboxGroup(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
- 
Constructs a new GeneratedVaadinCheckboxGroup component with the given
 arguments. 
- GeneratedVaadinCheckboxGroup() - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
- 
Default constructor. 
- GeneratedVaadinCheckboxGroup.InvalidChangeEvent<R extends GeneratedVaadinCheckboxGroup<R,?>> - Class in com.vaadin.flow.component.checkbox
-  
- getDataProvider() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- 
- getErrorMessage() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- 
Gets the current error message from the checkbox group. 
- getErrorMessageString() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
- 
 Description copied from corresponding location in WebComponent: 
- getGenericDataView() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- 
Gets the generic data view for the checkbox group. 
- getItem(int) - Method in class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupDataView
-  
- getItemEnabledProvider() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- 
Returns the item enabled predicate. 
- getItemLabelGenerator() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- 
Gets the item label generator that is used to produce the strings shown
 in the checkbox group for each item. 
- getLabel() - Method in class com.vaadin.flow.component.checkbox.Checkbox
- 
Get the current label text. 
- getLabel() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- 
Gets the label of the checkbox group. 
- getLabelString() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
- 
 Description copied from corresponding location in WebComponent: 
- getListDataView() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- 
Gets the list data view for the checkbox group. 
- getNameString() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
- 
This property is not synchronized automatically from the client side, so
 the returned value may not be the same as in client side. 
- getSelectedItems() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-  
- getSupportedDataProviderType() - Method in class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupDataView
-  
- getVariantName() - Method in enum com.vaadin.flow.component.checkbox.CheckboxGroupVariant
- 
Gets the variant name. 
- setAriaLabel(String) - Method in class com.vaadin.flow.component.checkbox.Checkbox
- 
Set the accessibility label of this checkbox. 
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.checkbox.Checkbox
- 
Set the checkbox to be input focused when the page loads. 
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
- 
 Description copied from corresponding location in WebComponent: 
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- 
- setDisabled(boolean) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
- 
 Description copied from corresponding location in WebComponent: 
- setDisabled(boolean) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
- 
 Description copied from corresponding location in WebComponent: 
- setErrorMessage(String) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-  
- setErrorMessage(String) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
- 
 Description copied from corresponding location in WebComponent: 
- setIdentifierProvider(IdentifierProvider<T>) - Method in class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupDataView
-  
- setIdentifierProvider(IdentifierProvider<T>) - Method in class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupListDataView
-  
- setIndeterminate(boolean) - Method in class com.vaadin.flow.component.checkbox.Checkbox
- 
Set the indeterminate state of the checkbox. 
- setIndeterminate(boolean) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
- 
 Description copied from corresponding location in WebComponent: 
- setInvalid(boolean) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-  
- setInvalid(boolean) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
- 
 Description copied from corresponding location in WebComponent: 
- setItemEnabledProvider(SerializablePredicate<T>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- 
Sets the item enabled predicate for this checkbox group. 
- setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- 
Sets the item label generator that is used to produce the strings shown
 in the checkbox group for each item. 
- setItems(DataProvider<T, Void>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-  
- setItems(InMemoryDataProvider<T>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-  
- setItems(ListDataProvider<T>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-  
- setItems(Stream<T>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- 
- setLabel(String) - Method in class com.vaadin.flow.component.checkbox.Checkbox
- 
Set the current label text of this checkbox. 
- setLabel(String) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-  
- setLabel(String) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
- 
 Description copied from corresponding location in WebComponent: 
- setLabelAsHtml(String) - Method in class com.vaadin.flow.component.checkbox.Checkbox
- 
Set the current label text of this checkbox with HTML formatting. 
- setName(String) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
-  
- setReadOnly(boolean) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-  
- setRequired(boolean) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-  
- setRequired(boolean) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
- 
 Description copied from corresponding location in WebComponent: 
- setValue(Set<T>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- 
Sets the value of this component.