Uses of Class
com.vaadin.flow.server.InitialPageSettings.WrapMode
-
Packages that use InitialPageSettings.WrapMode Package Description com.vaadin.flow.server -
-
Uses of InitialPageSettings.WrapMode in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return InitialPageSettings.WrapMode Modifier and Type Method Description static InitialPageSettings.WrapModeInitialPageSettings.WrapMode. valueOf(String name)Returns the enum constant of this type with the specified name.static InitialPageSettings.WrapMode[]InitialPageSettings.WrapMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.server with parameters of type InitialPageSettings.WrapMode Modifier and Type Method Description voidInitialPageSettings. addInlineFromFile(InitialPageSettings.Position position, String file, InitialPageSettings.WrapMode type)Deprecated.Inline contents from classpath file to head of initial page.voidInitialPageSettings. addInlineFromFile(String file, InitialPageSettings.WrapMode type)Deprecated.Inline contents from classpath file to append to head of initial page.voidInitialPageSettings. addInlineWithContents(InitialPageSettings.Position position, String contents, InitialPageSettings.WrapMode type)Deprecated.Add content to head of initial page.voidInitialPageSettings. addInlineWithContents(String contents, InitialPageSettings.WrapMode type)Deprecated.Add content to append to head of initial page.
-