public abstract class AbstractPopoverImpl<V extends PopoverView,B> extends Object implements HasCellEditorControls.Editor<B>
| Modifier and Type | Field and Description |
|---|---|
protected Optional<B> |
binding |
protected V |
view |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPopoverImpl() |
protected |
AbstractPopoverImpl(V view) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(B bound,
int uiRowIndex,
int uiColumnIndex) |
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
hide()
Hides the
PopupEditorControls. |
void |
setOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback) |
void |
show()
Shows the
PopupEditorControls. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPopoverTitleprotected V extends PopoverView view
protected AbstractPopoverImpl()
protected AbstractPopoverImpl(V view)
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElementpublic void bind(B bound, int uiRowIndex, int uiColumnIndex)
bind in interface HasCellEditorControls.Editor<B>public void setOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback)
setOnClosedByKeyboardCallback in interface CanBeClosedByKeyboardpublic void show()
PopupEditorControlsPopupEditorControls.show in interface PopupEditorControlspublic void hide()
PopupEditorControlsPopupEditorControls.hide in interface PopupEditorControlsCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.