|
ADF Designtime | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static int |
ACCESSOR_NODE
|
static int |
ACTION_NODE
|
static int |
APPLICATION_MODULE
|
static int |
ATTRIBUTE_NODE
|
static int |
COLLECTION_NODE
Node types returned be getNodeType |
static int |
DATA_CONTROL_NODE
|
static int |
JAVA_BEAN
|
static int |
METHOD_NODE
|
Method Summary | |
boolean |
actionRepresentsNode(JUDTCtrlAction action)
Allows the tree node to decide if the passed in action represents the action that the tree node requires. |
java.lang.String |
getActualBindingType(java.lang.String sBindingType)
This function is called prior to creating a binding via the binding factory. |
java.util.ArrayList |
getAttributeBindings()
|
AttributeInfo |
getAttributeInfo()
Only call this function if getNodeType() returns ATTRIBUTE_NODE |
java.lang.String |
getBindingNameSuffix()
Returns the binding name suffix used in generating the control id. |
JUDTDataControl |
getDataControl()
Returns the DataControl parent of this node. |
java.lang.String |
getDefaultBindingName()
|
java.lang.String |
getInstanceName()
|
DataControlAccessorNode |
getIteratorSourceNode()
If the requiresIterator() function returns true, the getIteratorSourceNode return the node that provides the iterator information for initialization purposes. |
MethodReturnNode |
getMethodReturnNode()
Returns the method return node. |
java.lang.String |
getModelObjectName()
|
java.lang.String |
getModelObjectType()
|
int |
getNodeType()
|
void |
initializeActionBinding(JUDTCtrlAction action)
Allows the tree node to initialize the action that is bound to it. |
boolean |
isMethodReturnChildNode()
Returns True if this node is contained within a method return node. |
boolean |
isOperationSupported(int nOperation)
Checks with the node if the operation is supported. |
boolean |
isReadyForBinding()
|
boolean |
isRuntimeEditable()
Returns true if the service objects supports editing |
boolean |
isRuntimeVisible()
return true if this node has the visible hint on, it is possible to hide nodes such as attributes from being generated in the user interface. |
boolean |
isScalarMethodReturnNode()
Returns true if we have a scalar method return node |
boolean |
isViewObjectMethod()
Returns true if we have a View Object method node |
boolean |
requiresIterator()
|
void |
setInstanceName(java.lang.String sName)
|
Methods inherited from interface oracle.adf.dt.controls.BasicTreeNode |
getNodeIcon, getNodeText, getTooltipText, getUserObject, setShouldExpand, shouldExpandNode |
Methods inherited from interface javax.swing.tree.MutableTreeNode |
insert, remove, remove, removeFromParent, setParent, setUserObject |
Methods inherited from interface javax.swing.tree.TreeNode |
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf |
Field Detail |
public static final int COLLECTION_NODE
public static final int ACCESSOR_NODE
public static final int ACTION_NODE
public static final int METHOD_NODE
public static final int ATTRIBUTE_NODE
public static final int DATA_CONTROL_NODE
public static final int APPLICATION_MODULE
public static final int JAVA_BEAN
Method Detail |
public int getNodeType()
public JUDTDataControl getDataControl()
public java.lang.String getModelObjectName()
public java.lang.String getInstanceName()
public void setInstanceName(java.lang.String sName)
sName
- - new instance name to be used for nodepublic java.util.ArrayList getAttributeBindings()
public java.lang.String getModelObjectType()
public AttributeInfo getAttributeInfo()
public boolean requiresIterator()
public DataControlAccessorNode getIteratorSourceNode()
public boolean isRuntimeEditable()
public boolean isRuntimeVisible()
public boolean isMethodReturnChildNode()
public MethodReturnNode getMethodReturnNode()
public boolean isViewObjectMethod()
public boolean isScalarMethodReturnNode()
public java.lang.String getBindingNameSuffix()
public java.lang.String getDefaultBindingName()
public boolean isReadyForBinding()
public java.lang.String getActualBindingType(java.lang.String sBindingType)
public void initializeActionBinding(JUDTCtrlAction action)
action
- public boolean actionRepresentsNode(JUDTCtrlAction action)
action
-
public boolean isOperationSupported(int nOperation)
nOperation
-
|
ADF Designtime | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.