public class ClickableSafeHtmlCell
extends com.google.gwt.cell.client.AbstractCell<com.google.gwt.safehtml.shared.SafeHtml>
Constructor and Description |
---|
ClickableSafeHtmlCell() |
Modifier and Type | Method and Description |
---|---|
void |
onBrowserEvent(com.google.gwt.cell.client.Cell.Context context,
com.google.gwt.dom.client.Element parent,
com.google.gwt.safehtml.shared.SafeHtml value,
com.google.gwt.dom.client.NativeEvent event,
com.google.gwt.cell.client.ValueUpdater<com.google.gwt.safehtml.shared.SafeHtml> valueUpdater) |
protected void |
onEnterKeyDown(com.google.gwt.cell.client.Cell.Context context,
com.google.gwt.dom.client.Element parent,
com.google.gwt.safehtml.shared.SafeHtml value,
com.google.gwt.dom.client.NativeEvent event,
com.google.gwt.cell.client.ValueUpdater<com.google.gwt.safehtml.shared.SafeHtml> valueUpdater) |
void |
render(com.google.gwt.cell.client.Cell.Context context,
com.google.gwt.safehtml.shared.SafeHtml value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb) |
public void onBrowserEvent(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.dom.client.Element parent, com.google.gwt.safehtml.shared.SafeHtml value, com.google.gwt.dom.client.NativeEvent event, com.google.gwt.cell.client.ValueUpdater<com.google.gwt.safehtml.shared.SafeHtml> valueUpdater)
onBrowserEvent
in interface com.google.gwt.cell.client.Cell<com.google.gwt.safehtml.shared.SafeHtml>
onBrowserEvent
in class com.google.gwt.cell.client.AbstractCell<com.google.gwt.safehtml.shared.SafeHtml>
protected void onEnterKeyDown(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.dom.client.Element parent, com.google.gwt.safehtml.shared.SafeHtml value, com.google.gwt.dom.client.NativeEvent event, com.google.gwt.cell.client.ValueUpdater<com.google.gwt.safehtml.shared.SafeHtml> valueUpdater)
onEnterKeyDown
in class com.google.gwt.cell.client.AbstractCell<com.google.gwt.safehtml.shared.SafeHtml>
public void render(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.safehtml.shared.SafeHtml value, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
render
in interface com.google.gwt.cell.client.Cell<com.google.gwt.safehtml.shared.SafeHtml>
render
in class com.google.gwt.cell.client.AbstractCell<com.google.gwt.safehtml.shared.SafeHtml>
Copyright © 2021 Hitachi Vantara. All rights reserved.