|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
oracle.adf.view.faces.bi.component.geoMap.UIGeoMapToolbar
public class UIGeoMapToolbar
ADF Faces Custom component - MapToolbar This component contains tools for turning on/off themes, selecting theme elements, zooming, calculating distance and area for the selected regions, displaying legend, and showing the spatial coordinates of the mouse location.
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLICK_BUTTON
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAPID_KEY
|
static java.lang.String |
MAPTOOLBARBUTTONTYPE_AREA
|
static java.lang.String |
MAPTOOLBARBUTTONTYPE_CIRCLESELECTION
|
static java.lang.String |
MAPTOOLBARBUTTONTYPE_HAND
|
static java.lang.String |
MAPTOOLBARBUTTONTYPE_POINTSELECTION
|
static java.lang.String |
MAPTOOLBARBUTTONTYPE_POLYGONSELECTION
|
static java.lang.String |
MAPTOOLBARBUTTONTYPE_RECTSELECTION
|
static java.lang.String |
MAPTOOLBARBUTTONTYPE_RULER
|
static java.lang.String |
MAPTOOLBARBUTTONTYPE_ZOOMIN
|
static java.lang.String |
MAPTOOLBARBUTTONTYPE_ZOOMOUT
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
PARTIAL_TRIGGERS_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHOWDISTANCETOOLS_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHOWSELECTIONTOOLS_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHOWSELECTTHEMEDIALOG_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHOWSELECTTHEMEMENUITEM_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHOWVIEWMENU_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHOWZOOMTOOLS_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
STYLECLASS_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
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 |
---|
bindings |
Constructor Summary | |
---|---|
UIGeoMapToolbar()
|
Method Summary | |
---|---|
void |
broadcast(javax.faces.event.FacesEvent event)
|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
java.lang.String |
getClickButton()
Hidden |
java.lang.String |
getFamily()
|
java.lang.String |
getMapId()
Return the mapId of the map component for this toolbar |
java.lang.String[] |
getPartialTriggers()
Return the ids of the components that should trigger a partial update. |
java.lang.String |
getRendererType()
|
java.lang.String |
getStyleClass()
Return the CSS style class for this component |
boolean |
isButtonSelected(java.lang.String buttonType)
|
boolean |
isShowDistanceTools()
Indicates whether the distance and area tools are visible or not. |
boolean |
isShowSelectionTools()
Indicates whether selection tools -- rectangle tool, circle tool, polygon tool, and point tool -- is visible on the toolbar or not |
boolean |
isShowSelectThemeDialog()
Indicates whether the select theme dialog is visible on the view menu of the toolbar |
boolean |
isShowSelectThemeMenuItem()
Indicates whether "select theme" menu item is visible |
boolean |
isShowViewMenu()
Indicates whether viewMenu is visible on the toolbar or not |
boolean |
isShowZoomTools()
Indicates whether the zoom in and zoom out tools are visible or not. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObj)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setClickButton(java.lang.String buttonType)
Hidden |
void |
setMapId(java.lang.String mapId)
Specifies the id of the map component that associated with this toolbar. |
void |
setPartialTriggers(java.lang.String[] ids)
Specifies the ids of the components that should trigger a partial update. |
void |
setShowDistanceTools(boolean bShown)
Specifies wheter distance tool and area tool will be shown on the toolbar |
void |
setShowSelectionTools(boolean bShown)
Specifies whether selection tools -- rectangle tool, circle tool, polygon tool, and point tool -- will be shown on the toolbar. |
void |
setShowSelectThemeDialog(boolean bShown)
Specifies whether the select theme dialog will be visible on the view menu of the toolbar |
void |
setShowSelectThemeMenuItem(boolean bShown)
Specifies whether "select theme" menu item will be visible on the view menu of the toolbar |
void |
setShowViewMenu(boolean bShown)
Specifies whether view menu will be shown on the toolbar |
void |
setShowZoomTools(boolean bShown)
Specifies whether zoom in tool and zoom out tool will be shown on the toolbar. |
void |
setStyleClass(java.lang.String styleClass)
Sets a CSS style class to use for this component |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderer, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeFacesListener, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent |
---|
addPartialTarget, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitTree, visitTree |
Methods inherited from class javax.faces.component.UIComponent |
---|
getContainerClientId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MAPTOOLBARBUTTONTYPE_RECTSELECTION
public static final java.lang.String MAPTOOLBARBUTTONTYPE_CIRCLESELECTION
public static final java.lang.String MAPTOOLBARBUTTONTYPE_POLYGONSELECTION
public static final java.lang.String MAPTOOLBARBUTTONTYPE_POINTSELECTION
public static final java.lang.String MAPTOOLBARBUTTONTYPE_ZOOMIN
public static final java.lang.String MAPTOOLBARBUTTONTYPE_ZOOMOUT
public static final java.lang.String MAPTOOLBARBUTTONTYPE_HAND
public static final java.lang.String MAPTOOLBARBUTTONTYPE_RULER
public static final java.lang.String MAPTOOLBARBUTTONTYPE_AREA
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAPID_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHOWVIEWMENU_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHOWSELECTIONTOOLS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHOWZOOMTOOLS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHOWDISTANCETOOLS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHOWSELECTTHEMEDIALOG_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHOWSELECTTHEMEMENUITEM_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLICK_BUTTON
public static final org.apache.myfaces.trinidad.bean.PropertyKey PARTIAL_TRIGGERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey STYLECLASS_KEY
Constructor Detail |
---|
public UIGeoMapToolbar()
Method Detail |
---|
public java.lang.String getFamily()
getFamily
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public java.lang.String getRendererType()
getRendererType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public void setMapId(java.lang.String mapId)
mapId
- The id of the map component that associated with this toolbarpublic java.lang.String getMapId()
public void setClickButton(java.lang.String buttonType)
public java.lang.String getClickButton()
public void setShowViewMenu(boolean bShown)
bShown
- True if the viewMenu will be shown. False if
the viewMenu will be hidden.public boolean isShowViewMenu()
public void setShowSelectionTools(boolean bShown)
bShown
- True if the selection tools should be visible. False if
all selection tools should be hidden.public boolean isShowSelectionTools()
public void setShowZoomTools(boolean bShown)
bShown
- True if the zoom in and zoom out tools are visible. False if
the zoom in and zoom out tools are hidden.public boolean isShowZoomTools()
public void setShowDistanceTools(boolean bShown)
bShown
- True if distance and area tools should be visible. False if
distance and area tools should be hidden.public boolean isShowDistanceTools()
public void setShowSelectThemeDialog(boolean bShown)
bShown
- True if the select theme dialog will be visible. False if
it is hidden.public boolean isShowSelectThemeDialog()
public void setShowSelectThemeMenuItem(boolean bShown)
bShown
- True if the "select theme" menu item should be visible. False
if it should be hidden.public boolean isShowSelectThemeMenuItem()
public void setStyleClass(java.lang.String styleClass)
styleClass
- The styleClass for this componentpublic java.lang.String getStyleClass()
public void setPartialTriggers(java.lang.String[] ids)
ids
- The ids of the componentpublic java.lang.String[] getPartialTriggers()
public void broadcast(javax.faces.event.FacesEvent event) throws javax.faces.event.AbortProcessingException
broadcast
in class org.apache.myfaces.trinidad.component.UIXComponentBase
javax.faces.event.AbortProcessingException
public boolean isButtonSelected(java.lang.String buttonType)
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object stateObj)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class org.apache.myfaces.trinidad.component.UIXComponentBase
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |