Constructor and Description |
---|
DynamicSelectionCell(List<String> options)
Construct a new
SelectionCell with the specified options. |
Modifier and Type | Method and Description |
---|---|
void |
addOption(String newOp) |
void |
onBrowserEvent(com.google.gwt.cell.client.Cell.Context context,
com.google.gwt.dom.client.Element parent,
String value,
com.google.gwt.dom.client.NativeEvent event,
com.google.gwt.cell.client.ValueUpdater<String> valueUpdater) |
void |
removeOption(String op) |
void |
render(com.google.gwt.cell.client.Cell.Context context,
String value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb) |
void |
setOptions(List<String> newOptions) |
finishEditing, getInputElement, isEditing, onEnterKeyDown, resetFocus
clearViewData, getViewData, setViewData
public void addOption(String newOp)
public void removeOption(String op)
public void onBrowserEvent(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.dom.client.Element parent, String value, com.google.gwt.dom.client.NativeEvent event, com.google.gwt.cell.client.ValueUpdater<String> valueUpdater)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.