Java com.vaadin.ui Alignment fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.ui Alignment fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Field

AlignmentTOP_RIGHT
AlignmentTOP_LEFT
AlignmentTOP_CENTER
AlignmentMIDDLE_RIGHT
AlignmentMIDDLE_LEFT
AlignmentMIDDLE_CENTER
AlignmentBOTTOM_RIGHT
AlignmentBOTTOM_LEFT
AlignmentBOTTOM_CENTER

Constructor

Method

intgetBitMask()
Returns a bitmask representation of the alignment value.
booleanisCenter()
Checks if component is aligned center (horizontally) of the available space.
booleanisLeft()
Checks if component is aligned to the left of the available space.
booleanisTop()
Checks if component is aligned to the top of the available space.