@ApplicationScoped 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 |
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.IsElement
public void bind(HasNameAndTypeRef bound, int uiRowIndex, int uiColumnIndex)
bind
in interface HasCellEditorControls.Editor<HasNameAndTypeRef>
public void setName(String name)
setName
in interface NameAndDataTypePopoverView.Presenter
public void setTypeRef(QName typeRef)
setTypeRef
in interface NameAndDataTypePopoverView.Presenter
public void show(Optional<String> editorTitle)
show
in interface PopupEditorControls
public void hide()
hide
in interface PopupEditorControls
public void setOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback)
setOnClosedByKeyboardCallback
in interface CanBeClosedByKeyboard
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.