Skip navigation links
A C G I S 

A

addChangeListener(ComponentEventListener<GeneratedVaadinCheckbox.ChangeEvent<R>>) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
Adds a listener for change events fired by the webcomponent.
addCheckedChangeListener(ComponentEventListener<GeneratedVaadinCheckbox.CheckedChangeEvent<R>>) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
Adds a listener for checked-changed events fired by the webcomponent.
addIndeterminateChangeListener(ComponentEventListener<GeneratedVaadinCheckbox.IndeterminateChangeEvent<R>>) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
Adds a listener for indeterminate-changed events fired by the webcomponent.

C

ChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.ChangeEvent
 
Checkbox - Class in com.vaadin.flow.component.checkbox
Server-side component for the vaadin-checkbox element.
Checkbox() - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
Default constructor.
Checkbox(String) - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
Constructs a checkbox with the initial label text.
Checkbox(boolean) - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
Constructs a checkbox with the initial value.
Checkbox(String, boolean) - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
Constructs a checkbox with the initial value.
Checkbox(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Checkbox, Boolean>>) - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
Constructs a checkbox with the initial label text and value change listener.
CheckedChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.CheckedChangeEvent
 
com.vaadin.flow.component.checkbox - package com.vaadin.flow.component.checkbox
 

G

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) - 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
 
getLabel() - Method in class com.vaadin.flow.component.checkbox.Checkbox
Get the current label text.
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.

I

IndeterminateChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.IndeterminateChangeEvent
 
isAutofocus() - Method in class com.vaadin.flow.component.checkbox.Checkbox
Get the state for the auto-focus property of the checkbox.
isAutofocusBoolean() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
Description copied from corresponding location in WebComponent:
isDisabledBoolean() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
Description copied from corresponding location in WebComponent:
isIndeterminate() - Method in class com.vaadin.flow.component.checkbox.Checkbox
Get the indeterminate state of the checkbox.
isIndeterminate() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.IndeterminateChangeEvent
 
isIndeterminateBoolean() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
Description copied from corresponding location in WebComponent:

S

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:
setDisabled(boolean) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
Description copied from corresponding location in WebComponent:
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:
setLabel(String) - Method in class com.vaadin.flow.component.checkbox.Checkbox
Set the current label text of this checkbox.
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
 
A C G I S 
Skip navigation links

Copyright © 2018. All rights reserved.