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 |
---|---|
protected List<elemental.json.JsonObject> |
InlineTargets.getInlineBody(Inline.Position position)
Get the list of inline objects to add to body.
|
protected List<elemental.json.JsonObject> |
InlineTargets.getInlineHead(Inline.Position position)
Get the list of inline objects to add to head.
|
Copyright © 2019. All rights reserved.