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 ClassesModifier and TypeClassDescriptionstatic interfaceclassNested 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 -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()booleanbooleanbooleanbooleanbooleanvoidonCancelAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidonOKAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidonPollingAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidprepare(String title, String text, ENUMMobileInputMode mode, CCMobileTextInput.IListener listener) voidsetMobileText(String value) voidsetTabValue(String value) Methods inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponent
getLit, initializePageBean, initializePageBeanConfigItemsMethods inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
addConfiguredByLayoutListener, findLiteralResourceName, getClassDefiningPageBean, getLayoutPath, getLiteralResolver, getPageName, initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized, readLiteral, readLiteralByOwnResourceBundle, removeConfiguredByLayoutListener, setLiteralResolverMethods inherited from class org.eclnt.jsfserver.pagebean.PageBean
buildContentReplaceString, closePopup, getActualRootExpression, getModalModelessPopupForPopupPageBean, getPageModifier, getPopups, getStamp, initializePageModifier, onBeforeRendering, openModalPopup, openModelessPopup, pbx, readPageLayoutXML, setActualRootExpressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclnt.jsfserver.elements.IConfiguredByLayout
addConfiguredByLayoutListener, removeConfiguredByLayoutListenerMethods inherited from interface org.eclnt.jsfserver.pagebean.IPageBean
closePopup, getActualRootExpression, getPageModifier, getPageName, getStamp, onBeforeRendering, openModalPopup, openModelessPopup, setActualRootExpressionMethods inherited from interface org.eclnt.jsfserver.pagebean.component.IPageBeanComponent
initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized
-
Constructor Details
-
CCMobileTextInput
public CCMobileTextInput()
-
-
Method Details
-
getRootExpressionUsedInPage
- Specified by:
getRootExpressionUsedInPagein interfaceorg.eclnt.jsfserver.pagebean.IPageBean- Specified by:
getRootExpressionUsedInPagein classorg.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 inputtext- Current text that is passed into the text processingmode- Input modelistener-
-
destroy
public void destroy() -
getTabValue
-
setTabValue
-
getSenderURL
-
getQrCodeBytes
-
getMobileText
-
setMobileText
-
getAvailableIMAGE
public boolean getAvailableIMAGE() -
getAvailableTEXT
public boolean getAvailableTEXT() -
getAvailableUPLOAD
public boolean getAvailableUPLOAD() -
getAvailableQRCODE
public boolean getAvailableQRCODE() -
getAvailableSIGNATURE
public boolean getAvailableSIGNATURE() -
getPollingURL
-
getSenderId
-
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)
-