public abstract class SmsBase extends javax.faces.component.UIComponentBase implements ISms
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SmsBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
SmsBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getButtonLabel()
Return the value of the
buttonLabel property. |
javax.faces.component.UIComponent |
getFallbackFacet()
Return the value of the
fallback facet property. |
java.lang.String |
getFamily() |
java.lang.String |
getMessage()
Return the value of the
message property. |
java.lang.String |
getMessageInputId()
Return the value of the
messageInputId property. |
java.lang.String |
getNumber()
Return the value of the
number property. |
java.lang.String |
getNumberInputId()
Return the value of the
numberInputId property. |
java.lang.String |
getStyle()
Return the value of the
style property. |
java.lang.String |
getStyleClass()
Return the value of the
styleClass property. |
int |
getTabindex()
Return the value of the
tabindex property. |
boolean |
isDisabled()
Return the value of the
disabled property. |
protected boolean |
isPropertySet(java.lang.String finder) |
void |
setButtonLabel(java.lang.String buttonLabel)
Set the value of the
buttonLabel property. |
void |
setDisabled(boolean disabled)
Set the value of the
disabled property. |
void |
setFallbackFacet(javax.faces.component.UIComponent fallback)
Set the value of the
fallback facet property. |
void |
setMessage(java.lang.String message)
Set the value of the
message property. |
void |
setMessageInputId(java.lang.String messageInputId)
Set the value of the
messageInputId property. |
void |
setNumber(java.lang.String number)
Set the value of the
number property. |
void |
setNumberInputId(java.lang.String numberInputId)
Set the value of the
numberInputId property. |
void |
setStyle(java.lang.String style)
Set the value of the
style property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the
styleClass property. |
void |
setTabindex(int tabindex)
Set the value of the
tabindex property. |
void |
setValueExpression(java.lang.String name,
javax.el.ValueExpression binding) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic void setButtonLabel(java.lang.String buttonLabel)
Set the value of the buttonLabel property.
Contents: The label to be displayed on the button.
setButtonLabel in interface ISmspublic java.lang.String getButtonLabel()
Return the value of the buttonLabel property.
Contents: The label to be displayed on the button. Default = 'SMS'.
getButtonLabel in interface ISmspublic void setDisabled(boolean disabled)
Set the value of the disabled property.
Contents: Disables this component, so it does not receive focus or get submitted.
setDisabled in interface ISmspublic boolean isDisabled()
Return the value of the disabled property.
Contents: Disables this component, so it does not receive focus or get submitted. Default = 'false'.
isDisabled in interface ISmspublic void setMessage(java.lang.String message)
Set the value of the message property.
Contents: The message to send.
setMessage in interface ISmspublic java.lang.String getMessage()
Return the value of the message property.
Contents: The message to send.
getMessage in interface ISmspublic void setMessageInputId(java.lang.String messageInputId)
Set the value of the messageInputId property.
Contents: The client-side id of the input or textarea element that contains the message to send. It's also possible to specify a component id of ace:textEntry, ace:textAreaEntry, ace:autoCompleteEntry, ace:comboBox, and ace:maskedEntry components. This attribute takes precedence over the 'message' attribute. It's recommended to use this client-side approach.
setMessageInputId in interface ISmspublic java.lang.String getMessageInputId()
Return the value of the messageInputId property.
Contents: The client-side id of the input or textarea element that contains the message to send. It's also possible to specify a component id of ace:textEntry, ace:textAreaEntry, ace:autoCompleteEntry, ace:comboBox, and ace:maskedEntry components. This attribute takes precedence over the 'message' attribute. It's recommended to use this client-side approach.
getMessageInputId in interface ISmspublic void setNumber(java.lang.String number)
Set the value of the number property.
Contents: The phone number to send the message to.
public java.lang.String getNumber()
Return the value of the number property.
Contents: The phone number to send the message to.
public void setNumberInputId(java.lang.String numberInputId)
Set the value of the numberInputId property.
Contents: The client-side id of the input or textarea element that contains the phone number to send the message to. It's also possible to specify a component id of ace:textEntry, ace:textAreaEntry, ace:autoCompleteEntry, ace:comboBox, and ace:maskedEntry components. This attribute takes precedence over the 'number' attribute. It's recommended to use this client-side approach.
setNumberInputId in interface ISmspublic java.lang.String getNumberInputId()
Return the value of the numberInputId property.
Contents: The client-side id of the input or textarea element that contains the phone number to send the message to. It's also possible to specify a component id of ace:textEntry, ace:textAreaEntry, ace:autoCompleteEntry, ace:comboBox, and ace:maskedEntry components. This attribute takes precedence over the 'number' attribute. It's recommended to use this client-side approach.
getNumberInputId in interface ISmspublic void setStyle(java.lang.String style)
Set the value of the style property.
Contents: Sets the CSS style definition to be applied to this component.
public java.lang.String getStyle()
Return the value of the style property.
Contents: Sets the CSS style definition to be applied to this component.
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
Contents: Sets the CSS class to apply to this component.
setStyleClass in interface ISmspublic java.lang.String getStyleClass()
Return the value of the styleClass property.
Contents: Sets the CSS class to apply to this component.
getStyleClass in interface ISmspublic void setTabindex(int tabindex)
Set the value of the tabindex property.
Contents: The tabindex of this component.
setTabindex in interface ISmspublic int getTabindex()
Return the value of the tabindex property.
Contents: The tabindex of this component.
getTabindex in interface ISmspublic void setFallbackFacet(javax.faces.component.UIComponent fallback)
Set the value of the fallback facet property.
public javax.faces.component.UIComponent getFallbackFacet()
Return the value of the fallback facet property.
protected boolean isPropertySet(java.lang.String finder)
public void setValueExpression(java.lang.String name,
javax.el.ValueExpression binding)
setValueExpression in class javax.faces.component.UIComponentCopyright 2016 ICEsoft Technologies Canada Corp., All Rights Reserved.