public class FAction extends com.vaadin.event.Action implements FluentAction<FAction>
Action complemented by fluent setters.Action,
Serialized Formcom.vaadin.event.Action.Container, com.vaadin.event.Action.Handler, com.vaadin.event.Action.Listener, com.vaadin.event.Action.Notifier, com.vaadin.event.Action.ShortcutNotifierFluentAction.FluentContainer<THIS extends FluentAction.FluentContainer<THIS>>, FluentAction.FluentNotifier<THIS extends FluentAction.FluentNotifier<THIS>>, FluentAction.FluentShortcutNotifier<THIS extends FluentAction.FluentShortcutNotifier<THIS>>| Constructor and Description |
|---|
FAction(String caption)
Constructs a new action with the given caption.
|
FAction(String caption,
com.vaadin.server.Resource icon)
Constructs a new action with the given caption string and icon.
|
public FAction(String caption)
caption - the caption for the new action.public FAction(String caption, com.vaadin.server.Resource icon)
caption - the caption for the new action.icon - the icon for the new action.Copyright © 2017 Jean-Christophe Fortier. All rights reserved.