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
RemoteException
void addSelectionByName(Integer hwnd, String item) throws RemoteException
RemoteException
void deselectAll(Integer hwnd) throws RemoteException
RemoteException
String[] getItemNames(Integer hwnd) throws RemoteException
RemoteException
Integer getItemsCount(Integer hwnd) throws RemoteException
RemoteException
Integer getSelectedIndex(Integer hwnd) throws RemoteException
RemoteException
String getSelectedItem(Integer hwnd) throws RemoteException
RemoteException
String[] getSelectedItems(Integer hwnd) throws RemoteException
RemoteException
void removeSelectionByIndex(Integer hwnd, Integer index) throws RemoteException
RemoteException
void removeSelectionByName(Integer hwnd, String item) throws RemoteException
RemoteException
void selectAll(Integer hwnd) throws RemoteException
RemoteException
void selectByIndex(Integer hwnd, Integer index) throws RemoteException
RemoteException
void selectByName(Integer hwnd, String item) throws RemoteException
RemoteException
Copyright © 2013. All rights reserved.