Class CCHtmlEditor

java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControl
org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControlWithAction
org.eclnt.ccaddons.pbc.html.CCHtmlEditor
All Implemented Interfaces:
Serializable, org.eclnt.jsfserver.elements.IConfiguredByLayout, org.eclnt.jsfserver.pagebean.componentascontrol.IActionEventDelegationProvider, org.eclnt.jsfserver.pagebean.componentascontrol.IPageBeanComponentAsControl, org.eclnt.jsfserver.pagebean.componentascontrol.IPageBeanComponentAsControlImplicitlyCreateInstance, org.eclnt.jsfserver.pagebean.IPageBean, org.eclnt.jsfserver.util.valuemgmt.IDynamicContentBindingObject

public class CCHtmlEditor extends org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControlWithAction implements Serializable, org.eclnt.jsfserver.pagebean.componentascontrol.IPageBeanComponentAsControlImplicitlyCreateInstance
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControlWithAction

    org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControlWithAction.IDirectActionListener

    Nested classes/interfaces inherited from class org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControl

    org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControl.ILiteralResolver, org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControl.LitMap
  • Field Summary

    Fields inherited from class org.eclnt.jsfserver.pagebean.PageBean

    m_pageModifier
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
     
     
     
     
     
     
     
    void
    onFormatInfoAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
     
    void
    onShowAsHTMLAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
     
    void
    onTextAreaAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
     
    protected void
     
    void
     

    Methods inherited from class org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControlWithAction

    delegateActionEvent, getDirectActionListener, setActionDelegationListener, setDirectActionListener

    Methods inherited from class org.eclnt.jsfserver.pagebean.componentascontrol.PageBeanComponentAsControl

    getLit, initializePageBean, initializePageBeanConfigItems, transferAttributeReferencesIntoPageBeanInstance

    Methods inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase

    addConfiguredByLayoutListener, findLiteralResourceName, getClassDefiningPageBean, getLayoutPath, getLiteralResolver, getPageName, initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized, readLiteral, readLiteralByOwnResourceBundle, removeConfiguredByLayoutListener, setLiteralResolver

    Methods inherited from class org.eclnt.jsfserver.pagebean.PageBean

    buildContentReplaceString, closePopup, findIncludingPageBean, findParentPageBean, getActualRootExpression, getModalModelessPopupForPopupPageBean, getPageModifier, getPopups, getStamp, initializePageModifier, onBeforeRendering, openModalPopup, openModelessPopup, passComponent, pbx, readPageLayoutXML, setActualRootExpression

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclnt.jsfserver.elements.IConfiguredByLayout

    addConfiguredByLayoutListener, removeConfiguredByLayoutListener

    Methods inherited from interface org.eclnt.jsfserver.pagebean.IPageBean

    closePopup, getActualRootExpression, getPageModifier, getPageName, getStamp, onBeforeRendering, openModalPopup, openModelessPopup, passComponent, setActualRootExpression

    Methods inherited from interface org.eclnt.jsfserver.pagebean.componentascontrol.IPageBeanComponentAsControl

    initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized
  • Constructor Details

    • CCHtmlEditor

      public CCHtmlEditor()
  • Method Details

    • getRootExpressionUsedInPage

      public String getRootExpressionUsedInPage()
      Specified by:
      getRootExpressionUsedInPage in interface org.eclnt.jsfserver.pagebean.IPageBean
      Specified by:
      getRootExpressionUsedInPage in class org.eclnt.jsfserver.pagebean.PageBean
    • getWidth

      public String getWidth()
    • getHeight

      public String getHeight()
    • getTextareaStylevariant

      public String getTextareaStylevariant()
    • getButtonStylevariant

      public String getButtonStylevariant()
    • getFlush

      public Boolean getFlush()
    • getFlushtimer

      public Integer getFlushtimer()
    • getRawText

      public String getRawText()
    • setRawText

      public void setRawText(String value)
    • getFormatInfo

      public String getFormatInfo()
    • getRenderFormatInfo

      public Boolean getRenderFormatInfo()
    • onShowAsHTMLAction

      public void onShowAsHTMLAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
    • onFormatInfoAction

      public void onFormatInfoAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
    • onTextAreaAction

      public void onTextAreaAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
    • readFormatInfo

      protected void readFormatInfo()