public abstract static class StyleElements.BooleanElement extends Object implements StyleElements.StyleElement
| Constructor and Description |
|---|
BooleanElement(String label) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StyleElements.StyleElementVisitor visitor) |
abstract boolean |
get() |
String |
getLabel() |
void |
onSet(Consumer<Boolean> set) |
abstract void |
set(boolean b) |
void |
update() |
public BooleanElement(String label)
public String getLabel()
public void accept(StyleElements.StyleElementVisitor visitor)
accept in interface StyleElements.StyleElementpublic void update()
update in interface StyleElements.StyleElementpublic abstract boolean get()
public abstract void set(boolean b)
Copyright © 2015–2021 Fiji. All rights reserved.