Package com.portal.app.cc
Class BalanceGroupsNode
java.lang.Object
com.portal.app.cc.BalanceGroupsNode
- All Implemented Interfaces:
TreeNode
Node class for MBI TreeTable in Payment Panel during Account Creation
- Author:
- Ram
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Vectorprotected booleanprotected BalanceGroupsNode -
Constructor Summary
ConstructorsConstructorDescriptionBalanceGroupsNode(BalanceGroupsNode p, Object[] s) BalanceGroupsNode(BalanceGroupsNode p, String[] s, Vector c) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(BalanceGroupsNode child) Object[]children()Object[]data()booleancompare fields - not referencesbooleangetChildAt(int childIndex) intintbooleanisLeaf()voidvoidset 'isLeaf' status to 'false'toString()
-
Field Details
-
parent
-
children
-
allowsChildren
protected boolean allowsChildren -
isLeaf
protected boolean isLeaf
-
-
Constructor Details
-
BalanceGroupsNode
public BalanceGroupsNode() -
BalanceGroupsNode
-
BalanceGroupsNode
-
-
Method Details
-
setIsNotLeaf
public void setIsNotLeaf()set 'isLeaf' status to 'false' -
equals
compare fields - not references -
addChild
-
data
-
setDataAt
-
getChildAt
- Specified by:
getChildAtin interfaceTreeNode
-
getChildCount
public int getChildCount()- Specified by:
getChildCountin interfaceTreeNode
-
getParent
-
getIndex
-
getAllowsChildren
public boolean getAllowsChildren()- Specified by:
getAllowsChildrenin interfaceTreeNode
-
isLeaf
public boolean isLeaf() -
children
-
childArray
-
toString
-