Class ClickableSafeHtmlCell

  • All Implemented Interfaces:
    com.google.gwt.cell.client.Cell<com.google.gwt.safehtml.shared.SafeHtml>

    public class ClickableSafeHtmlCell
    extends com.google.gwt.cell.client.AbstractCell<com.google.gwt.safehtml.shared.SafeHtml>
    Author:
    Rowell Belen
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.google.gwt.cell.client.Cell

        com.google.gwt.cell.client.Cell.Context
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class com.google.gwt.cell.client.AbstractCell

        dependsOnSelection, getConsumedEvents, handlesSelection, isEditing, resetFocus, setValue
    • Constructor Detail

      • ClickableSafeHtmlCell

        public ClickableSafeHtmlCell()
    • Method Detail

      • onBrowserEvent

        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)
        Specified by:
        onBrowserEvent in interface com.google.gwt.cell.client.Cell<com.google.gwt.safehtml.shared.SafeHtml>
        Overrides:
        onBrowserEvent in class com.google.gwt.cell.client.AbstractCell<com.google.gwt.safehtml.shared.SafeHtml>
      • onEnterKeyDown

        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)
        Overrides:
        onEnterKeyDown in class com.google.gwt.cell.client.AbstractCell<com.google.gwt.safehtml.shared.SafeHtml>
      • render

        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)
        Specified by:
        render in interface com.google.gwt.cell.client.Cell<com.google.gwt.safehtml.shared.SafeHtml>
        Specified by:
        render in class com.google.gwt.cell.client.AbstractCell<com.google.gwt.safehtml.shared.SafeHtml>