| Package | Description |
|---|---|
| com.vaadin.flow.component.html |
| Modifier and Type | Method and Description |
|---|---|
OrderedList.NumberingType |
OrderedList.getType() |
static OrderedList.NumberingType |
OrderedList.NumberingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderedList.NumberingType[] |
OrderedList.NumberingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrderedList.setType(OrderedList.NumberingType type) |
| Constructor and Description |
|---|
OrderedList(OrderedList.NumberingType type)
Creates a new empty ordered list with the specified
OrderedList.NumberingType. |
Copyright © 2025. All rights reserved.