Modifier and Type | Interface and Description |
---|---|
interface |
NameAndUrlPopoverView |
static interface |
NameAndUrlPopoverView.Presenter |
Modifier and Type | Class and Description |
---|---|
class |
NameAndUriPopoverImpl |
class |
NameAndUrlPopoverViewImpl |
Modifier and Type | Method and Description |
---|---|
void |
NameAndUriPopoverImpl.setOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback) |
Modifier and Type | Interface and Description |
---|---|
interface |
HitPolicyPopoverView |
static interface |
HitPolicyPopoverView.Presenter |
Modifier and Type | Class and Description |
---|---|
class |
HitPolicyPopoverImpl |
class |
HitPolicyPopoverViewImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
KindPopoverView |
static interface |
KindPopoverView.Presenter |
Modifier and Type | Class and Description |
---|---|
class |
KindPopoverImpl |
class |
KindPopoverViewImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
ParametersPopoverView |
static interface |
ParametersPopoverView.Presenter |
Modifier and Type | Class and Description |
---|---|
class |
ParametersPopoverImpl |
class |
ParametersPopoverViewImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
UndefinedExpressionSelectorPopoverView |
static interface |
UndefinedExpressionSelectorPopoverView.Presenter |
Modifier and Type | Class and Description |
---|---|
class |
UndefinedExpressionSelectorPopoverImpl |
class |
UndefinedExpressionSelectorPopoverViewImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
ValueAndDataTypePopoverView
Definition of the _view_ to edit a domain object implementing
HasValueAndTypeRef |
static interface |
ValueAndDataTypePopoverView.Presenter
Definition of the _presenter_ to edit a domain object implementing
HasValueAndTypeRef |
Modifier and Type | Class and Description |
---|---|
class |
ValueAndDataTypePopoverImpl |
class |
ValueAndDataTypePopoverViewImpl |
Modifier and Type | Method and Description |
---|---|
void |
ValueAndDataTypePopoverImpl.setOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback) |
void |
CanBeClosedByKeyboard.setOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback) |
Modifier and Type | Interface and Description |
---|---|
static interface |
HasCellEditorControls.Editor<T> |
interface |
PopupEditorControls |
Modifier and Type | Interface and Description |
---|---|
interface |
ListSelectorView |
static interface |
ListSelectorView.Presenter |
Modifier and Type | Class and Description |
---|---|
class |
ListSelector |
class |
ListSelectorViewImpl |
Modifier and Type | Method and Description |
---|---|
void |
ListSelectorViewImpl.setOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback) |
Modifier and Type | Interface and Description |
---|---|
interface |
PopoverView |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPopoverImpl<V extends PopoverView,B> |
class |
AbstractPopoverViewImpl |
Modifier and Type | Field and Description |
---|---|
protected Optional<Consumer<CanBeClosedByKeyboard>> |
AbstractPopoverViewImpl.closedByKeyboardCallback |
Modifier and Type | Method and Description |
---|---|
Optional<Consumer<CanBeClosedByKeyboard>> |
AbstractPopoverViewImpl.getClosedByKeyboardCallback() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPopoverViewImpl.setOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback) |
void |
AbstractPopoverImpl.setOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.