|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteLevelTreeInterface
RemoteLevelTreeInterface defines the remote interface that is used to talk to the SAS server to create the information needed to initialize a JavaScript Tree from a SAS data set.
RemoteLevelTreeInterface defines the remote methods which are called internally by the implementation of ParentChildInterface and which should not be called by the user.
The remote methods are implemented in SASHELP.RSCLMOD.TREE.SCL. The remote class is SASHELP.RSCLMOD.TREE.CLASS.
LevelTreeInterface
,
Rocf
Method Summary | |
---|---|
java.lang.String |
_getDataSet()
This method is for internal implementation only and should not be called by the user. |
java.lang.String |
_getDefaultIcon()
This method is for internal implementation only and should not be called by the user. |
java.lang.String |
_getDefaultIconColumn()
This method is for internal implementation only and should not be called by the user. |
java.lang.String |
_getExpandedIcon()
This method is for internal implementation only and should not be called by the user. |
java.lang.String |
_getExpandedIconColumn()
This method is for internal implementation only and should not be called by the user. |
java.lang.String |
_getIndexColumn()
This method is for internal implementation only and should not be called by the user. |
java.lang.String |
_getLevelColumn()
This method is for internal implementation only and should not be called by the user. |
java.lang.String |
_getLink()
This method is for internal implementation only and should not be called by the user. |
java.lang.String |
_getLinkColumn()
This method is for internal implementation only and should not be called by the user. |
java.lang.String[] |
_getNameValuePairColumns()
This method is for internal implementation only and should not be called by the user. |
java.lang.String |
_getTextColumn()
This method is for internal implementation only and should not be called by the user. |
com.sas.collection.hlist.HListInterface |
_getTreeNodes()
This method is for internal implementation only and should not be called by the user. |
com.sas.collection.hlist.HListInterface |
_getWhere()
This method is for internal implementation only and should not be called by the user. |
boolean |
_isValid()
This method is for internal implementation only and should not be called by the user. |
void |
_setDataSet(java.lang.String ds)
This method is for internal implementation only and should not be called by the user. |
void |
_setDefaultIcon(java.lang.String icon)
This method is for internal implementation only and should not be called by the user. |
void |
_setDefaultIconColumn(java.lang.String icon)
This method is for internal implementation only and should not be called by the user. |
void |
_setExpandedIcon(java.lang.String icon)
This method is for internal implementation only and should not be called by the user. |
void |
_setExpandedIconColumn(java.lang.String icon)
This method is for internal implementation only and should not be called by the user. |
void |
_setIndexColumn(java.lang.String col)
This method is for internal implementation only and should not be called by the user. |
void |
_setLevelColumn(java.lang.String col)
This method is for internal implementation only and should not be called by the user. |
void |
_setLink(java.lang.String lnk)
This method is for internal implementation only and should not be called by the user. |
void |
_setLinkColumn(java.lang.String col)
This method is for internal implementation only and should not be called by the user. |
void |
_setNameValuePairColumns(java.lang.String[] cols)
This method is for internal implementation only and should not be called by the user. |
void |
_setTextColumn(java.lang.String col)
This method is for internal implementation only and should not be called by the user. |
void |
_setWhere(com.sas.collection.hlist.HListInterface wc)
This method is for internal implementation only and should not be called by the user. |
java.lang.String |
_validate()
This method is for internal implementation only and should not be called by the user. |
void |
close()
This method is for internal implementation only and should not be called by the user. |
Method Detail |
---|
java.lang.String _getDataSet()
LevelTreeInterface.getDataSet()
void _setDataSet(java.lang.String ds)
LevelTreeInterface.setDataSet(java.lang.String)
com.sas.collection.hlist.HListInterface _getWhere()
LevelTreeInterface.getWhere()
void _setWhere(com.sas.collection.hlist.HListInterface wc)
LevelTreeInterface.setWhere(java.lang.String)
java.lang.String _getDefaultIconColumn()
void _setDefaultIconColumn(java.lang.String icon)
java.lang.String _getDefaultIcon()
void _setDefaultIcon(java.lang.String icon)
LevelTreeInterface.setDefaultImage(String)
java.lang.String _getExpandedIcon()
void _setExpandedIcon(java.lang.String icon)
java.lang.String _getExpandedIconColumn()
void _setExpandedIconColumn(java.lang.String icon)
java.lang.String _getLevelColumn()
void _setLevelColumn(java.lang.String col)
java.lang.String _getIndexColumn()
void _setIndexColumn(java.lang.String col)
java.lang.String _getLinkColumn()
void _setLinkColumn(java.lang.String col)
java.lang.String _getLink()
void _setLink(java.lang.String lnk)
java.lang.String[] _getNameValuePairColumns()
LevelTreeInterface.getNameValuePairColumns()
void _setNameValuePairColumns(java.lang.String[] cols)
LevelTreeInterface.setNameValuePairColumns(java.lang.String[])
java.lang.String _getTextColumn()
void _setTextColumn(java.lang.String col)
com.sas.collection.hlist.HListInterface _getTreeNodes()
java.lang.String _validate()
boolean _isValid()
void close()
LevelTreeInterface.close()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |