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

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

Introduction

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

The text is from its open source code.

Subclass

com.vaadin.v7.ui.Label has subclasses.
Click this link to see all its subclasses.

Constructor

Label()
Creates an empty Label.
Label(String content)
Creates a new instance of Label with text-contents.
Label(Property contentSource)
Creates a new instance of Label with text-contents read from given datasource.

Method

voidsetContentMode(ContentMode contentMode)
Sets the content mode of the Label.
voidsetStyleName(String style)