Package | Description |
---|---|
com.whitestein.lsps.vaadin.util |
Modifier and Type | Method and Description |
---|---|
static Hints.Size |
Hints.Size.heightOf(com.vaadin.server.Sizeable component)
Provides access to component height.
|
Hints.Size |
Hints.Size.set100Percent()
Sets the size to 100%.
|
Hints.Size |
Hints.Size.setFillParent()
Configures the component to fill its parent completely.
|
Hints.Size |
Hints.Size.setHintValue(Variant<?> newValue)
Sets the size based on a hint value.
|
Hints.Size |
Hints.Size.setWrapContent()
Configures the component to wrap its children (sets the size to -1 pixels).
|
static Hints.Size |
Hints.Size.widthOf(com.vaadin.server.Sizeable component)
Provides access to component width.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.