@Templated @ApplicationScoped public class NameAndDataTypePopoverViewImpl extends AbstractPopoverViewImpl implements NameAndDataTypePopoverView
NameAndDataTypePopoverView.PresenterjQueryPopover, popover, popoverContentElement, popoverElement| Constructor and Description |
|---|
NameAndDataTypePopoverViewImpl() |
NameAndDataTypePopoverViewImpl(org.jboss.errai.common.client.dom.Input nameEditor,
DataTypePickerWidget typeRefEditor,
org.jboss.errai.common.client.dom.Div popoverElement,
org.jboss.errai.common.client.dom.Div popoverContentElement,
org.jboss.errai.common.client.dom.Span nameLabel,
org.jboss.errai.common.client.dom.Span dataTypeLabel,
org.uberfire.client.views.pfly.widgets.JQueryProducer.JQuery<org.uberfire.client.views.pfly.widgets.Popover> jQueryPopover,
org.jboss.errai.ui.client.local.spi.TranslationService translationService) |
| Modifier and Type | Method and Description |
|---|---|
void |
hide() |
void |
init(NameAndDataTypePopoverView.Presenter presenter) |
void |
initName(String name) |
void |
initSelectedTypeRef(QName typeRef) |
void |
onDataTypePageNavTabActiveEvent(DataTypePageTabActiveEvent event) |
void |
setDMNModel(DMNModelInstrumentedBase dmnModel) |
void |
show(Optional<String> editorTitle) |
public NameAndDataTypePopoverViewImpl()
@Inject
public NameAndDataTypePopoverViewImpl(org.jboss.errai.common.client.dom.Input nameEditor,
DataTypePickerWidget typeRefEditor,
org.jboss.errai.common.client.dom.Div popoverElement,
org.jboss.errai.common.client.dom.Div popoverContentElement,
org.jboss.errai.common.client.dom.Span nameLabel,
org.jboss.errai.common.client.dom.Span dataTypeLabel,
org.uberfire.client.views.pfly.widgets.JQueryProducer.JQuery<org.uberfire.client.views.pfly.widgets.Popover> jQueryPopover,
org.jboss.errai.ui.client.local.spi.TranslationService translationService)
public void init(NameAndDataTypePopoverView.Presenter presenter)
init in interface org.uberfire.client.mvp.HasPresenter<NameAndDataTypePopoverView.Presenter>public void setDMNModel(DMNModelInstrumentedBase dmnModel)
setDMNModel in interface NameAndDataTypePopoverViewpublic void initName(String name)
initName in interface NameAndDataTypePopoverViewpublic void initSelectedTypeRef(QName typeRef)
initSelectedTypeRef in interface NameAndDataTypePopoverViewpublic void show(Optional<String> editorTitle)
show in interface PopoverViewshow in class AbstractPopoverViewImplpublic void hide()
hide in interface PopoverViewhide in class AbstractPopoverViewImplpublic void onDataTypePageNavTabActiveEvent(@Observes
DataTypePageTabActiveEvent event)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.