org.gcube.portlets.admin.fulltextindexportlet.gwt.client
Class FTIndexManagementPortlet

java.lang.Object
  extended by org.gcube.portlets.admin.fulltextindexportlet.gwt.client.FTIndexManagementPortlet
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 FTIndexManagementPortlet
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
FTIndexManagementPortlet()
           
 
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

FTIndexManagementPortlet

public FTIndexManagementPortlet()
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.