Class CCPromptChat

java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
org.eclnt.jsfserver.pagebean.component.PageBeanComponent
org.eclnt.ccaddons.pbc.prompting.CCPromptChat
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 CCPromptChat extends org.eclnt.jsfserver.pagebean.component.PageBeanComponent implements Serializable
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
    static interface 
     

    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
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     

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

    m_pageModifier
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected CCPromptOutput
     
     
     
    org.eclnt.ccee.prompting.IPrompting
     
     
    boolean
     
     
     
     
     
    void
     
    void
    onCancelAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
     
    void
    onSendAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
     
    void
    prepare(org.eclnt.ccee.prompting.IPrompting prompting, CCPromptChat.IListener listener)
    Prepares this CCPromptChat for usage with the given IPrompting and IListener.
    void
     
    void
     
    void
    setRequestText(String requestText)
     
    void
     
    void
     

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

    getLit, 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
  • Field Details

  • Constructor Details

    • CCPromptChat

      public CCPromptChat()
  • 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(org.eclnt.ccee.prompting.IPrompting prompting, CCPromptChat.IListener listener)
      Prepares this CCPromptChat for usage with the given IPrompting and IListener.
    • initializePageBean

      public void initializePageBean(Map<String,String> initData)
      Specified by:
      initializePageBean in interface org.eclnt.jsfserver.pagebean.component.IPageBeanComponent
      Overrides:
      initializePageBean in class org.eclnt.jsfserver.pagebean.component.PageBeanComponent
    • getPrompting

      public org.eclnt.ccee.prompting.IPrompting getPrompting()
    • getStylevariantMessageArea

      public String getStylevariantMessageArea()
    • setStylevariantMessageArea

      public void setStylevariantMessageArea(String value)
    • getPromptOutput

      public CCPromptOutput getPromptOutput()
    • getRequestText

      public String getRequestText()
    • setRequestText

      public void setRequestText(String requestText)
    • getMessageAreaHeight

      public String getMessageAreaHeight()
    • setMessageAreaHeight

      public void setMessageAreaHeight(String value)
    • getHeight

      public String getHeight()
    • setHeight

      public void setHeight(String value)
    • getWidth

      public String getWidth()
    • setWidth

      public void setWidth(String value)
    • getRequestTagEnabled

      public boolean getRequestTagEnabled()
    • onSendAction

      public void onSendAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
    • onCancelAction

      public void onCancelAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
    • createPromptOutput

      protected CCPromptOutput createPromptOutput()