public class UIDiagram
extends org.apache.myfaces.trinidad.component.UIXComponentBase
| Modifier and Type | Field and Description |
|---|---|
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.PropertyKey |
TRANSITIONS_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 |
| Constructor and Description |
|---|
UIDiagram()
Constructs an instance of the UIDiagram.
|
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
int |
getAnimationDuration()
Returns the animation duration in milliseconds.
|
java.lang.String |
getAnimationOnDisplay()
Deprecated.
See
getTransitions() |
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.
|
oracle.adf.view.rich.render.TransitionInfo[] |
getTransitions()
Retrieves the array of animation transitions applied to this component.
|
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)
Deprecated.
|
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 |
setTransitions(oracle.adf.view.rich.render.TransitionInfo[] transitionInfo)
Sets the array of animation transitions to be applied to this component.
|
void |
setZooming(java.lang.String zooming)
Sets the zooming behavior.
|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, clearCachedClientIds, 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, broadcastInContext, clearCachedClientIds, defaultGetRenderedFacetsAndChildren, 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 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 org.apache.myfaces.trinidad.bean.PropertyKey TRANSITIONS_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_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 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()
getTransitions()public final void setAnimationOnDisplay(java.lang.String animationOnDisplay)
setTransitions(TransitionInfo[])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 modeprotected 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 behaviorpublic final oracle.adf.view.rich.render.TransitionInfo[] getTransitions()
dataChange and display.
Supported transitions are none (default) and auto.public final void setTransitions(oracle.adf.view.rich.render.TransitionInfo[] transitionInfo)
dataChange and display.
Supported transitions are none (default) and auto.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