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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

RegistrationaddClickListener(ClickListener listener)
Adds the button click listener.
RegistrationaddListener(Component.Listener listener)
voidaddStyleName(String style)
voidclick()
Simulates a button click, notifying all server-side listeners.
booleanequals(Object obj)
StringgetCaption()
voidremoveStyleName(String style)
voidsetCaption(String caption)
voidsetDescription(String description)
Sets the component's description.
voidsetEnabled(boolean enabled)
voidsetHeight(String height)
voidsetHtmlContentAllowed(boolean htmlContentAllowed)
Set whether the caption text is rendered as HTML or not.
voidsetIcon(Resource icon)
Sets the component's icon.
voidsetStyleName(String style)
voidsetWidth(String width)
voidsetWidth(float width, Unit unit)