org.gcube.portlets.admin.forwardindexportlet.gwt.client
Class FWIndexManagementPortletG

java.lang.Object
  extended by org.gcube.portlets.admin.forwardindexportlet.gwt.client.FWIndexManagementPortletG
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint, com.google.gwt.user.client.ui.TreeListener, com.google.gwt.user.client.WindowResizeListener, EventListener

public class FWIndexManagementPortletG
extends Object
implements com.google.gwt.core.client.EntryPoint, com.google.gwt.user.client.WindowResizeListener, com.google.gwt.user.client.ui.TreeListener

Entry point class for the FullTextIndexPortlet application.


Field Summary
static ManagementServiceAsync mgmtService
          An GWT RPC interface to the ManagementService
 
Constructor Summary
FWIndexManagementPortletG()
           
 
Method Summary
 void onModuleLoad()
          
 void onTreeItemSelected(com.google.gwt.user.client.ui.TreeItem item)
          
 void onTreeItemStateChanged(com.google.gwt.user.client.ui.TreeItem item)
          
 void onWindowResized(int width, int height)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mgmtService

public static ManagementServiceAsync mgmtService
An GWT RPC interface to the ManagementService

Constructor Detail

FWIndexManagementPortletG

public FWIndexManagementPortletG()
Method Detail

onModuleLoad

public void onModuleLoad()

Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

onWindowResized

public void onWindowResized(int width,
                            int height)

Specified by:
onWindowResized in interface com.google.gwt.user.client.WindowResizeListener

onTreeItemSelected

public void onTreeItemSelected(com.google.gwt.user.client.ui.TreeItem item)

Specified by:
onTreeItemSelected in interface com.google.gwt.user.client.ui.TreeListener

onTreeItemStateChanged

public void onTreeItemStateChanged(com.google.gwt.user.client.ui.TreeItem item)

Specified by:
onTreeItemStateChanged in interface com.google.gwt.user.client.ui.TreeListener


Copyright © 2013. All Rights Reserved.