Class ContentEditorPresentation.Bindings
- java.lang.Object
-
- it.tidalwave.northernwind.rca.ui.contenteditor.ContentEditorPresentation.Bindings
-
- Enclosing interface:
- ContentEditorPresentation
public static class ContentEditorPresentation.Bindings extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description it.tidalwave.role.ui.UserAction
openExternalEditorAction
it.tidalwave.role.ui.UserAction
openExternalEditorBrowserAction
it.tidalwave.role.ui.BoundProperty<java.lang.String>
title
-
Constructor Summary
Constructors Constructor Description Bindings()
-
-
-
Field Detail
-
openExternalEditorBrowserAction
@Nonnull public final it.tidalwave.role.ui.UserAction openExternalEditorBrowserAction
-
openExternalEditorAction
@Nonnull public final it.tidalwave.role.ui.UserAction openExternalEditorAction
-
title
@Nonnull public final it.tidalwave.role.ui.BoundProperty<java.lang.String> title
-
-