Example usage for Java com.vaadin.ui Label fields, constructors, methods, implement or subclass
The text is from its open source code.
Label(String text) Creates a new instance with text content mode and the given text. | |
Label() Creates an empty Label. | |
Label(String text, ContentMode contentMode) Creates a new instance with the given text and content mode. |