Uses of Class
com.vaadin.flow.component.html.IFrame.ImportanceType
-
-
Uses of IFrame.ImportanceType in com.vaadin.flow.component.html
Methods in com.vaadin.flow.component.html that return IFrame.ImportanceType Modifier and Type Method Description static IFrame.ImportanceTypeIFrame.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.Methods in com.vaadin.flow.component.html that return types with arguments of type IFrame.ImportanceType Modifier and Type Method Description Optional<IFrame.ImportanceType>IFrame. getImportance()Gets the importance attribute value.Methods in com.vaadin.flow.component.html with parameters of type IFrame.ImportanceType Modifier and Type Method Description voidIFrame. setImportance(IFrame.ImportanceType importance)Sets the importance attribute to the specifiedIFrame.ImportanceTypevalue.
-