public class UIAreaLayer
extends org.apache.myfaces.trinidad.component.UIXComponentBase
implements javax.faces.component.NamingContainer
| Modifier and Type | Field and Description |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLIENT_LISTENERS_KEY |
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
protected static java.lang.String |
DEFAULT_LABEL_DISPLAY |
protected static java.lang.String |
DEFAULT_LABEL_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LABEL_DISPLAY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LABEL_STYLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LABEL_TYPE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LAYER_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
STYLE_CLASS_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY| Constructor and Description |
|---|
UIAreaLayer()
Constructs an instance of UIAreaLayer
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
oracle.adf.view.rich.event.ClientListenerSet |
getClientListeners()
Gets a set of client listeners.
|
java.lang.String |
getFamily() |
java.lang.String |
getLabelDisplay()
Determines how built-in basemap labels for this layer should be displayed.
|
java.lang.String |
getLabelStyle()
Gets the font style for labels on this layer.
|
java.lang.String |
getLabelType()
Determines which of the built-in basemap labels to display.
|
java.lang.String |
getLayer()
Gets the name of a layer from the built-in basemap.
|
java.lang.String |
getRendererType() |
java.lang.String |
getStyleClass()
Gets the CSS style class to use for this component
|
void |
setClientListeners(oracle.adf.view.rich.event.ClientListenerSet clientListeners)
Sets a set of client listeners.
|
void |
setLabelDisplay(java.lang.String labelDisplay)
Specifies how built-in basemap labels for this layer should be displayed.
|
void |
setLabelStyle(java.lang.String labelStyle)
Sets the font style for labels on this layer.
|
void |
setLabelType(java.lang.String labelType)
Specifies which of the built-in basemap labels to display.
|
void |
setLayer(java.lang.String layer)
Sets the name of a layer from the built-in basemap.
|
void |
setStyleClass(java.lang.String styleClass)
Sets the CSS style class to use for this component
|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getComponentChangeFilters, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpladdPartialTarget, 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, visitTreeencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInViewpublic static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey LAYER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_DISPLAY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_TYPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey STYLE_CLASS_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
protected static final java.lang.String DEFAULT_LABEL_DISPLAY
protected static final java.lang.String DEFAULT_LABEL_TYPE
public java.lang.String getFamily()
getFamily in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic java.lang.String getRendererType()
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBaseprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic final java.lang.String getLayer()
public final void setLayer(java.lang.String layer)
layer - Name of the layer from the basemappublic final java.lang.String getLabelDisplay()
public final void setLabelDisplay(java.lang.String labelDisplay)
labelDisplay - label display behavior for this layerpublic final java.lang.String getLabelType()
public final void setLabelType(java.lang.String labelType)
labelType - type of labels to displaypublic final java.lang.String getLabelStyle()
public final void setLabelStyle(java.lang.String labelStyle)
labelStyle - font style for labels on this layerpublic final oracle.adf.view.rich.event.ClientListenerSet getClientListeners()
public final void setClientListeners(oracle.adf.view.rich.event.ClientListenerSet clientListeners)
clientListeners - the new clientListeners valuepublic java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
styleClass - the thematic map's style class