Java com.vaadin.event Action fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.event Action fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

com.vaadin.event.Action has subclasses.
Click this link to see all its subclasses.

Constructor

Action(String caption)
Constructs a new action with the given caption.
Action(String caption, Resource icon)
Constructs a new action with the given caption string and icon.

Method

StringgetCaption()
Returns the action's caption.
ResourcegetIcon()
Returns the action's icon.