Class CCMobileTextInput

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

    Nested Classes
    Modifier and Type
    Class
    Description
    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
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     
     
     
     
     
     
     
     
     
    void
    onCancelAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
     
    void
    onOKAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
     
    void
    onPollingAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
     
    void
     
    void
     
    void
     

    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

    • CCMobileTextInput

      public CCMobileTextInput()
  • 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(String title, String text, ENUMMobileInputMode mode, CCMobileTextInput.IListener listener)
      Parameters:
      title - Title that is shown to describe the input
      text - Current text that is passed into the text processing
      mode - Input mode
      listener -
    • destroy

      public void destroy()
    • getTabValue

      public String getTabValue()
    • setTabValue

      public void setTabValue(String value)
    • getSenderURL

      public String getSenderURL()
    • getQrCodeBytes

      public String getQrCodeBytes()
    • getMobileText

      public String getMobileText()
    • setMobileText

      public void setMobileText(String value)
    • getAvailableIMAGE

      public boolean getAvailableIMAGE()
    • getAvailableTEXT

      public boolean getAvailableTEXT()
    • getAvailableUPLOAD

      public boolean getAvailableUPLOAD()
    • getAvailableQRCODE

      public boolean getAvailableQRCODE()
    • getAvailableSIGNATURE

      public boolean getAvailableSIGNATURE()
    • getPollingURL

      public String getPollingURL()
    • getSenderId

      public String getSenderId()
    • getMobileFrameColor

      public String getMobileFrameColor()
    • onPollingAction

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

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

      public void onOKAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)