Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

oracle.adf.view.faces.bi.component.thematicMap
Class UIPointLocation

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by org.apache.myfaces.trinidad.component.UIXComponent
          extended by org.apache.myfaces.trinidad.component.UIXComponentBase
              extended by oracle.adf.view.faces.bi.component.thematicMap.UIPointLocation
All Implemented Interfaces:
java.util.EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder

public class UIPointLocation
extends org.apache.myfaces.trinidad.component.UIXComponentBase

The Point Location is a child of the Point Data Layer. It is used to specify the columns in the data layer's model that determine the location of the data points. These locations can be names that join with the named points in the built-in basemap, or they can be x/y coordinates.


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static org.apache.myfaces.trinidad.bean.PropertyKey POINT_NAME_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey POINT_X_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey POINT_Y_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           
static org.apache.myfaces.trinidad.bean.PropertyKey TYPE_KEY
           
 
Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY
 
Fields inherited from class javax.faces.component.UIComponent
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY
 
Constructor Summary
UIPointLocation()
          Constructs an instance of UIPointLocation
 
Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.lang.String getFamily()
           
 java.lang.String getPointName()
          Gets the column in the data model that determines the location of the point data.
 java.lang.String getPointX()
          Gets the x coordinate of the point data.
 java.lang.String getPointY()
          Gets the y coordinate of the point data.
 java.lang.String getRendererType()
           
 java.lang.String getType()
          Gets the type of the point data being used.
 void setPointName(java.lang.String name)
          Specifies the column in the data model that determines the location of the point data.
 void setPointX(java.lang.String pointX)
          Sets the x coordinate of the point data.
 void setPointY(java.lang.String pointY)
          Sets the y coordinate of the point data.
 void setType(java.lang.String type)
          Specifies the type of the point data being used.
 
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderer, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, subscribeToEvent, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl
 
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent
addPartialTarget, clearCachedClientIds, clearCachedClientIds, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTree, visitTree
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE

POINT_NAME_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey POINT_NAME_KEY

POINT_X_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey POINT_X_KEY

POINT_Y_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey POINT_Y_KEY

TYPE_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey TYPE_KEY

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values
Constructor Detail

UIPointLocation

public UIPointLocation()
Constructs an instance of UIPointLocation

Method Detail

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class org.apache.myfaces.trinidad.component.UIXComponentBase

getRendererType

public java.lang.String getRendererType()
Overrides:
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBase

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
Overrides:
getBeanType in class org.apache.myfaces.trinidad.component.UIXComponentBase

getPointName

public final java.lang.String getPointName()
Gets the column in the data model that determines the location of the point data. The locations are ids of the named points from the basemap point layer for which the data is being displayed. Used only when the pointLocation type="pointName".

Returns:
column that determines location of point data

setPointName

public final void setPointName(java.lang.String name)
Specifies the column in the data model that determines the location of the point data. The locations are ids of the named points from the basemap point layer for which the data is being displayed. Used only when the pointLocation type="pointName".

Parameters:
name - column that determines location of point data

getPointX

public final java.lang.String getPointX()
Gets the x coordinate of the point data. Used only when the pointLocation type="pointXY".

Returns:
x coordinate of the point data

setPointX

public final void setPointX(java.lang.String pointX)
Sets the x coordinate of the point data. Used only when the pointLocation type="pointXY".

Parameters:
pointX - x coordinate of the point data

getPointY

public final java.lang.String getPointY()
Gets the y coordinate of the point data. Used only when the pointLocation type="pointXY".

Returns:
y coordinate of the point data

setPointY

public final void setPointY(java.lang.String pointY)
Sets the y coordinate of the point data. Used only when the pointLocation type="pointXY".

Parameters:
pointY - y coordinate of the point data

getType

public final java.lang.String getType()
Gets the type of the point data being used. Valid values are: "pointName" - (default) pointName will be used as the join column for named points (such as cities) that map to points in the basemap "pointXY" - pointX and pointY will be used as the join columns for the x, y coordinates of the points

Returns:
type of point data being used

setType

public final void setType(java.lang.String type)
Specifies the type of the point data being used. Valid values are: "pointName" - (default) pointName will be used as the join column for named points (such as cities) that map to points in the basemap "pointXY" - pointX and pointY will be used as the join columns for the x, y coordinates of the points

Parameters:
type - type of point data being used

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

Copyright © 1997, 2011, Oracle. All rights reserved.