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.PositionReturns 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 TypeMethodDescriptionvoidAppShellSettings.addFavIcon(Inline.Position position, String rel, String href, String sizes) Append a fav icon link to initial page head.voidAppShellSettings.addInlineFromFile(Inline.Position position, String file, Inline.Wrapping type) Inline contents from classpath file to head of initial page.voidAppShellSettings.addInlineFromFile(TargetElement target, Inline.Position position, String file, Inline.Wrapping type) Inline contents from classpath file to head of initial page.voidAppShellSettings.addInlineWithContents(Inline.Position position, String contents, Inline.Wrapping type) Add content to head of initial page.voidAppShellSettings.addInlineWithContents(TargetElement target, Inline.Position position, String contents, Inline.Wrapping type) Add content to the specified target of initial page.voidAppShellSettings.addLink(Inline.Position position, String href) Add a link to initial page head.voidAppShellSettings.addLink(Inline.Position position, String rel, String href) Add a link to initial page head.voidAdd a link to initial page head.voidAppShellSettings.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.