org.eaglei.datatools.datamanagment.client
Class RepairPanel

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Panel
              extended by com.google.gwt.user.client.ui.ComplexPanel
                  extended by com.google.gwt.user.client.ui.FlowPanel
                      extended by org.eaglei.datatools.datamanagment.client.RepairPanel
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IndexedPanel, com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget, com.google.gwt.user.client.ui.InsertPanel, com.google.gwt.user.client.ui.InsertPanel.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, java.lang.Iterable<com.google.gwt.user.client.ui.Widget>, org.eaglei.datatools.client.rpc.ClientRepositoryToolsManager.SessionListener

public class RepairPanel
extends com.google.gwt.user.client.ui.FlowPanel
implements org.eaglei.datatools.client.rpc.ClientRepositoryToolsManager.SessionListener

Author:
"Sravan Cheriyala" Started Mar 17, 2011

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.InsertPanel
com.google.gwt.user.client.ui.InsertPanel.ForIsWidget
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
 
Field Summary
protected  com.google.gwt.user.client.ui.Button diagnoseButton
           
protected  com.google.gwt.user.client.ui.Label fixObjectLabel
           
protected  RDFObjectTextPanel fixObjectTextBox
           
protected  com.google.gwt.user.client.ui.Label fixPredicateLabel
           
protected  RDFTextPanel fixPredicateTextBox
           
protected  com.google.gwt.user.client.ui.ListBox repairByListBox
           
protected  RDFObjectTextPanel selectObjectTextBox
           
protected  RDFTextPanel selectPredicateTextBox
           
protected  RDFTextPanel selectTypeTextBox
           
protected  com.google.gwt.user.client.ui.ListBox serverListBox
           
protected  com.google.gwt.user.client.ui.Button startRepairButton
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
RepairPanel()
           
 
Method Summary
 void onLogIn(java.lang.String username, java.lang.String userUri)
           
 void onLogOut(boolean isSessionExpired)
           
 
Methods inherited from class com.google.gwt.user.client.ui.FlowPanel
add, clear, insert, insert
 
Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, remove
 
Methods inherited from class com.google.gwt.user.client.ui.Panel
add, adopt, adopt, disown, doAttachChildren, doDetachChildren, orphan, remove
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.gwt.user.client.ui.InsertPanel.ForIsWidget
add
 
Methods inherited from interface com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget
getWidgetIndex
 
Methods inherited from interface com.google.gwt.user.client.ui.IndexedPanel
getWidget, getWidgetCount, getWidgetIndex, remove
 

Field Detail

selectTypeTextBox

@UiField
protected RDFTextPanel selectTypeTextBox

selectPredicateTextBox

@UiField
protected RDFTextPanel selectPredicateTextBox

selectObjectTextBox

@UiField
protected RDFObjectTextPanel selectObjectTextBox

repairByListBox

@UiField
protected com.google.gwt.user.client.ui.ListBox repairByListBox

serverListBox

@UiField
protected com.google.gwt.user.client.ui.ListBox serverListBox

fixObjectLabel

@UiField
protected com.google.gwt.user.client.ui.Label fixObjectLabel

fixObjectTextBox

@UiField
protected RDFObjectTextPanel fixObjectTextBox

fixPredicateLabel

@UiField
protected com.google.gwt.user.client.ui.Label fixPredicateLabel

fixPredicateTextBox

@UiField
protected RDFTextPanel fixPredicateTextBox

diagnoseButton

@UiField
protected com.google.gwt.user.client.ui.Button diagnoseButton

startRepairButton

@UiField
protected com.google.gwt.user.client.ui.Button startRepairButton
Constructor Detail

RepairPanel

public RepairPanel()
Method Detail

onLogIn

public void onLogIn(java.lang.String username,
                    java.lang.String userUri)
Specified by:
onLogIn in interface org.eaglei.datatools.client.rpc.ClientRepositoryToolsManager.SessionListener

onLogOut

public void onLogOut(boolean isSessionExpired)
Specified by:
onLogOut in interface org.eaglei.datatools.client.rpc.ClientRepositoryToolsManager.SessionListener


Copyright © 2009-2011 Eagle-I. All Rights Reserved.