org.icefaces.mobi.component.augmentedreality
public abstract class AugmentedRealityLocationsBase extends javax.faces.component.UIComponentBase implements IAugmentedRealityLocations
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AugmentedRealityLocationsBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
AugmentedRealityLocationsBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFamily() |
java.lang.String |
getLocationAlt()
Return the value of the
locationAlt property. |
java.lang.String |
getLocationDir()
Return the value of the
locationDir property. |
java.lang.String |
getLocationIcon()
Return the value of the
locationIcon property. |
java.lang.String |
getLocationLabel()
Return the value of the
locationLabel property. |
java.lang.String |
getLocationLat()
Return the value of the
locationLat property. |
java.lang.String |
getLocationLon()
Return the value of the
locationLon 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 |
setLocationAlt(java.lang.String locationAlt)
Set the value of the
locationAlt property. |
void |
setLocationDir(java.lang.String locationDir)
Set the value of the
locationDir property. |
void |
setLocationIcon(java.lang.String locationIcon)
Set the value of the
locationIcon property. |
void |
setLocationLabel(java.lang.String locationLabel)
Set the value of the
locationLabel property. |
void |
setLocationLat(java.lang.String locationLat)
Set the value of the
locationLat property. |
void |
setLocationLon(java.lang.String locationLon)
Set the value of the
locationLon 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 setLocationAlt(java.lang.String locationAlt)
Set the value of the locationAlt property.
Contents: String containing location altitude.
setLocationAlt in interface IAugmentedRealityLocationspublic java.lang.String getLocationAlt()
Return the value of the locationAlt property.
Contents: String containing location altitude.
getLocationAlt in interface IAugmentedRealityLocationspublic void setLocationDir(java.lang.String locationDir)
Set the value of the locationDir property.
Contents: String containing location direction 0-359 from North.
setLocationDir in interface IAugmentedRealityLocationspublic java.lang.String getLocationDir()
Return the value of the locationDir property.
Contents: String containing location direction 0-359 from North.
getLocationDir in interface IAugmentedRealityLocationspublic void setLocationIcon(java.lang.String locationIcon)
Set the value of the locationIcon property.
Contents: String containing location Icon URL.
setLocationIcon in interface IAugmentedRealityLocationspublic java.lang.String getLocationIcon()
Return the value of the locationIcon property.
Contents: String containing location Icon URL.
getLocationIcon in interface IAugmentedRealityLocationspublic void setLocationLabel(java.lang.String locationLabel)
Set the value of the locationLabel property.
Contents: String containing location label.
setLocationLabel in interface IAugmentedRealityLocationspublic java.lang.String getLocationLabel()
Return the value of the locationLabel property.
Contents: String containing location label.
getLocationLabel in interface IAugmentedRealityLocationspublic void setLocationLat(java.lang.String locationLat)
Set the value of the locationLat property.
Contents: String containing location latitude.
setLocationLat in interface IAugmentedRealityLocationspublic java.lang.String getLocationLat()
Return the value of the locationLat property.
Contents: String containing location latitude.
getLocationLat in interface IAugmentedRealityLocationspublic void setLocationLon(java.lang.String locationLon)
Set the value of the locationLon property.
Contents: String containing location longitude.
setLocationLon in interface IAugmentedRealityLocationspublic java.lang.String getLocationLon()
Return the value of the locationLon property.
Contents: String containing location longitude.
getLocationLon in interface IAugmentedRealityLocationspublic void setValue(java.lang.Object value)
Set the value of the value property.
Contents: List containing location items.
setValue in interface IAugmentedRealityLocationspublic java.lang.Object getValue()
Return the value of the value property.
Contents: List containing location items.
getValue in interface IAugmentedRealityLocationspublic 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 IAugmentedRealityLocationspublic java.lang.String getVar()
Return the value of the var property.
Contents: Name of request scope attribute for list iterator variable.
getVar in interface IAugmentedRealityLocationsprotected 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.