|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.sasserver.tree._rprxJ2LevelTree
public class _rprxJ2LevelTree
Field Summary | |
---|---|
protected java.lang.String |
methodName
|
protected java.lang.String |
name
|
protected int |
pmode
|
protected com.sas.net.server.AfRequestInterface |
remoteObject
|
Fields inherited from interface com.sas.sasserver.tree.LevelTreeInterface |
---|
contextClasspath |
Constructor Summary | |
---|---|
_rprxJ2LevelTree()
|
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.Class |
_getDelegateClass()
Return the class of the delegate or null if none |
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. |
com.sas.collection.hlist.HListInterface |
_getMembers()
Returns the list of members in the remote SCL object. |
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 |
_Remote_addContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
|
com.sas.models.NodeInterface |
_Remote_getRoot()
|
java.lang.String |
_Remote_getWhere()
|
void |
_Remote_removeContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
|
void |
_Remote_setWhere(java.lang.String p1)
|
void |
_Remote_validate()
|
void |
_RemoteObject_getInstance()
Gets an existing instance of the object |
void |
_RemoteObject_newInstance()
Creates a new instance of the object |
int |
_RemoteObject_version()
|
void |
_setDataSet(java.lang.String p1)
This method is for internal implementation only and should not be called by the user. |
void |
_setDefaultIcon(java.lang.String p1)
This method is for internal implementation only and should not be called by the user. |
void |
_setDefaultIconColumn(java.lang.String p1)
This method is for internal implementation only and should not be called by the user. |
void |
_setExpandedIcon(java.lang.String p1)
This method is for internal implementation only and should not be called by the user. |
void |
_setExpandedIconColumn(java.lang.String p1)
This method is for internal implementation only and should not be called by the user. |
void |
_setIndexColumn(java.lang.String p1)
This method is for internal implementation only and should not be called by the user. |
void |
_setLevelColumn(java.lang.String p1)
This method is for internal implementation only and should not be called by the user. |
void |
_setLink(java.lang.String p1)
This method is for internal implementation only and should not be called by the user. |
void |
_setLinkColumn(java.lang.String p1)
This method is for internal implementation only and should not be called by the user. |
void |
_setNameValuePairColumns(java.lang.String[] p1)
This method is for internal implementation only and should not be called by the user. |
void |
_setRemoteHandle(java.lang.Object o)
|
void |
_setTextColumn(java.lang.String p1)
This method is for internal implementation only and should not be called by the user. |
void |
_setWhere(com.sas.collection.hlist.HListInterface p1)
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 |
addContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
|
void |
close()
Closes the data set if it is open and set the data set to blank |
java.lang.String |
getDataSet()
Returns the name of the level SAS data set. |
java.lang.String |
getDefaultImage()
Returns name Image image to be displayed for all unexpanded nodes. |
java.lang.String |
getDefaultImageColumnName()
Returns name of the column in the level data set that contains the name of the image to be displayed for unexpanded nodes. |
java.lang.String |
getExpandedImage()
Returns name of the image to be displayed for expanded nodes. |
java.lang.String |
getExpandedImageColumnName()
Returns name of the column in the level data set that contains the name of the image to be displayed for expanded nodes. |
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[] |
getNameValuePairColumns()
Returns the names of the columns in the level data set that contain values to be used as name value pairs when creating the complete link that is associated with the node in the JavaScript tree. |
com.sas.models.NodeInterface |
getRoot()
Returns a NodeInterface object to serve as the root node. |
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. |
java.lang.String |
getURL()
Returns the link associated with all nodes in the tree. |
java.lang.String |
getURLColumnName()
Returns the name of the column in the level data set that contains the link to be associated with the node in the JavaScript tree. |
java.lang.String |
getWhere()
Returns the current where clause applied to the SAS data set. |
void |
removeContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
|
void |
setDataSet(java.lang.String p1)
Sets the name of the level SAS data set. |
void |
setDefaultImage(java.lang.String p1)
Sets the name of the image to be displayed for all unexpanded nodes. |
void |
setDefaultImageColumnName(java.lang.String p1)
Sets the name of the column in the level data set that contains the name of the image to be displayed for unexpanded nodes. |
void |
setExpandedImage(java.lang.String p1)
Sets the name of the image to be displayed expanded nodes. |
void |
setExpandedImageColumnName(java.lang.String p1)
Sets the name of the column in the level data set that contains the name of the image to be displayed expanded nodes. |
void |
setIndexColumnName(java.lang.String p1)
Sets the name of the column in the level data set that contains the index values |
void |
setLevelColumnName(java.lang.String p1)
Sets the name of the column in the level data set that contains the level values. |
void |
setNameValuePairColumns(java.lang.String[] p1)
Sets the names of the columns in the level data set that contain values to be used as name value pairs when creating the complete link that is associated with the node in the JavaScript tree. |
void |
setTextColumnName(java.lang.String p1)
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. |
void |
setURL(java.lang.String p1)
Sets the link associated with all nodes in the tree. |
void |
setURLColumnName(java.lang.String p1)
Sets the name of the column in the level data set that contains the link to be associated with the node in the JavaScript tree. |
void |
setWhere(java.lang.String p1)
Sets a where clause on the current SAS Data set. |
void |
stop()
|
void |
validate()
Validates the model to make sure all required, properties are set as well as ckecks the validity of current properties. |
Field Detail |
---|
protected com.sas.net.server.AfRequestInterface remoteObject
protected java.lang.String name
protected java.lang.String methodName
protected int pmode
Constructor Detail |
---|
public _rprxJ2LevelTree()
Method Detail |
---|
public void stop()
stop
in class com.sas.rmi.J2BaseClient
public void _setRemoteHandle(java.lang.Object o)
public void _RemoteObject_getInstance() throws java.lang.Exception
J2BaseClient
_RemoteObject_getInstance
in class com.sas.rmi.J2BaseClient
java.lang.Exception
- If some type of exception occurspublic void _RemoteObject_newInstance() throws java.lang.Exception
J2BaseClient
_RemoteObject_newInstance
in class com.sas.rmi.J2BaseClient
java.lang.Exception
- If some type of exception occurspublic int _RemoteObject_version()
_RemoteObject_version
in interface com.sas.rmi.RocfRemoteObject
_RemoteObject_version
in class com.sas.rmi.RemoteBaseClient
public java.lang.Class _getDelegateClass()
DelegationModelInterface
_getDelegateClass
in interface com.sas.rmi.DelegationModelInterface
_getDelegateClass
in class com.sas.rmi.RemoteBaseClient
public java.lang.String getURL()
LevelTreeInterface
getURL
in interface LevelTreeInterface
public void close()
LevelTreeInterface
close
in interface LevelTreeInterface
close
in interface RemoteLevelTreeInterface
LevelTreeInterface.close()
public void setURL(java.lang.String p1)
LevelTreeInterface
setURL
in interface LevelTreeInterface
p1
- - the value of the linkpublic void validate() throws com.sas.table.TableException
LevelTreeInterface
validate
in interface LevelTreeInterface
com.sas.table.TableException
public void _Remote_validate() throws com.sas.table.TableException
com.sas.table.TableException
public java.lang.String getDataSet()
LevelTreeInterface
getDataSet
in interface LevelTreeInterface
LevelTreeInterface.setDataSet(java.lang.String)
public void setDataSet(java.lang.String p1)
LevelTreeInterface
setDataSet
in interface LevelTreeInterface
p1
- - SAS data set namepublic java.lang.String getWhere()
LevelTreeInterface
getWhere
in interface LevelTreeInterface
public java.lang.String _Remote_getWhere()
public void setWhere(java.lang.String p1)
LevelTreeInterface
setWhere
in interface LevelTreeInterface
p1
- - where clause to be appliedpublic void _Remote_setWhere(java.lang.String p1)
public java.lang.String getDefaultImageColumnName()
LevelTreeInterface
getDefaultImageColumnName
in interface LevelTreeInterface
public void setDefaultImageColumnName(java.lang.String p1)
LevelTreeInterface
setDefaultImageColumnName
in interface LevelTreeInterface
p1
- - name of column that contains image URL for defaultImage.public java.lang.String getDefaultImage()
LevelTreeInterface
getDefaultImage
in interface LevelTreeInterface
public void setDefaultImage(java.lang.String p1)
LevelTreeInterface
setDefaultImage
in interface LevelTreeInterface
p1
- - URL for defaultImage.public java.lang.String getExpandedImageColumnName()
LevelTreeInterface
getExpandedImageColumnName
in interface LevelTreeInterface
public void setExpandedImageColumnName(java.lang.String p1)
LevelTreeInterface
setExpandedImageColumnName
in interface LevelTreeInterface
p1
- - name of column that contains image URL for the expandedImage.public java.lang.String getExpandedImage()
LevelTreeInterface
getExpandedImage
in interface LevelTreeInterface
public void setExpandedImage(java.lang.String p1)
LevelTreeInterface
setExpandedImage
in interface LevelTreeInterface
p1
- - image URL for the expandedImage.public java.lang.String getURLColumnName()
LevelTreeInterface
getURLColumnName
in interface LevelTreeInterface
public void setURLColumnName(java.lang.String p1)
LevelTreeInterface
setURLColumnName
in interface LevelTreeInterface
p1
- - name of column that contains the link valuespublic java.lang.String[] getNameValuePairColumns()
LevelTreeInterface
getNameValuePairColumns
in interface LevelTreeInterface
public void setNameValuePairColumns(java.lang.String[] p1)
LevelTreeInterface
setNameValuePairColumns
in interface LevelTreeInterface
p1
- - an array of column names to be used as name value pairs on the linkpublic com.sas.models.NodeInterface getRoot()
TreeInterface
getRoot
in interface com.sas.models.TreeInterface
public com.sas.models.NodeInterface _Remote_getRoot()
public java.lang.String _getDataSet()
RemoteLevelTreeInterface
_getDataSet
in interface RemoteLevelTreeInterface
LevelTreeInterface.getDataSet()
public void _setDataSet(java.lang.String p1)
RemoteLevelTreeInterface
_setDataSet
in interface RemoteLevelTreeInterface
LevelTreeInterface.setDataSet(java.lang.String)
public com.sas.collection.hlist.HListInterface _getWhere()
RemoteLevelTreeInterface
_getWhere
in interface RemoteLevelTreeInterface
LevelTreeInterface.getWhere()
public void _setWhere(com.sas.collection.hlist.HListInterface p1)
RemoteLevelTreeInterface
_setWhere
in interface RemoteLevelTreeInterface
LevelTreeInterface.setWhere(java.lang.String)
public java.lang.String _getDefaultIconColumn()
RemoteLevelTreeInterface
_getDefaultIconColumn
in interface RemoteLevelTreeInterface
public void _setDefaultIconColumn(java.lang.String p1)
RemoteLevelTreeInterface
_setDefaultIconColumn
in interface RemoteLevelTreeInterface
public java.lang.String _getDefaultIcon()
RemoteLevelTreeInterface
_getDefaultIcon
in interface RemoteLevelTreeInterface
public void _setDefaultIcon(java.lang.String p1)
RemoteLevelTreeInterface
_setDefaultIcon
in interface RemoteLevelTreeInterface
LevelTreeInterface.setDefaultImage(String)
public java.lang.String _getExpandedIcon()
RemoteLevelTreeInterface
_getExpandedIcon
in interface RemoteLevelTreeInterface
public void _setExpandedIcon(java.lang.String p1)
RemoteLevelTreeInterface
_setExpandedIcon
in interface RemoteLevelTreeInterface
public java.lang.String _getExpandedIconColumn()
RemoteLevelTreeInterface
_getExpandedIconColumn
in interface RemoteLevelTreeInterface
public void _setExpandedIconColumn(java.lang.String p1)
RemoteLevelTreeInterface
_setExpandedIconColumn
in interface RemoteLevelTreeInterface
public java.lang.String _getLevelColumn()
RemoteLevelTreeInterface
_getLevelColumn
in interface RemoteLevelTreeInterface
public void _setLevelColumn(java.lang.String p1)
RemoteLevelTreeInterface
_setLevelColumn
in interface RemoteLevelTreeInterface
public java.lang.String _getIndexColumn()
RemoteLevelTreeInterface
_getIndexColumn
in interface RemoteLevelTreeInterface
public void _setIndexColumn(java.lang.String p1)
RemoteLevelTreeInterface
_setIndexColumn
in interface RemoteLevelTreeInterface
public java.lang.String _getLinkColumn()
RemoteLevelTreeInterface
_getLinkColumn
in interface RemoteLevelTreeInterface
public void _setLinkColumn(java.lang.String p1)
RemoteLevelTreeInterface
_setLinkColumn
in interface RemoteLevelTreeInterface
public java.lang.String _getLink()
RemoteLevelTreeInterface
_getLink
in interface RemoteLevelTreeInterface
public void _setLink(java.lang.String p1)
RemoteLevelTreeInterface
_setLink
in interface RemoteLevelTreeInterface
public java.lang.String[] _getNameValuePairColumns()
RemoteLevelTreeInterface
_getNameValuePairColumns
in interface RemoteLevelTreeInterface
LevelTreeInterface.getNameValuePairColumns()
public void _setNameValuePairColumns(java.lang.String[] p1)
RemoteLevelTreeInterface
_setNameValuePairColumns
in interface RemoteLevelTreeInterface
LevelTreeInterface.setNameValuePairColumns(java.lang.String[])
public java.lang.String _getTextColumn()
RemoteLevelTreeInterface
_getTextColumn
in interface RemoteLevelTreeInterface
public void _setTextColumn(java.lang.String p1)
RemoteLevelTreeInterface
_setTextColumn
in interface RemoteLevelTreeInterface
public com.sas.collection.hlist.HListInterface _getTreeNodes()
RemoteLevelTreeInterface
_getTreeNodes
in interface RemoteLevelTreeInterface
public java.lang.String _validate()
RemoteLevelTreeInterface
_validate
in interface RemoteLevelTreeInterface
public boolean _isValid()
RemoteLevelTreeInterface
_isValid
in interface RemoteLevelTreeInterface
public com.sas.collection.hlist.HListInterface _getMembers()
RemoteSASListInterface
_getMembers
in interface RemoteSASListInterface
public void addContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
addContentsChangedListener
in interface com.sas.collection.ContentsChangedSource
public void _Remote_addContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
public void removeContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
removeContentsChangedListener
in interface com.sas.collection.ContentsChangedSource
public void _Remote_removeContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
public java.lang.String getLevelColumnName()
LevelDataInterface
getLevelColumnName
in interface LevelDataInterface
public void setLevelColumnName(java.lang.String p1)
LevelDataInterface
setLevelColumnName
in interface LevelDataInterface
p1
- - the name of column that contains level valuespublic java.lang.String getIndexColumnName()
LevelDataInterface
getIndexColumnName
in interface LevelDataInterface
public void setIndexColumnName(java.lang.String p1)
LevelDataInterface
setIndexColumnName
in interface LevelDataInterface
p1
- - name of column that contains the index valuespublic java.lang.String getTextColumnName()
LevelDataInterface
getTextColumnName
in interface LevelDataInterface
public void setTextColumnName(java.lang.String p1)
LevelDataInterface
setTextColumnName
in interface LevelDataInterface
p1
- - 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 |