org.icefaces.mobi.component.microphone
public abstract class MicrophoneBase extends javax.faces.component.UIComponentBase implements IMicrophone
| Modifier and Type | Class and Description |
|---|---|
protected static class |
MicrophoneBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
MicrophoneBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getButtonLabel()
Return the value of the
buttonLabel property. |
java.lang.String |
getCaptureMessageLabel()
Return the value of the
captureMessageLabel property. |
java.lang.String |
getFamily() |
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. |
java.util.Map |
getValue()
Return the value of the
value property. |
javax.el.MethodExpression |
getValueChangeListener()
Return the value of the
valueChangeListener property. |
boolean |
isDisabled()
Return the value of the
disabled property. |
boolean |
isImmediate()
Return the value of the
immediate property. |
protected boolean |
isPropertySet(java.lang.String finder) |
void |
setButtonLabel(java.lang.String buttonLabel)
Set the value of the
buttonLabel property. |
void |
setCaptureMessageLabel(java.lang.String captureMessageLabel)
Set the value of the
captureMessageLabel property. |
void |
setDisabled(boolean disabled)
Set the value of the
disabled property. |
void |
setImmediate(boolean immediate)
Set the value of the
immediate 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 |
setValue(java.util.Map value)
Set the value of the
value property. |
void |
setValueChangeListener(javax.el.MethodExpression valueChangeListener)
Set the value of the
valueChangeListener 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 button label.
setButtonLabel in interface IMicrophonepublic java.lang.String getButtonLabel()
Return the value of the buttonLabel property.
Contents: The button label. Default = 'Record'.
getButtonLabel in interface IMicrophonepublic void setCaptureMessageLabel(java.lang.String captureMessageLabel)
Set the value of the captureMessageLabel property.
Contents: The button label to be displayed upon successful capture of audio from the device.
setCaptureMessageLabel in interface IMicrophonepublic java.lang.String getCaptureMessageLabel()
Return the value of the captureMessageLabel property.
Contents: The button label to be displayed upon successful capture of audio from the device. Default = 'Audio Captured'.
getCaptureMessageLabel in interface IMicrophonepublic 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 IMicrophonepublic 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 IMicrophonepublic void setImmediate(boolean immediate)
Set the value of the immediate property.
Contents: Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase.
setImmediate in interface IMicrophonepublic boolean isImmediate()
Return the value of the immediate property.
Contents: Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase. Default = 'false'.
isImmediate in interface IMicrophonepublic 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.
setStyle in interface IMicrophonepublic java.lang.String getStyle()
Return the value of the style property.
Contents: Sets the CSS style definition to be applied to this component.
getStyle in interface IMicrophonepublic 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 IMicrophonepublic java.lang.String getStyleClass()
Return the value of the styleClass property.
Contents: Sets the CSS class to apply to this component.
getStyleClass in interface IMicrophonepublic void setTabindex(int tabindex)
Set the value of the tabindex property.
Contents: The tabindex of this component.
setTabindex in interface IMicrophonepublic int getTabindex()
Return the value of the tabindex property.
Contents: The tabindex of this component.
getTabindex in interface IMicrophonepublic void setValue(java.util.Map value)
Set the value of the value property.
Contents: The map object for the uploaded contents. Must resolve to a java.util.Map
setValue in interface IMicrophonepublic java.util.Map getValue()
Return the value of the value property.
Contents: The map object for the uploaded contents. Must resolve to a java.util.Map
getValue in interface IMicrophonepublic void setValueChangeListener(javax.el.MethodExpression valueChangeListener)
Set the value of the valueChangeListener property.
Contents: MethodExpression representing a value change listener method that will be notified when a new value has been set for this component. The expression must evaluate to a public method that takes a ValueChangeEvent parameter, with a return type of void, or to a public method that takes no arguments with a return type of void.
setValueChangeListener in interface IMicrophonepublic javax.el.MethodExpression getValueChangeListener()
Return the value of the valueChangeListener property.
Contents: MethodExpression representing a value change listener method that will be notified when a new value has been set for this component. The expression must evaluate to a public method that takes a ValueChangeEvent parameter, with a return type of void, or to a public method that takes no arguments with a return type of void.
getValueChangeListener in interface IMicrophoneprotected boolean isPropertySet(java.lang.String finder)
public void setValueExpression(java.lang.String name,
javax.el.ValueExpression binding)
setValueExpression in class javax.faces.component.UIComponentCopyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.