org.icefaces.mobi.component.augmentedreality
public abstract class AugmentedRealityMarkersBase extends javax.faces.component.UIComponentBase implements IAugmentedRealityMarkers
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AugmentedRealityMarkersBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
AugmentedRealityMarkersBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFamily() |
java.lang.String |
getMarkerLabel()
Return the value of the
markerLabel property. |
java.lang.String |
getMarkerModel()
Return the value of the
markerModel property. |
java.lang.Object |
getValue()
Return the value of the
value property. |
java.lang.String |
getVar()
Return the value of the
var property. |
protected boolean |
isPropertySet(java.lang.String finder) |
void |
setMarkerLabel(java.lang.String markerLabel)
Set the value of the
markerLabel property. |
void |
setMarkerModel(java.lang.String markerModel)
Set the value of the
markerModel property. |
void |
setValue(java.lang.Object value)
Set the value of the
value property. |
void |
setValueExpression(java.lang.String name,
javax.el.ValueExpression binding) |
void |
setVar(java.lang.String var)
Set the value of the
var property. |
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 setMarkerLabel(java.lang.String markerLabel)
Set the value of the markerLabel property.
Contents: String containing Marker label.
setMarkerLabel in interface IAugmentedRealityMarkerspublic java.lang.String getMarkerLabel()
Return the value of the markerLabel property.
Contents: String containing Marker label.
getMarkerLabel in interface IAugmentedRealityMarkerspublic void setMarkerModel(java.lang.String markerModel)
Set the value of the markerModel property.
Contents: URL pointing to marker model object.
setMarkerModel in interface IAugmentedRealityMarkerspublic java.lang.String getMarkerModel()
Return the value of the markerModel property.
Contents: URL pointing to marker model object.
getMarkerModel in interface IAugmentedRealityMarkerspublic void setValue(java.lang.Object value)
Set the value of the value property.
Contents: List containing marker items.
setValue in interface IAugmentedRealityMarkerspublic java.lang.Object getValue()
Return the value of the value property.
Contents: List containing marker items.
getValue in interface IAugmentedRealityMarkerspublic void setVar(java.lang.String var)
Set the value of the var property.
Contents: Name of request scope attribute for list iterator variable.
setVar in interface IAugmentedRealityMarkerspublic java.lang.String getVar()
Return the value of the var property.
Contents: Name of request scope attribute for list iterator variable.
getVar in interface IAugmentedRealityMarkersprotected 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.