public class UIHierarchyViewer
extends org.apache.myfaces.trinidad.component.UIXHierarchy
implements oracle.adf.view.rich.dnd.DragSourceFactory
| Modifier and Type | Field and Description |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
CARD_INDEXES_KEY |
static java.lang.String |
CARD_SYNC
Deprecated.
don't use featuresOff="cardSync"
use panelCardSync="none" instead
|
static java.lang.String |
CHANGE_LAYOUT
Deprecated.
don't use featuresOff="changeLayout"
use layoutChange="none" instead
|
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 |
CUSTOMIZATION_ID_KEY |
protected static java.lang.String |
DEFAULT_CONTENT_DELIVERY_MODE |
protected static java.lang.String |
DEFAULT_CONTROL_PANEL_BEHAVIOR |
protected static java.lang.String |
DEFAULT_DETAIL_WINDOW |
protected static int |
DEFAULT_DISPLAY_LEVELS_ANCESTOR |
protected static int |
DEFAULT_DISPLAY_LEVELS_CHILDREN |
protected static java.lang.String |
DEFAULT_LAYOUT |
protected static java.lang.String |
DEFAULT_LAYOUT_CHANGE |
protected static int |
DEFAULT_LEVEL_FETCH_SIZE |
protected static java.lang.String |
DEFAULT_NODE_SELECTION |
protected static java.lang.String |
DEFAULT_PANEL_CARD_SYNC |
protected static java.lang.String |
DEFAULT_PANNING |
protected static java.lang.String |
DEFAULT_ZOOMING |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DETAIL_WINDOW_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DISCLOSED_ROW_KEYS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DISPLAY_LEVELS_ANCESTOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DISPLAY_LEVELS_CHILDREN_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 |
FEATURES_OFF_KEY
Deprecated.
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
FOCUS_ROW_KEY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
INLINE_STYLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LAYOUT_CHANGE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LAYOUT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LEVEL_FETCH_SIZE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LOCALE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
NAVIGATE_UP_LISTENER_KEY |
static java.lang.String |
NODE_DETAIL
Deprecated.
don't use featuresOff="nodeDetail"
use detailWindow="none" instead
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
NODE_SELECTION_KEY |
static java.lang.String |
PAN
Deprecated.
don't use featuresOff="pan"
use panning="none" instead
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
PANEL_CARD_SYNC_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 |
PERFORMANCE_FLAGS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PERSIST_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
POPUP_CONTEXT_ROW_KEY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ROW_DISCLOSURE_LISTENER_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SELECTED_ROW_KEYS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SELECTION_LISTENER_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 |
VALUE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VAR_STATUS_KEY |
static java.lang.String |
ZOOM
Deprecated.
don't use featuresOff="zoom"
use zooming="none" instead
|
static java.lang.String |
ZOOM_TO_FIT
Deprecated.
don't use featuresOff="zoomToFit"
use zooming="none" instead
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
ZOOMING_KEY |
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY| Constructor and Description |
|---|
UIHierarchyViewer()
Constructs an instance of the UIHierarchyViewer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRowDisclosureListener(org.apache.myfaces.trinidad.event.RowDisclosureListener listener)
Adds a rowDisclosure listener.
|
void |
addSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)
Adds a selection listener.
|
void |
broadcast(javax.faces.event.FacesEvent event)
Delivers a wrapped event to the appropriate component.
|
protected void |
broadcastNodeActionEvent(NodeActionEvent nae) |
oracle.adf.view.rich.dnd.DragSource |
createDragSource(java.lang.String name,
java.util.Set<oracle.adf.view.rich.dnd.DnDAction> allowedActions,
oracle.adf.view.rich.dnd.DnDAction defaultAction,
java.lang.String discriminant,
javax.el.MethodExpression dragDropEndListener,
java.util.Map<java.lang.String,?> properties) |
java.lang.CharSequence |
createDragSourceBehavior(java.lang.String name,
oracle.adf.view.rich.dnd.DragSource dragSource,
java.util.Set<oracle.adf.view.rich.dnd.DnDAction> allowedActions,
oracle.adf.view.rich.dnd.DnDAction defaultAction,
java.lang.String discriminant,
javax.el.MethodExpression dragDropEndListener,
java.util.Map<java.lang.String,?> properties) |
javax.faces.component.UIComponent |
findChildComponent(javax.faces.context.FacesContext context,
java.lang.Class<?> compClass)
Find the child component that rendered=true
For internal use only
|
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 |
getClientRowKey() |
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.Object |
getCurrentRowData()
Get the row data object for the current row.
|
java.lang.String |
getCustomizationId()
Deprecated.
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release.
|
java.lang.String |
getDetailWindow()
Gets the detail window of the hierarchy.
|
org.apache.myfaces.trinidad.model.RowKeySet |
getDisclosedRowKeys()
Gets the set of disclosed rows for this component.
|
int |
getDisplayLevelsAncestor()
Gets the number of ancestor levels to display during initial render.
|
int |
getDisplayLevelsChildren()
Gets the number of child levels to display during initial render.
|
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 hierarchyViewer.
|
java.lang.String |
getFamily() |
java.util.Set |
getFeaturesOff()
Deprecated.
|
java.lang.Object |
getFocusRowKey()
Gets the rowKey of the currently focused row.
|
java.lang.String |
getInlineStyle()
Gets the CSS styles to use for this component.
|
java.lang.String |
getLayout()
Gets the layout of the hierarchy.
|
java.lang.String |
getLayoutChange()
Gets the layout change behavior.
|
int |
getLevelFetchSize()
Gets the number of child nodes that will be fetched and displayed at a single time for each expanded
parent node.
|
java.util.Locale |
getLocale()
Retrieves the locale for the Topology Viewer.
|
javax.el.MethodExpression |
getNavigateUpListener()
Gets a method reference to a navigate up listener
|
java.lang.String |
getNodeSelection()
Gets the selection mode.
|
java.lang.String |
getPanelCardSync()
Gets the panel card sync behavior.
|
java.lang.String |
getPanning()
Gets the panning mode of the hierarchy.
|
java.lang.String[] |
getPartialTriggers()
Retrieves the ids of the partial triggers for the Topology Viewer.
|
java.lang.String[] |
getPersist()
Gets List of persistent attributes that are persisting to a registered
"Persistent Change Manager".
|
protected java.lang.Object |
getPopupContextRowKey()
For internal use only
|
java.lang.String |
getRendererType() |
javax.el.MethodExpression |
getRowDisclosureListener()
Gets a method reference to an ExpansionListener
|
org.apache.myfaces.trinidad.event.RowDisclosureListener[] |
getRowDisclosureListeners()
Returns an array of attached rowDisclosure listeners.
|
org.apache.myfaces.trinidad.model.RowKeySet |
getSelectedRowKeys()
Gets the selection state for this component.
|
javax.el.MethodExpression |
getSelectionListener()
Gets a method reference to a selection listener
|
org.apache.myfaces.trinidad.event.SelectionListener[] |
getSelectionListeners()
Returns an array of attached selection listeners.
|
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.Object |
getValue()
Retrieves the model used for this Topology Viewer.
|
java.lang.String |
getVarStatus() |
java.lang.String |
getZooming()
Gets the zooming behavior.
|
boolean |
invokeOnComponent(javax.faces.context.FacesContext context,
java.lang.String clientId,
javax.faces.component.ContextCallback callback) |
protected void |
processFacetsAndChildren(javax.faces.context.FacesContext context,
javax.faces.event.PhaseId phaseId) |
void |
queueEvent(javax.faces.event.FacesEvent event)
Queues an event.
|
void |
removeRowDisclosureListener(org.apache.myfaces.trinidad.event.RowDisclosureListener listener)
Removes a rowDisclosure listener.
|
void |
removeSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)
Removes a selection listener.
|
void |
saveToSessionChangeManager(java.lang.String attributeName,
java.lang.Object attributeValue)
For internal use only
|
void |
setClientListeners(oracle.adf.view.rich.event.ClientListenerSet clientListeners)
Sets a set of client listeners.
|
void |
setContentDelivery(java.lang.String deliveryMode)
Sets whether data should be fetched when the component is rendered initially.
|
void |
setControlPanelBehavior(java.lang.String cbehavior)
Sets the behavior of the control panel.
|
void |
setCustomizationId(java.lang.String customizationId)
Deprecated.
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release.
|
void |
setDetailWindow(java.lang.String detailWindow)
Sets the detail window of the hierarchy.
|
void |
setDisclosedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet disclosedRowKeys)
Sets the set of disclosed rows for this component.
|
void |
setDisplayLevelsAncestor(int nDisplayLevelsAncestor)
Sets the number of ancestor levels to display during initial render.
|
void |
setDisplayLevelsChildren(int nDisplayLevelsChildren)
Sets the number of child levels to display during initial render.
|
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 hierarchyViewer.
|
void |
setFeaturesOff(java.util.Set featuresOff)
Deprecated.
|
void |
setFocusRowKey(java.lang.Object focusRowKey)
Sets the rowKey of the currently focused row.
|
void |
setInlineStyle(java.lang.String inlineStyle)
Sets the CSS styles to use for this component.
|
void |
setLayout(java.lang.String layout)
Sets the layout of the hierarchy.
|
void |
setLayoutChange(java.lang.String layoutChange)
Sets the layout change behavior.
|
void |
setLevelFetchSize(int levelFetchSize)
Sets the number of child nodes that will be fetched and displayed at a single time for each expanded
parent node.
|
void |
setLocale(java.util.Locale locale)
Specifies the locale for the Topology Viewer.
|
void |
setNavigateUpListener(javax.el.MethodExpression navigateUpLIstener)
Sets a method reference to a navigate up listener
|
void |
setNodeSelection(java.lang.String nodeSelection)
Sets the selection mode.
|
void |
setPanelCardSync(java.lang.String sync)
Sets the panel card sync behavior.
|
void |
setPanning(java.lang.String panning)
Sets the panning mode of the hierarchy.
|
void |
setPartialTriggers(java.lang.String[] ids)
Specifies the ids of the partial triggers for the Topology Viewer.
|
void |
setPersist(java.lang.String[] persist)
Sets List of persistent attributes that are persisting to a registered
"Persistent Change Manager".
|
protected void |
setPopupContextRowKey(java.lang.Object rowKey)
For internal use only
|
void |
setRowDisclosureListener(javax.el.MethodExpression rowDisclosureListener)
Sets a method reference to an ExpansionListener
|
void |
setRowKey(java.lang.Object rowKey)
Makes a row current.
|
void |
setSelectedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet selectedRowKeys)
Sets the selection state for this component.
|
void |
setSelectionListener(javax.el.MethodExpression selectionListener)
Sets a method reference to a selection listener
|
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 |
setValue(java.lang.Object value)
Specified the model for the Topology Viewer.
|
void |
setVarStatus(java.lang.String varStatus)
For internal use only
|
void |
setZooming(java.lang.String zooming)
Sets the zooming behavior.
|
protected boolean |
visitData(javax.faces.component.visit.VisitContext visitContext,
javax.faces.component.visit.VisitCallback callback) |
boolean |
visitTree(javax.faces.component.visit.VisitContext visitContext,
javax.faces.component.visit.VisitCallback callback) |
areRowsLocallyAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, createCollectionModel, createVarStatusMap, enterContainer, exitContainer, getAllAncestorContainerRowKeys, getContainerRowKey, getContainerRowKey, getDepth, getDepth, getFirst, getRows, getStamps, getTreeModel, isChildCollectionLocallyAvailable, isChildCollectionLocallyAvailable, isChildCollectionLocallyAvailable, isContainer, isContainerEmpty, visitHierarchy, visitLevelareRowsAvailable, areRowsAvailable, areRowsAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, clearCachedRow, clearCachedRow, clearCachedRows, clearCachedRows, clearCurrencyStringCache, clearLocalCache, decodeChildrenImpl, defaultVisitChildren, encodeBegin, encodeEnd, ensureRowsAvailable, getCachingStrategy, getClientRowKeyManager, getCollectionModel, getCollectionModel, getContainerClientId, getCurrencyString, getEstimatedRowCount, getEstimatedRowCountConfidence, getRowCount, getRowData, getRowData, getRowData, getRowIndex, getRowKey, getSortCriteria, getVar, isRowAvailable, isRowAvailable, isRowAvailable, isRowLocallyAvailable, isRowLocallyAvailable, isSortable, postCreateCollectionModel, postRowDataChange, preRowDataChange, processComponent, processDecodes, processEvent, processRestoreState, processSaveState, processUpdates, processValidators, resetStampState, restoreStampState, restoreState, saveStampState, saveState, setClientRowKey, setCurrencyString, setRowIndex, setSortCriteria, setupELVariable, setupVisitingContext, setVar, tearDownVisitingContext, updateChildrenImpl, validateChildrenImpl, visitChildren, visitChildrenWithoutIterating, visitUnstampedFacetsadaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, clearInitialState, createFacesBean, decode, decodeChildren, encodeChildren, 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, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, satisfiesPartialTrigger, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, validateChildrenaddPartialTarget, clearCachedClientIds, clearCachedClientIds, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, visitAllChildren, visitChildren, visitTreeencodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, pushComponentToEL, restoreTransientState, saveTransientState, setInViewclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitareRowsAvailable, areRowsAvailable, areRowsAvailable, getRowCount, getRowData, getRowData, getRowData, getRowIndex, getRowKey, isRowAvailable, isRowAvailable, isRowAvailable, setRowIndexareRowsLocallyAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, clearCachedRow, clearCachedRow, clearCachedRows, clearCachedRows, clearLocalCache, getCachingStrategy, getEstimatedRowCount, getEstimatedRowCountConfidence, isRowLocallyAvailable, isRowLocallyAvailablepublic static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey VALUE_KEY
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 CUSTOMIZATION_ID_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 LOCALE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LAYOUT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VAR_STATUS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey FOCUS_ROW_KEY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTED_ROW_KEYS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DISPLAY_LEVELS_CHILDREN_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DISPLAY_LEVELS_ANCESTOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey NODE_SELECTION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CONTROL_PANEL_BEHAVIOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LEVEL_FETCH_SIZE
public static final org.apache.myfaces.trinidad.bean.PropertyKey NAVIGATE_UP_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ZOOMING_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PANNING_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PANEL_CARD_SYNC_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LAYOUT_CHANGE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PERFORMANCE_FLAGS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey POPUP_CONTEXT_ROW_KEY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey EMPTY_TEXT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DISCLOSED_ROW_KEYS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ROW_DISCLOSURE_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTION_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey FEATURES_OFF_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DETAIL_WINDOW_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CARD_INDEXES_KEY
protected static final java.lang.String DEFAULT_CONTENT_DELIVERY_MODE
protected static final java.lang.String DEFAULT_LAYOUT
protected static final java.lang.String DEFAULT_PANNING
protected static final java.lang.String DEFAULT_ZOOMING
protected static final java.lang.String DEFAULT_PANEL_CARD_SYNC
protected static final java.lang.String DEFAULT_LAYOUT_CHANGE
protected static final java.lang.String DEFAULT_DETAIL_WINDOW
protected static final java.lang.String DEFAULT_NODE_SELECTION
protected static final java.lang.String DEFAULT_CONTROL_PANEL_BEHAVIOR
protected static final int DEFAULT_DISPLAY_LEVELS_CHILDREN
protected static final int DEFAULT_DISPLAY_LEVELS_ANCESTOR
protected static final int DEFAULT_LEVEL_FETCH_SIZE
public static final java.lang.String PAN
public static final java.lang.String ZOOM
public static final java.lang.String ZOOM_TO_FIT
public static final java.lang.String CHANGE_LAYOUT
public static final java.lang.String CARD_SYNC
public static final java.lang.String NODE_DETAIL
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public UIHierarchyViewer()
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 oracle.adf.view.rich.event.ClientListenerSet getClientListeners()
public final void setClientListeners(oracle.adf.view.rich.event.ClientListenerSet clientListeners)
clientListeners - the new clientListeners valuepublic 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 value@Deprecated public final java.lang.String getCustomizationId()
@Deprecated public final void setCustomizationId(java.lang.String customizationId)
customizationId - the new customizationId valuepublic final java.lang.Object getValue()
getValue in class org.apache.myfaces.trinidad.component.UIXCollectionsetValue(java.lang.Object)public final void setValue(java.lang.Object value)
getValue()public final java.util.Locale getLocale()
setLocale(java.util.Locale)public final void setLocale(java.util.Locale locale)
locale - The locale for the Topology Viewer.getLocale()public final void setPartialTriggers(java.lang.String[] ids)
ids - The ids of the partial trigger components for the Topology Viewer.getPartialTriggers()public final java.lang.String[] getPartialTriggers()
setPartialTriggers(java.lang.String[])public final java.lang.String getContentDelivery()
public final void setContentDelivery(java.lang.String deliveryMode)
contentDelivery - the new contentDelivery valuepublic final java.lang.String getLayout()
public final void setLayout(java.lang.String layout)
layout - the new layout valuepublic final java.lang.String getPanning()
public final void setPanning(java.lang.String panning)
panning - the new panning valuepublic final void setZooming(java.lang.String zooming)
zooming - The zooming attributepublic final java.lang.String getZooming()
public final void setPanelCardSync(java.lang.String sync)
sync - The panel card sync attributepublic final java.lang.String getPanelCardSync()
public final void setLayoutChange(java.lang.String layoutChange)
layoutChange - The layout change attributepublic final java.lang.String getLayoutChange()
protected final java.lang.Object getPopupContextRowKey()
protected final void setPopupContextRowKey(java.lang.Object rowKey)
public boolean invokeOnComponent(javax.faces.context.FacesContext context,
java.lang.String clientId,
javax.faces.component.ContextCallback callback)
throws javax.faces.FacesException
invokeOnComponent in class org.apache.myfaces.trinidad.component.UIXCollectionjavax.faces.FacesExceptionpublic final java.lang.Object getCurrentRowData()
public final java.lang.String getNodeSelection()
public final void setNodeSelection(java.lang.String nodeSelection)
nodeSelection - the new nodeSelection valuepublic final java.lang.String getControlPanelBehavior()
public final void setControlPanelBehavior(java.lang.String cbehavior)
nodeSelection - the new nodeSelection valuepublic final java.lang.Object getFocusRowKey()
getFocusRowKey in class org.apache.myfaces.trinidad.component.UIXHierarchypublic final void setFocusRowKey(java.lang.Object focusRowKey)
focusRowKey - the new focusRowKey valuepublic final org.apache.myfaces.trinidad.model.RowKeySet getSelectedRowKeys()
public final void setSelectedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet selectedRowKeys)
selectedRowKeys - the new selectedRowKeys valuepublic final int getDisplayLevelsChildren()
public final void setDisplayLevelsChildren(int nDisplayLevelsChildren)
displayLevelsChildren - the new displayLevelsChildren valuepublic final int getDisplayLevelsAncestor()
public final void setDisplayLevelsAncestor(int nDisplayLevelsAncestor)
displayLevelsAncestor - the new displayLevelsAncestor valuepublic final int getLevelFetchSize()
public final void setLevelFetchSize(int levelFetchSize)
levelFetchSize - the new levelFetchSize valuepublic final java.lang.String getVarStatus()
getVarStatus in class org.apache.myfaces.trinidad.component.UIXCollectionpublic final void setVarStatus(java.lang.String varStatus)
public javax.faces.component.UIComponent findChildComponent(javax.faces.context.FacesContext context,
java.lang.Class<?> compClass)
protected void processFacetsAndChildren(javax.faces.context.FacesContext context,
javax.faces.event.PhaseId phaseId)
processFacetsAndChildren in class org.apache.myfaces.trinidad.component.UIXCollectionpublic java.lang.String getClientRowKey()
getClientRowKey in class org.apache.myfaces.trinidad.component.UIXCollectionpublic void setRowKey(java.lang.Object rowKey)
UIXCollection.preRowDataChange() and
UIXCollection.postRowDataChange() as appropriate.setRowKey in interface org.apache.myfaces.trinidad.model.RowKeyIndexsetRowKey in class org.apache.myfaces.trinidad.component.UIXCollectionrowKey - The rowKey of the row that should be made current. Use null
to clear the current row.CollectionModel.setRowKey(java.lang.Object)public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class org.apache.myfaces.trinidad.component.UIXCollectionevent - a FacesEventpublic void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class org.apache.myfaces.trinidad.component.UIXCollectionevent - a FacesEventjavax.faces.event.AbortProcessingExceptionprotected void broadcastNodeActionEvent(NodeActionEvent nae)
public final javax.el.MethodExpression getSelectionListener()
public final void setSelectionListener(javax.el.MethodExpression selectionListener)
selectionListener - the new selectionListener valuepublic final javax.el.MethodExpression getNavigateUpListener()
public final void setNavigateUpListener(javax.el.MethodExpression navigateUpLIstener)
navigateUpListener - the new navigateUpListener valuepublic final org.apache.myfaces.trinidad.event.SelectionListener[] getSelectionListeners()
public final void addSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)
listener - the selection listener to addpublic final void removeSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)
listener - the selection listener to removepublic final org.apache.myfaces.trinidad.model.RowKeySet getDisclosedRowKeys()
public final void setDisclosedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet disclosedRowKeys)
disclosedRowKeys - the new disclosedRowKeys valuepublic final javax.el.MethodExpression getRowDisclosureListener()
public final void setRowDisclosureListener(javax.el.MethodExpression rowDisclosureListener)
rowDisclosureListener - the new rowDisclosureListener valuepublic final org.apache.myfaces.trinidad.event.RowDisclosureListener[] getRowDisclosureListeners()
public final void addRowDisclosureListener(org.apache.myfaces.trinidad.event.RowDisclosureListener listener)
listener - the rowDisclosure listener to addpublic final void removeRowDisclosureListener(org.apache.myfaces.trinidad.event.RowDisclosureListener listener)
listener - the rowDisclosure listener to removepublic java.lang.String getEmptyText()
public void setEmptyText(java.lang.String emptyText)
emptyText - the text to show in an empty hierarchyViewerpublic void saveToSessionChangeManager(java.lang.String attributeName,
java.lang.Object attributeValue)
protected boolean visitData(javax.faces.component.visit.VisitContext visitContext,
javax.faces.component.visit.VisitCallback callback)
visitData in class org.apache.myfaces.trinidad.component.UIXCollectionpublic boolean visitTree(javax.faces.component.visit.VisitContext visitContext,
javax.faces.component.visit.VisitCallback callback)
visitTree in class org.apache.myfaces.trinidad.component.UIXComponentpublic final java.util.Set getFeaturesOff()
public final void setFeaturesOff(java.util.Set featuresOff)
featuresOff - the new features valuepublic final java.lang.String getDetailWindow()
public final void setDetailWindow(java.lang.String detailWindow)
detailWindow - the new detail window valuepublic oracle.adf.view.rich.dnd.DragSource createDragSource(java.lang.String name,
java.util.Set<oracle.adf.view.rich.dnd.DnDAction> allowedActions,
oracle.adf.view.rich.dnd.DnDAction defaultAction,
java.lang.String discriminant,
javax.el.MethodExpression dragDropEndListener,
java.util.Map<java.lang.String,?> properties)
createDragSource in interface oracle.adf.view.rich.dnd.DragSourceFactorypublic java.lang.CharSequence createDragSourceBehavior(java.lang.String name,
oracle.adf.view.rich.dnd.DragSource dragSource,
java.util.Set<oracle.adf.view.rich.dnd.DnDAction> allowedActions,
oracle.adf.view.rich.dnd.DnDAction defaultAction,
java.lang.String discriminant,
javax.el.MethodExpression dragDropEndListener,
java.util.Map<java.lang.String,?> properties)
createDragSourceBehavior in interface oracle.adf.view.rich.dnd.DragSourceFactory