Class GuidedTextEditorEditor

java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
org.eclnt.jsfserver.pagebean.component.PageBeanComponent
org.eclnt.ccaddons.pbc.guidedtext.GuidedTextEditorEditor
All Implemented Interfaces:
Serializable, org.eclnt.jsfserver.elements.IConfiguredByLayout, org.eclnt.jsfserver.pagebean.component.IPageBeanComponent, org.eclnt.jsfserver.pagebean.IPageBean, org.eclnt.jsfserver.util.valuemgmt.IDynamicContentBindingObject

public class GuidedTextEditorEditor extends org.eclnt.jsfserver.pagebean.component.PageBeanComponent implements Serializable
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    class 
     
    static interface 
     
    class 
     

    Nested classes/interfaces inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponent

    org.eclnt.jsfserver.pagebean.component.PageBeanComponent.ILiteralResolver, org.eclnt.jsfserver.pagebean.component.PageBeanComponent.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
    onExecutedAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
     
    void
    onLanguageAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
     
    void
    onTranslateAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
     
    void
    prepare(GuidedTextType textType, String initialPrompt, boolean withStartPromptExecution, GuidedTextEditorEditor.IListener listener)
     
    protected void
     
    void
     
    void
     
    void
    setText(String value)
     

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

    getLit, initializePageBean, initializePageBeanConfigItems

    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, getActualRootExpression, getModalModelessPopupForPopupPageBean, getPageModifier, getPopups, getStamp, initializePageModifier, onBeforeRendering, openModalPopup, openModelessPopup, 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, setActualRootExpression

    Methods inherited from interface org.eclnt.jsfserver.pagebean.component.IPageBeanComponent

    initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized
  • Constructor Details

    • GuidedTextEditorEditor

      public GuidedTextEditorEditor()
  • 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
    • prepare

      public void prepare(GuidedTextType textType, String initialPrompt, boolean withStartPromptExecution, GuidedTextEditorEditor.IListener listener)
    • getCommandInfos

      public List<GuidedTextEditorEditor.CommandInfo> getCommandInfos()
    • getTextDiffUI

      public CCTextDiff getTextDiffUI()
    • getText

      public String getText()
    • setText

      public void setText(String value)
    • onExecutedAction

      public void onExecutedAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
    • getPrompt

      public String getPrompt()
    • setPrompt

      public void setPrompt(String value)
    • getLanguage

      public String getLanguage()
    • setLanguage

      public void setLanguage(String value)
    • onLanguageAction

      public void onLanguageAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
    • onTranslateAction

      public void onTranslateAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
    • renderCommandButtons

      protected void renderCommandButtons()