public interface IListViewContract extends Remote
| Modifier and Type | Method and Description | 
|---|---|
| void | addSelectionByIndex(Integer hwnd,
                   Integer index) | 
| void | addSelectionByName(Integer hwnd,
                  String item) | 
| void | deselectAll(Integer hwnd) | 
| String[] | getItemNames(Integer hwnd) | 
| Integer | getItemsCount(Integer hwnd) | 
| Integer | getSelectedIndex(Integer hwnd) | 
| String | getSelectedItem(Integer hwnd) | 
| String[] | getSelectedItems(Integer hwnd) | 
| void | removeSelectionByIndex(Integer hwnd,
                      Integer index) | 
| void | removeSelectionByName(Integer hwnd,
                     String item) | 
| void | selectAll(Integer hwnd) | 
| void | selectByIndex(Integer hwnd,
             Integer index) | 
| void | selectByName(Integer hwnd,
            String item) | 
void addSelectionByIndex(Integer hwnd, Integer index) throws RemoteException
RemoteExceptionvoid addSelectionByName(Integer hwnd, String item) throws RemoteException
RemoteExceptionvoid deselectAll(Integer hwnd) throws RemoteException
RemoteExceptionString[] getItemNames(Integer hwnd) throws RemoteException
RemoteExceptionInteger getItemsCount(Integer hwnd) throws RemoteException
RemoteExceptionInteger getSelectedIndex(Integer hwnd) throws RemoteException
RemoteExceptionString getSelectedItem(Integer hwnd) throws RemoteException
RemoteExceptionString[] getSelectedItems(Integer hwnd) throws RemoteException
RemoteExceptionvoid removeSelectionByIndex(Integer hwnd, Integer index) throws RemoteException
RemoteExceptionvoid removeSelectionByName(Integer hwnd, String item) throws RemoteException
RemoteExceptionvoid selectAll(Integer hwnd) throws RemoteException
RemoteExceptionvoid selectByIndex(Integer hwnd, Integer index) throws RemoteException
RemoteExceptionvoid selectByName(Integer hwnd, String item) throws RemoteException
RemoteExceptionCopyright © 2013. All rights reserved.