Example usage for Java com.vaadin.event Action fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |
String | getCaption() Returns the action's caption. |
Resource | getIcon() Returns the action's icon. |