Uses of Enum Class
com.vaadin.flow.component.page.Inline.Position
Packages that use Inline.Position
-
Uses of Inline.Position in com.vaadin.flow.component.page
Methods in com.vaadin.flow.component.page that return Inline.PositionModifier and TypeMethodDescriptionstatic Inline.Position
Returns the enum constant of this class with the specified name.static Inline.Position[]
Inline.Position.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Inline.Position in com.vaadin.flow.server
Methods in com.vaadin.flow.server with parameters of type Inline.PositionModifier and TypeMethodDescriptionvoid
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 rel, String href) Add a link to initial page head.void
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.