- Enclosing interface:
- ActionsAwareDialogFacet<T>
public static class ActionsAwareDialogFacet.DialogAction<T>
extends Object
Immutable POJO that stores dialog action settings.
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
caption
protected final String caption
-
description
protected final String description
-
-
primary
protected final boolean primary
-
-
Constructor Details
-
DialogAction
public DialogAction(String id,
@Nullable
String caption,
@Nullable
String description,
@Nullable
String icon,
boolean primary)
-
Method Details
-
-
-
-
-
-
-
setActionHandler
INTERNAL.
Intended to set handlers via @Install
annotation.
- Parameters:
actionHandler
- action handler