Uses of Interface
com.sas.swing.models.remotefileselector2.RemoteFileSearchModelInterface

Packages that use RemoteFileSearchModelInterface
com.sas.commands.remotefileselector2   
com.sas.servlet.tbeans.remotefileselector2   
com.sas.servlet.tbeans.remotefileselector2.html   
 

Uses of RemoteFileSearchModelInterface in com.sas.commands.remotefileselector2
 

Methods in com.sas.commands.remotefileselector2 that return RemoteFileSearchModelInterface
 RemoteFileSearchModelInterface HttpSearchCommand.getRemoteModel()
          Returns the model attribute value.
 

Methods in com.sas.commands.remotefileselector2 with parameters of type RemoteFileSearchModelInterface
 void HttpSearchCommand.setRemoteModel(RemoteFileSearchModelInterface remoteModel)
          Sets the model attribute value.
 

Uses of RemoteFileSearchModelInterface in com.sas.servlet.tbeans.remotefileselector2
 

Fields in com.sas.servlet.tbeans.remotefileselector2 declared as RemoteFileSearchModelInterface
protected  RemoteFileSearchModelInterface BaseRemoteFileSearch.model
          The model used to process the search If this value is null the search will fail.
 

Methods in com.sas.servlet.tbeans.remotefileselector2 that return RemoteFileSearchModelInterface
 RemoteFileSearchModelInterface BaseRemoteFileSearch.getModel()
          Returns the model used for retrieving the search file information.
 

Methods in com.sas.servlet.tbeans.remotefileselector2 with parameters of type RemoteFileSearchModelInterface
 void BaseRemoteFileSearch.setModel(RemoteFileSearchModelInterface model)
          Sets the RemoteFileSearchModelInterface model instance.
 

Uses of RemoteFileSearchModelInterface in com.sas.servlet.tbeans.remotefileselector2.html
 

Methods in com.sas.servlet.tbeans.remotefileselector2.html with parameters of type RemoteFileSearchModelInterface
protected  void RemoteFileSearch.setupView(BaseTableView table, RemoteFileSearchModelInterface model)
          Bind the viewer and the model.
 

Constructors in com.sas.servlet.tbeans.remotefileselector2.html with parameters of type RemoteFileSearchModelInterface
RemoteFileSearch(RemoteFileSearchModelInterface model)
          Constructs a new RemoteFileSearch component using the specified search model.
RemoteFileSearch(RemoteFileSearchModelInterface model, java.util.Locale locale)
          Constructs a new RemoteFileSearch component using the specified search model and the specified locale.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.