public class WebPopupList extends WebControl
Constructor and Description |
---|
WebPopupList(Frame parent,
String locator) |
WebPopupList(Frame parent,
String parentElement,
String locator) |
Modifier and Type | Method and Description |
---|---|
void |
deselectAll()
.
|
void |
deselectByIndex(int arg3)
.
|
void |
deselectByValue(String arg3)
.
|
void |
deselectByVisibleText(String arg3)
.
|
String[] |
getAllOptions()
.
|
String[] |
getAllSelectedOptions()
.
|
String |
getFirstSelectedOption()
.
|
boolean |
isMulti()
.
|
void |
selectByIndex(int arg3)
.
|
void |
selectByValue(String arg3)
.
|
void |
selectByVisibleText(String arg3)
.
|
click, client, getAttribute, getClient, getLocation, getLocator, getParent, getParentElement, getSize, getValue, innerHtml, innerText, isFocused, setClient, setLocator, setParent, setParentElement
public final void deselectAll() throws RemoteException
RemoteException
- .public final void deselectByIndex(int arg3) throws RemoteException
arg3
- .RemoteException
- .public final void deselectByValue(String arg3) throws RemoteException
arg3
- .RemoteException
- .public final void deselectByVisibleText(String arg3) throws RemoteException
arg3
- .RemoteException
- .public final String[] getAllOptions() throws RemoteException
RemoteException
- .public final String[] getAllSelectedOptions() throws RemoteException
RemoteException
- .public final String getFirstSelectedOption() throws RemoteException
RemoteException
- .public final boolean isMulti() throws RemoteException
RemoteException
- .public final void selectByIndex(int arg3) throws RemoteException
arg3
- .RemoteException
- .public final void selectByValue(String arg3) throws RemoteException
arg3
- .RemoteException
- .public final void selectByVisibleText(String arg3) throws RemoteException
arg3
- .RemoteException
- .Copyright © 2013. All rights reserved.