|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
javax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
oracle.adf.view.faces.bi.component.diagram.UIDiagram
public class UIDiagram
| Field Summary | |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
ANIMATION_DURATION_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ANIMATION_ON_DISPLAY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLIENT_LISTENERS_KEY |
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CONTENT_DELIVERY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CONTROL_PANEL_BEHAVIOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DONT_PERSIST_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
EMPTY_TEXT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
INLINE_STYLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LAYOUT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAX_ZOOM_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MIN_ZOOM_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PAN_X_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PAN_Y_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PANNING_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PARTIAL_TRIGGERS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PERSIST_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PREVIEW_PAN_X_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PREVIEW_PAN_Y_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PREVIEW_ZOOM_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
READ_ONLY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ROLLOVER_BEHAVIOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SELECTION_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
STYLE_CLASS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SUMMARY_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ZOOM_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ZOOMING_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 |
|---|
bindings |
| Constructor Summary | |
|---|---|
UIDiagram()Constructs an instance of the UIDiagram. |
|
| Method Summary | |
|---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
int |
getAnimationDuration()Returns the animation duration in milliseconds. |
java.lang.String |
getAnimationOnDisplay()Retrieves the initial display animation of the Diagram. |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.String |
getContentDelivery()Gets whether data should be fetched when the component is rendered initially. |
java.lang.String |
getControlPanelBehavior()Gets the behavior of the control panel. |
java.lang.String[] |
getDontPersist()Gets List of persistent attributes that are restricted from persisting to a registered "Persistent Change Manager". |
java.lang.String |
getEmptyText()Retrieves the text of an empty component. |
java.lang.String |
getFamily() |
java.lang.String |
getInlineStyle()Gets the CSS styles to use for this component. |
java.lang.String |
getLayout()Retrieves the top-level layout of the Diagram. |
double |
getMaxZoom()Gets the maximum zoom level for this diagram. |
double |
getMinZoom()Gets the minimum zoom level for this diagram. |
java.lang.String |
getPanning()Gets the panning behavior. |
java.lang.String[] |
getPartialTriggers()Retrieves the ids of the partial triggers for the component. |
java.lang.String[] |
getPersist()Gets List of persistent attributes that are persisting to a registered "Persistent Change Manager". |
java.lang.String |
getRendererType() |
java.lang.String |
getRolloverBehavior()Gets the rollover behavior mode. |
java.lang.String |
getSelection()Gets the selection mode. |
java.lang.String |
getStyleClass()Gets a CSS style class to use for this component. |
java.lang.String |
getSummary()Gets the summary of this table's purpose and structure for user agents rendering to non-visual media. |
java.lang.String |
getZooming()Gets the zooming behavior. |
boolean |
isReadOnly() |
protected void |
processFacetsAndChildren(javax.faces.context.FacesContext context, javax.faces.event.PhaseId phaseId) |
void |
setAnimationDuration(int animationDuration)Specifies the animation duration in milliseconds. |
void |
setAnimationOnDisplay(java.lang.String animationOnDisplay)Sets the initial display animation of the Diagram. |
void |
setContentDelivery(java.lang.String contentDelivery)Sets whether data should be fetched when the component is rendered initially. |
void |
setControlPanelBehavior(java.lang.String controlPanelBehavior)Sets the behavior of the control panel. |
void |
setDontPersist(java.lang.String[] dontPersist)Sets List of persistent attributes that are restricted from persisting to a registered "Persistent Change Manager". |
void |
setEmptyText(java.lang.String emptyText)Sets the text of an empty component. |
void |
setInlineStyle(java.lang.String inlineStyle)Sets the CSS styles to use for this component. |
void |
setLayout(java.lang.String layout)Sets the top-level layout of the Diagram. |
void |
setMaxZoom(double maxZoom)Sets the maximum zoom level for this diagram. |
void |
setMinZoom(double minZoom)Sets the minimum zoom level for this diagram. |
void |
setPanning(java.lang.String panning)Sets the panning behavior. |
void |
setPartialTriggers(java.lang.String[] ids)Specifies the ids of the partial triggers for the component. |
void |
setPersist(java.lang.String[] persist)Sets List of persistent attributes that are persisting to a registered "Persistent Change Manager". |
void |
setReadOnly(boolean readOnly) |
void |
setRolloverBehavior(java.lang.String rolloverBehavior)Sets the rollover behavior mode. |
void |
setSelection(java.lang.String selection)Sets the selection mode. |
void |
setStyleClass(java.lang.String styleClass)Sets a CSS style class to use for this component. |
void |
setSummary(java.lang.String summary)Sets the summary of this table's purpose and structure for user agents rendering to non-visual media. |
void |
setZooming(java.lang.String zooming)Sets the zooming behavior. |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
|---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getComponentChangeFilters, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, 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, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent |
|---|
addPartialTarget, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitTree, visitTree |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey PARTIAL_TRIGGERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CONTENT_DELIVERY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INLINE_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey STYLE_CLASS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SUMMARY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PERSIST_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DONT_PERSIST_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey EMPTY_TEXT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LAYOUT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ANIMATION_ON_DISPLAY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ROLLOVER_BEHAVIOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey READ_ONLY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ANIMATION_DURATION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAX_ZOOM_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MIN_ZOOM_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CONTROL_PANEL_BEHAVIOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PANNING_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ZOOMING_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PAN_X_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PAN_Y_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ZOOM_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PREVIEW_PAN_X_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PREVIEW_PAN_Y_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PREVIEW_ZOOM_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
| Constructor Detail |
|---|
public UIDiagram()
| Method Detail |
|---|
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 getInlineStyle()
public final void setInlineStyle(java.lang.String inlineStyle)
inlineStyle - the new inlineStyle valuepublic final java.lang.String getStyleClass()
public final void setStyleClass(java.lang.String styleClass)
styleClass - the new styleClass valuepublic final java.lang.String getSummary()
public final void setSummary(java.lang.String summary)
summary - the new summary valuepublic final java.lang.String[] getPersist()
public final void setPersist(java.lang.String[] persist)
persist - the new persist valuepublic final java.lang.String[] getDontPersist()
public final void setDontPersist(java.lang.String[] dontPersist)
dontPersist - the new dontPersist valuepublic final void setPartialTriggers(java.lang.String[] ids)
ids - The ids of the partial trigger components for the component.getPartialTriggers()public final java.lang.String[] getPartialTriggers()
setPartialTriggers(java.lang.String[])public final java.lang.String getContentDelivery()
public final void setContentDelivery(java.lang.String contentDelivery)
contentDelivery - the new contentDelivery valuepublic final java.lang.String getEmptyText()
public final void setEmptyText(java.lang.String emptyText)
emptyText - the text to show in an empty componentpublic final java.lang.String getLayout()
public final void setLayout(java.lang.String layout)
layout - the top-level layoutpublic final java.lang.String getAnimationOnDisplay()
public final void setAnimationOnDisplay(java.lang.String animationOnDisplay)
animation - the initial display animationpublic final java.lang.String getSelection()
public final void setSelection(java.lang.String selection)
selection - the new selection valuepublic final java.lang.String getRolloverBehavior()
public final void setRolloverBehavior(java.lang.String rolloverBehavior)
rolloverBehavior - the rollover behavior mode
protected void processFacetsAndChildren(javax.faces.context.FacesContext context,
javax.faces.event.PhaseId phaseId)
public final boolean isReadOnly()
public final void setReadOnly(boolean readOnly)
public final int getAnimationDuration()
public final void setAnimationDuration(int animationDuration)
animationDuration - the animation duration in millisecondspublic final double getMaxZoom()
public final void setMaxZoom(double maxZoom)
maxZoom - the maximum zoom levelpublic final double getMinZoom()
public final void setMinZoom(double minZoom)
minZoom - the minimum zoom levelpublic final java.lang.String getControlPanelBehavior()
public void setControlPanelBehavior(java.lang.String controlPanelBehavior)
controlPanelBehavior - the behavior of the control panelpublic final java.lang.String getPanning()
public void setPanning(java.lang.String panning)
panning - the panning behaviorpublic final java.lang.String getZooming()
public void setZooming(java.lang.String zooming)
zooming - the zooming behavior
public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class org.apache.myfaces.trinidad.component.UIXComponentBasejavax.faces.event.AbortProcessingException
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||