com.tensegrity.wpalo.client.ui.mvc.reports
Class TemplateEditor

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

public class TemplateEditor
extends AbstractTabEditor

GroupEditor TODO DOCUMENT ME

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

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

Constructor Detail

TemplateEditor

public TemplateEditor()
Method Detail

getEditorTabs

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

getTitle

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

getId

public java.lang.String getId()