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 boolean
protected Vector
protected boolean
protected BalanceGroupsNode
-
Constructor Summary
ConstructorsConstructorDescriptionBalanceGroupsNode
(BalanceGroupsNode p, Object[] s) BalanceGroupsNode
(BalanceGroupsNode p, String[] s, Vector c) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addChild
(BalanceGroupsNode child) Object[]
children()
Object[]
data()
boolean
compare fields - not referencesboolean
getChildAt
(int childIndex) int
int
boolean
isLeaf()
void
void
set '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:
getChildAt
in interfaceTreeNode
-
getChildCount
public int getChildCount()- Specified by:
getChildCount
in interfaceTreeNode
-
getParent
-
getIndex
-
getAllowsChildren
public boolean getAllowsChildren()- Specified by:
getAllowsChildren
in interfaceTreeNode
-
isLeaf
public boolean isLeaf() -
children
-
childArray
-
toString
-