Example usage for Java com.vaadin.ui NativeButton fields, constructors, methods, implement or subclass
The text is from its open source code.
Registration | addClickListener(ClickListener listener) Adds the button click listener. |
Registration | addListener(Component.Listener listener) |
void | addStyleName(String style) |
void | click() Simulates a button click, notifying all server-side listeners. |
boolean | equals(Object obj) |
String | getCaption() |
void | removeStyleName(String style) |
void | setCaption(String caption) |
void | setDescription(String description) Sets the component's description. |
void | setEnabled(boolean enabled) |
void | setHeight(String height) |
void | setHtmlContentAllowed(boolean htmlContentAllowed) Set whether the caption text is rendered as HTML or not. |
void | setIcon(Resource icon) Sets the component's icon. |
void | setStyleName(String style) |
void | setWidth(String width) |
void | setWidth(float width, Unit unit) |