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  String basicHtmlEditorIFramePath
           
protected  String htmlEditorIFramePath
           
 
Fields inherited from class org.broadleafcommerce.openadmin.client.AbstractModule
moduleKey, moduleTitle, order, pages, sections
 
Constructor Summary
AbstractHtmlEditingModule()
           
 
Method Summary
 String getBasicHtmlEditorIFramePath()
           
 String getHtmlEditorIFramePath()
           
 void setBasicHtmlEditorIFramePath(String basicHtmlEditorIFramePath)
           
 void setHtmlEditorIFramePath(String htmlEditorIFramePath)
           
 
Methods inherited from class org.broadleafcommerce.openadmin.client.AbstractModule
addConstants, addStandardSection, getModuleKey, getModuleTitle, getOrder, getPages, getSections, onModuleLoad, postDraw, preDraw, registerModule, removeSection, setModuleKey, setModuleTitle, setOrder, setSection, setSections, 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, getOrder, getPages, postDraw, preDraw, setOrder
 

Field Detail

htmlEditorIFramePath

protected String htmlEditorIFramePath

basicHtmlEditorIFramePath

protected String basicHtmlEditorIFramePath
Constructor Detail

AbstractHtmlEditingModule

public AbstractHtmlEditingModule()
Method Detail

getHtmlEditorIFramePath

public String getHtmlEditorIFramePath()
Specified by:
getHtmlEditorIFramePath in interface HtmlEditingModule

setHtmlEditorIFramePath

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

getBasicHtmlEditorIFramePath

public String getBasicHtmlEditorIFramePath()
Specified by:
getBasicHtmlEditorIFramePath in interface HtmlEditingModule

setBasicHtmlEditorIFramePath

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


Copyright © 2013. All Rights Reserved.