Package | Description |
---|---|
org.vaadin.tokenfield |
Modifier and Type | Field and Description |
---|---|
protected TokenField.InsertPosition |
TokenField.insertPosition
Current insert position
|
protected TokenField.InsertPosition |
TokenComboBox.insertPosition |
Modifier and Type | Method and Description |
---|---|
TokenField.InsertPosition |
TokenField.getTokenInsertPosition()
Gets the current token
TokenField.InsertPosition .The token buttons are be placed at this position, relative to the input box. |
static TokenField.InsertPosition |
TokenField.InsertPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenField.InsertPosition[] |
TokenField.InsertPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TokenField.setTokenInsertPosition(TokenField.InsertPosition insertPosition)
Sets the token
TokenField.InsertPosition .The token buttons will be placed at this position, relative to the input box. |
void |
TokenComboBox.setTokenInsertPosition(TokenField.InsertPosition insertPosition) |
Constructor and Description |
---|
TokenComboBox(TokenField.InsertPosition insertPosition) |
TokenField(com.vaadin.ui.Layout lo,
TokenField.InsertPosition insertPosition)
Create a new TokenField with the given layout, and the specified token
insert position.
|
TokenField(String caption,
com.vaadin.ui.Layout lo,
TokenField.InsertPosition insertPosition)
Create a new TokenField with a caption, a given layout, and the specified
token insert position.
|
TokenField(String caption,
TokenField.InsertPosition insertPosition)
Create a new TokenField with a caption and a
TokenField.InsertPosition . |
Copyright © 2020 Magnolia International Ltd.. All rights reserved.