org.icefaces.mobi.component.augmentedreality
public abstract class AugmentedRealityBase extends javax.faces.component.UIInput implements IAugmentedReality
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AugmentedRealityBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
AugmentedRealityBase() |
| 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 |
getParams()
Return the value of the
params property. |
java.lang.String |
getStyle()
Return the value of the
style property. |
java.lang.String |
getStyleClass()
Return the value of the
styleClass property. |
java.lang.String |
getUrlBase()
Return the value of the
urlBase property. |
java.lang.String |
getValue()
Return the value of the
value 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 |
setParams(java.lang.String params)
Set the value of the
params 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 |
setUrlBase(java.lang.String urlBase)
Set the value of the
urlBase property. |
void |
setValue(java.lang.String value)
Set the value of the
value property. |
void |
setValueExpression(java.lang.String name,
javax.el.ValueExpression binding) |
addValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, restoreState, saveState, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel, validate, validateValuegetConverter, getLocalValue, setConverteraddClientBehavior, addFacesListener, broadcast, 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, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, 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.UIInputpublic void setButtonLabel(java.lang.String buttonLabel)
Set the value of the buttonLabel property.
Contents: The label to display on the augmented reality button.
setButtonLabel in interface IAugmentedRealitypublic java.lang.String getButtonLabel()
Return the value of the buttonLabel property.
Contents: The label to display on the augmented reality button. Default = 'Reality'.
getButtonLabel in interface IAugmentedRealitypublic void setCaptureMessageLabel(java.lang.String captureMessageLabel)
Set the value of the captureMessageLabel property.
Contents: The button label displayed when Augmented Reality input has been captured.
setCaptureMessageLabel in interface IAugmentedRealitypublic java.lang.String getCaptureMessageLabel()
Return the value of the captureMessageLabel property.
Contents: The button label displayed when Augmented Reality input has been captured. Default = 'Reality Captured'.
getCaptureMessageLabel in interface IAugmentedRealitypublic void setParams(java.lang.String params)
Set the value of the params property.
Contents: Additional parameters for experimental features.
setParams in interface IAugmentedRealitypublic java.lang.String getParams()
Return the value of the params property.
Contents: Additional parameters for experimental features.
getParams in interface IAugmentedRealitypublic 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 IAugmentedRealitypublic 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 IAugmentedRealitypublic 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 IAugmentedRealitypublic java.lang.String getStyleClass()
Return the value of the styleClass property.
Contents: Sets the CSS class to apply to this component.
getStyleClass in interface IAugmentedRealitypublic void setUrlBase(java.lang.String urlBase)
Set the value of the urlBase property.
Contents: URL base used as a prefix for loading resources in AR view.
setUrlBase in interface IAugmentedRealitypublic java.lang.String getUrlBase()
Return the value of the urlBase property.
Contents: URL base used as a prefix for loading resources in AR view.
getUrlBase in interface IAugmentedRealitypublic void setValue(java.lang.String value)
Set the value of the value property.
Contents: The current value, typically the user-selected location or marker.
setValue in interface IAugmentedRealitypublic java.lang.String getValue()
Return the value of the value property.
Contents: The current value, typically the user-selected location or marker.
getValue in interface javax.faces.component.ValueHoldergetValue in interface IAugmentedRealitygetValue in class javax.faces.component.UIInputprotected 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.