Package | Description |
---|---|
com.vaadin.flow.component.page | |
com.vaadin.flow.server |
Modifier and Type | Method and Description |
---|---|
static Inline.Position |
Inline.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Inline.Position[] |
Inline.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AppShellSettings.addFavIcon(Inline.Position position,
String rel,
String href,
String sizes)
Append a fav icon link to initial page head.
|
void |
AppShellSettings.addInlineFromFile(Inline.Position position,
String file,
Inline.Wrapping type)
Inline contents from classpath file to head of initial page.
|
void |
AppShellSettings.addInlineFromFile(TargetElement target,
Inline.Position position,
String file,
Inline.Wrapping type)
Inline contents from classpath file to head of initial page.
|
void |
AppShellSettings.addInlineWithContents(Inline.Position position,
String contents,
Inline.Wrapping type)
Add content to head of initial page.
|
void |
AppShellSettings.addInlineWithContents(TargetElement target,
Inline.Position position,
String contents,
Inline.Wrapping type)
Add content to the specified target of initial page.
|
void |
AppShellSettings.addLink(Inline.Position position,
String href)
Add a link to initial page head.
|
void |
AppShellSettings.addLink(Inline.Position position,
String href,
Map<String,String> attributes)
Add a link to initial page head.
|
void |
AppShellSettings.addLink(Inline.Position position,
String rel,
String href)
Add a link to initial page head.
|
void |
AppShellSettings.addMetaTag(Inline.Position position,
String name,
String content)
Add a meta tag to initial page head.
|
List<elemental.json.JsonObject> |
InlineTargets.getInlineBody(Inline.Position position)
Get the list of inline objects to add to body.
|
List<elemental.json.JsonObject> |
InlineTargets.getInlineHead(Inline.Position position)
Get the list of inline objects to add to head.
|
Copyright © 2020. All rights reserved.