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, wait
getPopoverTitle
protected 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.IsElement
public void bind(B bound, int uiRowIndex, int uiColumnIndex)
bind
in interface HasCellEditorControls.Editor<B>
public void setOnClosedByKeyboardCallback(Consumer<CanBeClosedByKeyboard> callback)
setOnClosedByKeyboardCallback
in interface CanBeClosedByKeyboard
public void show()
PopupEditorControls
PopupEditorControls
.show
in interface PopupEditorControls
public void hide()
PopupEditorControls
PopupEditorControls
.hide
in interface PopupEditorControls
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.