| Package | Description |
|---|---|
| org.dominokit.domino.ui.datatable.plugins | |
| org.dominokit.domino.ui.forms |
| Modifier and Type | Method and Description |
|---|---|
CheckBox |
SelectionPlugin.CheckBoxCreator.get(Optional<TableRow<T>> row) |
| Modifier and Type | Method and Description |
|---|---|
CheckBox |
CheckBox.addChangeHandler(HasChangeHandlers.ChangeHandler<? super Boolean> changeHandler) |
CheckBox |
CheckBox.check()
Change the component to its checked state
|
CheckBox |
CheckBox.check(boolean silent)
Change the component to its checked state without triggering change handlers
|
static CheckBox |
CheckBox.create()
Creates a CheckBox without a label
|
static CheckBox |
CheckBox.create(DominoElement<elemental2.dom.HTMLAnchorElement> link)
Creates a CheckBox with a clickable link as a label
|
static CheckBox |
CheckBox.create(elemental2.dom.HTMLAnchorElement link)
Creates a CheckBox with a clickable link as a label
|
static CheckBox |
CheckBox.create(org.jboss.elemento.IsElement<elemental2.dom.HTMLAnchorElement> link)
Creates a CheckBox with a clickable link as a label
|
static CheckBox |
CheckBox.create(String label)
Creates a checkbox with a label
|
CheckBox |
CheckBox.filledIn()
The CheckBox will be filled with its color instead of a white background
|
CheckBox |
CheckBox.filledOut()
The CheckBox will be filled with a white background, this is the default
|
CheckBox |
CheckBox.removeChangeHandler(HasChangeHandlers.ChangeHandler<? super Boolean> changeHandler) |
CheckBox |
CheckBox.setCheckedReadonlyLabel(String checkedReadonlyLabel) |
CheckBox |
CheckBox.setColor(Color color)
This color will be used for the check mark in the CheckBox or the background for a
filledIn() CheckBox |
CheckBox |
CheckBox.setLabel(String label) |
CheckBox |
CheckBox.setReadOnly(boolean readOnly)
This should render the checkbox as a label based on
setCheckedReadonlyLabel(String)
and setUnCheckedReadonlyLabel(String) |
CheckBox |
CheckBox.setUnCheckedReadonlyLabel(String unCheckedReadonlyLabel) |
CheckBox |
CheckBox.toggle()
Toggle the current state of the CheckBox, if it is checked it will be unchecked, and if it is
unchecked it will be checked
|
CheckBox |
CheckBox.uncheck()
Change the component to its unchecked state
|
CheckBox |
CheckBox.uncheck(boolean silent)
Change the component to its unchecked state without triggering change handlers
|
CheckBox |
CheckBox.value(Boolean value)
set the filed value
|
Copyright © 2019–2022 Dominokit. All rights reserved.