@Dependent public class NameAndDataTypePopoverImpl extends Object implements NameAndDataTypePopoverView.Presenter
| Constructor and Description |
|---|
NameAndDataTypePopoverImpl() |
NameAndDataTypePopoverImpl(NameAndDataTypePopoverView view) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(HasNameAndTypeRef bound,
int uiRowIndex,
int uiColumnIndex) |
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
hide() |
void |
onDataTypePageNavTabActiveEvent(DataTypePageTabActiveEvent event) |
void |
setName(String name) |
void |
setOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback) |
void |
setTypeRef(QName typeRef) |
void |
show(Optional<String> editorTitle) |
public NameAndDataTypePopoverImpl()
@Inject public NameAndDataTypePopoverImpl(NameAndDataTypePopoverView view)
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElementpublic void bind(HasNameAndTypeRef bound, int uiRowIndex, int uiColumnIndex)
bind in interface HasCellEditorControls.Editor<HasNameAndTypeRef>public void setName(String name)
setName in interface NameAndDataTypePopoverView.Presenterpublic void setTypeRef(QName typeRef)
setTypeRef in interface NameAndDataTypePopoverView.Presenterpublic void show(Optional<String> editorTitle)
show in interface PopupEditorControlspublic void hide()
hide in interface PopupEditorControlspublic void setOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback)
setOnClosedByKeyboardCallback in interface CanBeClosedByKeyboardpublic void onDataTypePageNavTabActiveEvent(@Observes
DataTypePageTabActiveEvent event)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.