public interface FieldStyle
| Modifier and Type | Field and Description |
|---|---|
static FieldStyle |
LINED
Fields are styles with bottom border line and greyed boxed area.
|
static FieldStyle |
ROUNDED
Fields are styles with rounded borders
|
| Modifier and Type | Method and Description |
|---|---|
default void |
apply(ValueBox valueBox)
Applies the style on an element
|
String |
getStyle() |
static final FieldStyle ROUNDED
static final FieldStyle LINED
Copyright © 2019–2022 Dominokit. All rights reserved.