Package | Description |
---|---|
com.vaadin.flow.server |
Modifier and Type | Method and Description |
---|---|
static InitialPageSettings.WrapMode |
InitialPageSettings.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.
|
Modifier and Type | Method and Description |
---|---|
void |
InitialPageSettings.addInlineFromFile(InitialPageSettings.Position position,
String file,
InitialPageSettings.WrapMode type)
Deprecated.
Inline contents from classpath file to head of initial page.
|
void |
InitialPageSettings.addInlineFromFile(String file,
InitialPageSettings.WrapMode type)
Deprecated.
Inline contents from classpath file to append to head of initial page.
|
void |
InitialPageSettings.addInlineWithContents(InitialPageSettings.Position position,
String contents,
InitialPageSettings.WrapMode type)
Deprecated.
Add content to head of initial page.
|
void |
InitialPageSettings.addInlineWithContents(String contents,
InitialPageSettings.WrapMode type)
Deprecated.
Add content to append to head of initial page.
|
Copyright © 2025. All rights reserved.