public static class CompareViewBean.CompareID
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
modelIndex
Model index, 0, 1, or 2
|
java.lang.String |
nodeId
Actual id in the model (ie, no .0, .1, or .2 postfix
|
java.lang.String |
treegridNodeId
Original ID with .0, .1, or .2 postfix
|
Constructor and Description |
---|
CompareID(java.lang.String id)
Given the TreeGrid id populate the model id, treegrid id, and the node id
|