public class UIDiagramNodes
extends org.apache.myfaces.trinidad.component.UIXCollection
implements oracle.adf.view.rich.dnd.DragSourceFactory
| Modifier and Type | Field and Description |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
CARD_INDEXES_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CENTER_ROW_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 |
CREATE_NODE_LISTENER_KEY |
protected static java.lang.String |
DEFAULT_CONTENT_DELIVERY_MODE |
protected static java.lang.String |
DEFAULT_SELECTION_MODE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DELETE_NODE_LISTENER_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DISCLOSED_ROW_KEYS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
GROUP_BY_HIDDEN_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
GROUP_BY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
GROUP_BY_UNGROUPED_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
HIGHLIGHT_BEHAVIOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
HIGHLIGHTED_ROW_KEYS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ISOLATED_ROW_KEYS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ROOT_ROW_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.FacesBean.Type |
TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VALUE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VAR_STATUS_KEY |
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY| Constructor and Description |
|---|
UIDiagramNodes() |
| 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) |
protected void |
broadcastActionEvent(DvtActionEvent nae) |
protected org.apache.myfaces.trinidad.model.CollectionModel |
createCollectionModel(org.apache.myfaces.trinidad.model.CollectionModel collectionModel,
java.lang.Object object) |
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) |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.Object |
getCenterRowKey()
Gets the rowKey of a node that should be panned to the center of the viewport.
|
java.lang.String |
getClientRowKey() |
javax.el.MethodExpression |
getCreateNodeListener() |
java.lang.Object |
getCurrentRowData()
Get the row data object for the current row.
|
javax.el.MethodExpression |
getDeleteNodeListener() |
org.apache.myfaces.trinidad.model.RowKeySet |
getDisclosedRowKeys()
Gets the disclosed state for this component.
|
java.lang.String |
getFamily() |
java.lang.String |
getGroupBy()
Gets the (space-separated) list of attributeGroup IDs that should be used to group Nodes together.
|
java.lang.String |
getHighlightBehavior()
Gets the highlight behavior when hovering over a Node in the Diagram.
|
org.apache.myfaces.trinidad.model.RowKeySet |
getHighlightedRowKeys()
Gets the set of highlighted nodes for this component.
|
org.apache.myfaces.trinidad.model.RowKeySet |
getIsolatedRowKeys()
Gets the set of isolated nodes.
|
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.Object |
getValue()
Retrieves the model used for this component.
|
java.lang.String |
getVarStatus() |
protected void |
processFacetsAndChildren(javax.faces.context.FacesContext facesContext,
javax.faces.event.PhaseId phaseId) |
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 |
setCenterRowKey(java.lang.Object centerRowKey)
Sets the rowKey of a node that should be panned to the center of the viewport.
|
void |
setCreateNodeListener(javax.el.MethodExpression listener) |
void |
setDeleteNodeListener(javax.el.MethodExpression listener) |
void |
setDisclosedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet disclosedRowKeys)
Sets the disclosed state for this component.
|
void |
setGroupBy(java.lang.String groupBy)
Sets the (space-separated) list of attributeGroup IDs that should be used to group Nodes together.
|
void |
setHighlightBehavior(java.lang.String highlightBehavior)
Sets the highlight behavior when hovering over a Node in the Diagram.
|
void |
setHighlightedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet highlightedRowKeys)
Sets the set of highlighted nodes for this component.
|
void |
setIsolatedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet isolatedRowKeys)
Sets the set of isolated nodes.
|
void |
setRowDisclosureListener(javax.el.MethodExpression rowDisclosureListener)
Sets a method reference to an ExpansionListener
|
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
|
protected void |
setupVisitingContext(javax.faces.context.FacesContext context) |
void |
setValue(java.lang.Object value)
Specified the model for the component.
|
void |
setVarStatus(java.lang.String varStatus)
For internal use only
|
protected void |
tearDownVisitingContext(javax.faces.context.FacesContext context) |
protected boolean |
visitData(javax.faces.component.visit.VisitContext visitContext,
javax.faces.component.visit.VisitCallback visitCallback) |
areRowsAvailable, areRowsAvailable, areRowsAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, clearCachedRow, clearCachedRow, clearCachedRows, clearCachedRows, clearCurrencyStringCache, clearLocalCache, createVarStatusMap, decodeChildrenImpl, defaultVisitChildren, encodeBegin, encodeEnd, ensureRowsAvailable, getCachingStrategy, getClientRowKeyManager, getCollectionModel, getCollectionModel, getContainerClientId, getCurrencyString, getEstimatedRowCount, getEstimatedRowCountConfidence, getRowCount, getRowData, getRowData, getRowData, getRowIndex, getRowKey, getSortCriteria, getStamps, getVar, invokeOnComponent, isRowAvailable, isRowAvailable, isRowAvailable, isRowLocallyAvailable, isRowLocallyAvailable, isSortable, postCreateCollectionModel, postRowDataChange, preRowDataChange, processComponent, processDecodes, processEvent, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, resetStampState, restoreStampState, restoreState, saveStampState, saveState, setClientRowKey, setCurrencyString, setRowIndex, setRowKey, setSortCriteria, setupELVariable, setVar, 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, visitTree, visitTreeencodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, pushComponentToEL, restoreTransientState, saveTransientState, setInViewpublic 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 VAR_STATUS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTED_ROW_KEYS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTION_LISTENER_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 GROUP_BY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey GROUP_BY_UNGROUPED_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey GROUP_BY_HIDDEN_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ISOLATED_ROW_KEYS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CREATE_NODE_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DELETE_NODE_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey HIGHLIGHT_BEHAVIOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey HIGHLIGHTED_ROW_KEYS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CENTER_ROW_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ROOT_ROW_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CARD_INDEXES_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
protected static final java.lang.String DEFAULT_SELECTION_MODE
protected static final java.lang.String DEFAULT_CONTENT_DELIVERY_MODE
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.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.lang.Object getCurrentRowData()
public 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 org.apache.myfaces.trinidad.model.RowKeySet getDisclosedRowKeys()
public final void setDisclosedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet disclosedRowKeys)
disclosedRowKeys - the new disclosedRowKeys valuepublic final java.lang.String getVarStatus()
getVarStatus in class org.apache.myfaces.trinidad.component.UIXCollectionpublic final void setVarStatus(java.lang.String varStatus)
public java.lang.String getClientRowKey()
getClientRowKey in class org.apache.myfaces.trinidad.component.UIXCollectionpublic void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class org.apache.myfaces.trinidad.component.UIXCollectionjavax.faces.event.AbortProcessingExceptionpublic final javax.el.MethodExpression getSelectionListener()
public final void setSelectionListener(javax.el.MethodExpression selectionListener)
selectionListener - the new selectionListener 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 javax.el.MethodExpression getRowDisclosureListener()
public 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 final java.lang.String getGroupBy()
public final void setGroupBy(java.lang.String groupBy)
groupBy - the list of attributeGroupIDsprotected void processFacetsAndChildren(javax.faces.context.FacesContext facesContext,
javax.faces.event.PhaseId phaseId)
processFacetsAndChildren in class org.apache.myfaces.trinidad.component.UIXCollectionprotected boolean visitData(javax.faces.component.visit.VisitContext visitContext,
javax.faces.component.visit.VisitCallback visitCallback)
visitData in class org.apache.myfaces.trinidad.component.UIXCollectionprotected org.apache.myfaces.trinidad.model.CollectionModel createCollectionModel(org.apache.myfaces.trinidad.model.CollectionModel collectionModel,
java.lang.Object object)
createCollectionModel in class org.apache.myfaces.trinidad.component.UIXCollectionprotected void broadcastActionEvent(DvtActionEvent nae)
public final javax.el.MethodExpression getCreateNodeListener()
public final void setCreateNodeListener(javax.el.MethodExpression listener)
public final javax.el.MethodExpression getDeleteNodeListener()
public final void setDeleteNodeListener(javax.el.MethodExpression listener)
public final org.apache.myfaces.trinidad.model.RowKeySet getIsolatedRowKeys()
public final void setIsolatedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet isolatedRowKeys)
isolatedRowKeys - the RowKeySet representing the set of isolated nodespublic 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.DragSourceFactorypublic final java.lang.String getHighlightBehavior()
public final void setHighlightBehavior(java.lang.String highlightBehavior)
highlightBehavior - the highlight behaviorpublic final org.apache.myfaces.trinidad.model.RowKeySet getHighlightedRowKeys()
public final void setHighlightedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet highlightedRowKeys)
highlightedRowKeys - the set of highlighted nodespublic final java.lang.Object getCenterRowKey()
public final void setCenterRowKey(java.lang.Object centerRowKey)
centerRowKey - the rowKey of the node to be centeredprotected void setupVisitingContext(javax.faces.context.FacesContext context)
setupVisitingContext in class org.apache.myfaces.trinidad.component.UIXCollectionprotected void tearDownVisitingContext(javax.faces.context.FacesContext context)
tearDownVisitingContext in class org.apache.myfaces.trinidad.component.UIXCollection