|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteFileNavigationModelInterface | |
---|---|
com.sas.commands.remotefileselector2 | |
com.sas.servlet.tbeans.remotefileselector2 | |
com.sas.servlet.tbeans.remotefileselector2.html |
Uses of RemoteFileNavigationModelInterface in com.sas.commands.remotefileselector2 |
---|
Methods in com.sas.commands.remotefileselector2 that return RemoteFileNavigationModelInterface | |
---|---|
RemoteFileNavigationModelInterface |
OpenFolderCommand.getModel()
Returns the model attribute value. |
Methods in com.sas.commands.remotefileselector2 with parameters of type RemoteFileNavigationModelInterface | |
---|---|
void |
OpenFolderCommand.setModel(RemoteFileNavigationModelInterface model)
Sets the model attribute value. |
Uses of RemoteFileNavigationModelInterface in com.sas.servlet.tbeans.remotefileselector2 |
---|
Methods in com.sas.servlet.tbeans.remotefileselector2 that return RemoteFileNavigationModelInterface | |
---|---|
RemoteFileNavigationModelInterface |
RemoteFileSelectorInterface.getModel()
Component must use an instance of the RemoteFileNavigationModelInterface as the model. |
RemoteFileNavigationModelInterface |
BaseRemoteFileSelector.getModel()
Returns the model used for managing the file data |
Methods in com.sas.servlet.tbeans.remotefileselector2 with parameters of type RemoteFileNavigationModelInterface | |
---|---|
void |
BaseRemoteFileSelector.setModel(RemoteFileNavigationModelInterface model)
Sets the model used for managing the file information. |
Uses of RemoteFileNavigationModelInterface in com.sas.servlet.tbeans.remotefileselector2.html |
---|
Constructors in com.sas.servlet.tbeans.remotefileselector2.html with parameters of type RemoteFileNavigationModelInterface | |
---|---|
RemoteFileSelector(RemoteFileNavigationModelInterface model)
Constructs a new RemoteFileSelector with the specified model. |
|
RemoteFileSelector(RemoteFileNavigationModelInterface model,
java.util.Locale locale)
Constructs a new RemoteFileSelector using the specified model and Locale. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |