| Package | Description |
|---|---|
| com.vaadin.flow.component.html |
| Modifier and Type | Method and Description |
|---|---|
static IFrame.ImportanceType |
IFrame.ImportanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IFrame.ImportanceType[] |
IFrame.ImportanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<IFrame.ImportanceType> |
IFrame.getImportance()
Gets the importance attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IFrame.setImportance(IFrame.ImportanceType importance)
Sets the importance attribute to the specified
IFrame.ImportanceType
value. |
Copyright © 2025. All rights reserved.