Java com.vaadin.server Sizeable fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.server Sizeable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.server Sizeable.

The text is from its open source code.

Implementation

com.vaadin.server.Sizeable has the following implementations.
Click this link to see all its implementation.

Field

Method

floatgetHeight()
Gets the height of the object.
UnitgetHeightUnits()
Gets the height property units.
floatgetWidth()
Gets the width of the object.
UnitgetWidthUnits()
Gets the width property units.
voidsetHeight(float height, Unit unit)
Sets the height of the object.
voidsetHeight(String height)
Sets the height of the component using String presentation.
voidsetSizeFull()
Sets the size to 100% x 100%.
voidsetSizeUndefined()
Clears any size settings.
voidsetWidth(float width, Unit unit)
Sets the width of the object.
voidsetWidth(String width)
Sets the width of the component using String presentation.