@ApplicationScoped public class KindPopoverImpl extends AbstractPopoverImpl<KindPopoverView,HasKindSelectControl> implements KindPopoverView.Presenter
binding, view
Constructor and Description |
---|
KindPopoverImpl() |
KindPopoverImpl(KindPopoverView view,
org.jboss.errai.ui.client.local.spi.TranslationService translationService) |
Modifier and Type | Method and Description |
---|---|
String |
getPopoverTitle()
Returns the
String for the PopupEditorControls title used to to edit properties. |
void |
onFunctionKindSelected(FunctionDefinition.Kind kind) |
bind, getElement, hide, setOnClosedByKeyboardCallback, show
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bind
hide, show
setOnClosedByKeyboardCallback
public KindPopoverImpl()
@Inject public KindPopoverImpl(KindPopoverView view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
public String getPopoverTitle()
PopupEditorControls
String
for the PopupEditorControls
title used to to edit properties.getPopoverTitle
in interface PopupEditorControls
public void onFunctionKindSelected(FunctionDefinition.Kind kind)
onFunctionKindSelected
in interface KindPopoverView.Presenter
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.