Class CmsResultsTab.DeleteHandler

  • All Implemented Interfaces:
    com.google.gwt.event.dom.client.ClickHandler, com.google.gwt.event.shared.EventHandler
    Enclosing class:
    CmsResultsTab

    public class CmsResultsTab.DeleteHandler
    extends java.lang.Object
    implements com.google.gwt.event.dom.client.ClickHandler
    Click-handler for the delete button.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String m_resourcePath
      The resource path of the selected item.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DeleteHandler​(java.lang.String resourcePath)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onClick​(com.google.gwt.event.dom.client.ClickEvent event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • m_resourcePath

        protected java.lang.String m_resourcePath
        The resource path of the selected item.
    • Constructor Detail

      • DeleteHandler

        protected DeleteHandler​(java.lang.String resourcePath)
        Constructor.

        Parameters:
        resourcePath - the item resource path
    • Method Detail

      • onClick

        public void onClick​(com.google.gwt.event.dom.client.ClickEvent event)
        Specified by:
        onClick in interface com.google.gwt.event.dom.client.ClickHandler
        See Also:
        ClickHandler.onClick(com.google.gwt.event.dom.client.ClickEvent)