|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LevelDataInterface
LevelDataInterface defines an interface that is used to talk to a data source to create a tree which can be used to display a data source in levels.
The data must be the structure known as the level data
set.
An example of how to create a level data set in SAS can be found here.
Method Summary | |
---|---|
java.lang.String |
getIndexColumnName()
Returns the name of the column in the level data set that contains the index values |
java.lang.String |
getLevelColumnName()
Returns the name of the column in the level data set that contains the level values. |
java.lang.String |
getTextColumnName()
Returns the name of the column in the level data set that contains the descriptive text to be displayed on the node in the JavaScript tree. |
void |
setIndexColumnName(java.lang.String col)
Sets the name of the column in the level data set that contains the index values |
void |
setLevelColumnName(java.lang.String col)
Sets the name of the column in the level data set that contains the level values. |
void |
setTextColumnName(java.lang.String col)
Sets the name of the column in the level data set that contains the descriptive text to be displayed on the node in the JavaScript tree. |
Method Detail |
---|
java.lang.String getLevelColumnName()
void setLevelColumnName(java.lang.String col)
col
- - the name of column that contains level valuesjava.lang.String getIndexColumnName()
void setIndexColumnName(java.lang.String col)
col
- - name of column that contains the index valuesjava.lang.String getTextColumnName()
void setTextColumnName(java.lang.String col)
col
- - the name of column that contains the descriptive text values
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |