public class IListBoxContractProxy extends Object implements IListBoxContract
| Constructor and Description | 
|---|
| IListBoxContractProxy() | 
| IListBoxContractProxy(String endpoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addSelectionByIndex(Integer hwnd,
                   Integer index) | 
| void | addSelectionByName(Integer hwnd,
                  String item) | 
| void | deselectAll(Integer hwnd) | 
| String | getEndpoint() | 
| IListBoxContract | getIListBoxContract() | 
| 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 | setEndpoint(String endpoint) | 
public IListBoxContractProxy()
public IListBoxContractProxy(String endpoint)
public void addSelectionByIndex(Integer hwnd, Integer index) throws RemoteException
addSelectionByIndex in interface IListBoxContractRemoteExceptionpublic void addSelectionByName(Integer hwnd, String item) throws RemoteException
addSelectionByName in interface IListBoxContractRemoteExceptionpublic void deselectAll(Integer hwnd) throws RemoteException
deselectAll in interface IListBoxContractRemoteExceptionpublic String getEndpoint()
public IListBoxContract getIListBoxContract()
public String[] getItemNames(Integer hwnd) throws RemoteException
getItemNames in interface IListBoxContractRemoteExceptionpublic Integer getItemsCount(Integer hwnd) throws RemoteException
getItemsCount in interface IListBoxContractRemoteExceptionpublic Integer getSelectedIndex(Integer hwnd) throws RemoteException
getSelectedIndex in interface IListBoxContractRemoteExceptionpublic String getSelectedItem(Integer hwnd) throws RemoteException
getSelectedItem in interface IListBoxContractRemoteExceptionpublic String[] getSelectedItems(Integer hwnd) throws RemoteException
getSelectedItems in interface IListBoxContractRemoteExceptionpublic void removeSelectionByIndex(Integer hwnd, Integer index) throws RemoteException
removeSelectionByIndex in interface IListBoxContractRemoteExceptionpublic void removeSelectionByName(Integer hwnd, String item) throws RemoteException
removeSelectionByName in interface IListBoxContractRemoteExceptionpublic void selectAll(Integer hwnd) throws RemoteException
selectAll in interface IListBoxContractRemoteExceptionpublic void selectByIndex(Integer hwnd, Integer index) throws RemoteException
selectByIndex in interface IListBoxContractRemoteExceptionpublic void selectByName(Integer hwnd, String item) throws RemoteException
selectByName in interface IListBoxContractRemoteExceptionpublic void setEndpoint(String endpoint)
Copyright © 2013. All rights reserved.