public class PopupBoundPatternDropDownEditCell extends org.kie.workbench.common.widgets.decoratedgrid.client.widget.cells.AbstractPopupEditCell<String,String> implements BoundFactsChangedEvent.Handler
| Constructor and Description |
|---|
PopupBoundPatternDropDownEditCell(com.google.gwt.event.shared.EventBus eventBus,
boolean isReadOnly) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
commit() |
void |
onBoundFactsChanged(BoundFactsChangedEvent event) |
void |
render(com.google.gwt.cell.client.Cell.Context context,
String value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb) |
void |
setFactBindings(List<String> factBindings)
Set content of drop-down.
|
protected void |
startEditing(com.google.gwt.cell.client.Cell.Context context,
com.google.gwt.dom.client.Element parent,
String value) |
isEditing, onBrowserEvent, onEnterKeyDownclearViewData, getViewData, setViewDatapublic PopupBoundPatternDropDownEditCell(com.google.gwt.event.shared.EventBus eventBus,
boolean isReadOnly)
public void render(com.google.gwt.cell.client.Cell.Context context,
String value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
public void onBoundFactsChanged(BoundFactsChangedEvent event)
onBoundFactsChanged in interface BoundFactsChangedEvent.Handlerpublic void setFactBindings(List<String> factBindings)
factBindings - protected void commit()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.