Interface PopupEditorControls
-
- All Superinterfaces:
CanBeClosedByKeyboard,org.jboss.errai.common.client.api.IsElement
- All Known Subinterfaces:
HasCellEditorControls.Editor<T>,HitPolicyPopoverView.Presenter,KindPopoverView.Presenter,ListSelectorView.Presenter,NameAndUrlPopoverView.Presenter,ParametersPopoverView.Presenter,UndefinedExpressionSelectorPopoverView.Presenter,ValueAndDataTypePopoverView.Presenter
- All Known Implementing Classes:
AbstractPopoverImpl,HitPolicyPopoverImpl,KindPopoverImpl,ListSelector,NameAndUriPopoverImpl,ParametersPopoverImpl,UndefinedExpressionSelectorPopoverImpl,ValueAndDataTypePopoverImpl
public interface PopupEditorControls extends org.jboss.errai.common.client.api.IsElement, CanBeClosedByKeyboard
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StringgetPopoverTitle()Returns theStringfor thePopupEditorControlstitle used to to edit properties.voidhide()Hides thePopupEditorControls.voidshow()Shows thePopupEditorControls.-
Methods inherited from interface org.kie.workbench.common.dmn.client.editors.types.CanBeClosedByKeyboard
setOnClosedByKeyboardCallback
-
-
-
-
Method Detail
-
getPopoverTitle
default String getPopoverTitle()
Returns theStringfor thePopupEditorControlstitle used to to edit properties.- Returns:
- null if no title is to be shown.
-
show
void show()
Shows thePopupEditorControls.
-
hide
void hide()
Hides thePopupEditorControls.
-
-