com.tensegrity.wpalo.client.ui.mvc.account
Class ConnectionEditor

java.lang.Object
  extended by com.tensegrity.wpalo.client.ui.editor.AbstractTabEditor
      extended by com.tensegrity.wpalo.client.ui.mvc.account.ConnectionEditor
All Implemented Interfaces:
IEditor

public class ConnectionEditor
extends AbstractTabEditor

ConnectionEditor TODO DOCUMENT ME

Version:
$Id: ConnectionEditor.java,v 1.21 2010/04/15 09:55:22 PhilippBouillon Exp $

Field Summary
protected  ILocalConstants constants
           
protected  ILocalMessages messages
           
 
Fields inherited from class com.tensegrity.wpalo.client.ui.editor.AbstractTabEditor
content, tabFolder, tabs, title
 
Constructor Summary
ConnectionEditor()
           
 
Method Summary
 EditorTab[] getEditorTabs()
           
 java.lang.String getId()
           
protected  int getSaveType()
           
 java.lang.String getTitle(com.tensegrity.palo.gwt.core.client.models.XObject input)
           
 void setTextCursor()
           
 
Methods inherited from class com.tensegrity.wpalo.client.ui.editor.AbstractTabEditor
beforeClose, clearNeedsUpdate, close, doSave, getInput, getPanel, getTitle, isDirty, markDirty, needsUpdate, selectFirstTab, setInput, setInputQuietly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constants

protected final transient ILocalConstants constants

messages

protected final transient ILocalMessages messages
Constructor Detail

ConnectionEditor

public ConnectionEditor()
Method Detail

getEditorTabs

public final EditorTab[] getEditorTabs()
Specified by:
getEditorTabs in class AbstractTabEditor

getId

public final java.lang.String getId()

getTitle

public final java.lang.String getTitle(com.tensegrity.palo.gwt.core.client.models.XObject input)
Specified by:
getTitle in class AbstractTabEditor

getSaveType

protected final int getSaveType()
Overrides:
getSaveType in class AbstractTabEditor

setTextCursor

public void setTextCursor()
Specified by:
setTextCursor in interface IEditor
Overrides:
setTextCursor in class AbstractTabEditor