| Constructor and Description |
|---|
WebSelectProxy() |
WebSelectProxy(String endpoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
deselectAll(String arg0,
String arg1,
String arg2) |
void |
deselectByIndex(String arg0,
String arg1,
String arg2,
int arg3) |
void |
deselectByValue(String arg0,
String arg1,
String arg2,
String arg3) |
void |
deselectByVisibleText(String arg0,
String arg1,
String arg2,
String arg3) |
String[] |
getAllOptions(String arg0,
String arg1,
String arg2) |
String[] |
getAllSelectedOptions(String arg0,
String arg1,
String arg2) |
String |
getEndpoint() |
String |
getFirstSelectedOption(String arg0,
String arg1,
String arg2) |
WebSelect |
getWebSelect() |
boolean |
isMultiple(String arg0,
String arg1,
String arg2) |
void |
selectByIndex(String arg0,
String arg1,
String arg2,
int arg3) |
void |
selectByValue(String arg0,
String arg1,
String arg2,
String arg3) |
void |
selectByVisibleText(String arg0,
String arg1,
String arg2,
String arg3) |
void |
setEndpoint(String endpoint) |
public WebSelectProxy()
public WebSelectProxy(String endpoint)
public String getEndpoint()
public void setEndpoint(String endpoint)
public WebSelect getWebSelect()
public boolean isMultiple(String arg0, String arg1, String arg2) throws RemoteException
isMultiple in interface WebSelectRemoteExceptionpublic void deselectAll(String arg0, String arg1, String arg2) throws RemoteException
deselectAll in interface WebSelectRemoteExceptionpublic void deselectByIndex(String arg0, String arg1, String arg2, int arg3) throws RemoteException
deselectByIndex in interface WebSelectRemoteExceptionpublic void deselectByValue(String arg0, String arg1, String arg2, String arg3) throws RemoteException
deselectByValue in interface WebSelectRemoteExceptionpublic String[] getAllOptions(String arg0, String arg1, String arg2) throws RemoteException
getAllOptions in interface WebSelectRemoteExceptionpublic void selectByIndex(String arg0, String arg1, String arg2, int arg3) throws RemoteException
selectByIndex in interface WebSelectRemoteExceptionpublic void selectByValue(String arg0, String arg1, String arg2, String arg3) throws RemoteException
selectByValue in interface WebSelectRemoteExceptionpublic void selectByVisibleText(String arg0, String arg1, String arg2, String arg3) throws RemoteException
selectByVisibleText in interface WebSelectRemoteExceptionpublic void deselectByVisibleText(String arg0, String arg1, String arg2, String arg3) throws RemoteException
deselectByVisibleText in interface WebSelectRemoteExceptionpublic String[] getAllSelectedOptions(String arg0, String arg1, String arg2) throws RemoteException
getAllSelectedOptions in interface WebSelectRemoteExceptionpublic String getFirstSelectedOption(String arg0, String arg1, String arg2) throws RemoteException
getFirstSelectedOption in interface WebSelectRemoteExceptionCopyright © 2013. All rights reserved.