org.broadleafcommerce.openadmin.client
Class AbstractHtmlEditingModule

java.lang.Object
  extended by org.broadleafcommerce.openadmin.client.AbstractModule
      extended by org.broadleafcommerce.openadmin.client.AbstractHtmlEditingModule
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint, HtmlEditingModule, Module

public abstract class AbstractHtmlEditingModule
extends AbstractModule
implements HtmlEditingModule

Author:
jfischer

Field Summary
protected  java.lang.String basicHtmlEditorIFramePath
           
protected  java.lang.String htmlEditorIFramePath
           
 
Fields inherited from class org.broadleafcommerce.openadmin.client.AbstractModule
moduleKey, moduleTitle, pages
 
Constructor Summary
AbstractHtmlEditingModule()
           
 
Method Summary
 java.lang.String getBasicHtmlEditorIFramePath()
           
 java.lang.String getHtmlEditorIFramePath()
           
 void setBasicHtmlEditorIFramePath(java.lang.String basicHtmlEditorIFramePath)
           
 void setHtmlEditorIFramePath(java.lang.String htmlEditorIFramePath)
           
 
Methods inherited from class org.broadleafcommerce.openadmin.client.AbstractModule
addConstants, getModuleKey, getModuleTitle, getPages, postDraw, preDraw, registerModule, removeSection, setModuleKey, setModuleTitle, setSection, setSecurity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.broadleafcommerce.openadmin.client.Module
getModuleKey, getModuleTitle, getPages, postDraw, preDraw
 
Methods inherited from interface com.google.gwt.core.client.EntryPoint
onModuleLoad
 

Field Detail

htmlEditorIFramePath

protected java.lang.String htmlEditorIFramePath

basicHtmlEditorIFramePath

protected java.lang.String basicHtmlEditorIFramePath
Constructor Detail

AbstractHtmlEditingModule

public AbstractHtmlEditingModule()
Method Detail

getHtmlEditorIFramePath

public java.lang.String getHtmlEditorIFramePath()
Specified by:
getHtmlEditorIFramePath in interface HtmlEditingModule

setHtmlEditorIFramePath

public void setHtmlEditorIFramePath(java.lang.String htmlEditorIFramePath)
Specified by:
setHtmlEditorIFramePath in interface HtmlEditingModule

getBasicHtmlEditorIFramePath

public java.lang.String getBasicHtmlEditorIFramePath()
Specified by:
getBasicHtmlEditorIFramePath in interface HtmlEditingModule

setBasicHtmlEditorIFramePath

public void setBasicHtmlEditorIFramePath(java.lang.String basicHtmlEditorIFramePath)
Specified by:
setBasicHtmlEditorIFramePath in interface HtmlEditingModule


Copyright © 2011. All Rights Reserved.