|
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||||
Contains methods for lookup HTML objects within TableCell.
| Method Summary | |
Button |
button()
Returns first button contained in this table cell. |
Button |
button(int index)
Returns button contained in this table cell by specified index. |
Checkbox |
checkbox()
Returns first checkbox contained in this table cell. |
Checkbox |
checkbox(int index)
Returns checkbox contained in this table cell by specified index. |
FileField |
fileField()
Returns first file field contained in this table cell. |
FileField |
fileField(int index)
Returns file field contained in this table cell by specified index. |
Image |
image()
Returns first image or image button contained in this table cell. |
Image[] |
images()
Returns all images and image buttons contained in this table cell. |
Link |
link()
Returns first link contained in this table cell. |
Link[] |
links()
Returns all links contained in this table cell. |
MultipleSelect |
multiSelect()
Returns first multiple select contained in this table cell. |
MultipleSelect |
multiSelect(int index)
Returns multiple select contained in this table cell by specified index. |
PasswordField |
passwordField()
Returns first password field contained in this table cell. |
PasswordField |
passwordField(int index)
Returns password field contained in this table cell by specified index. |
RadioButton |
radioButton()
Returns first radio button contained in this table cell. |
RadioButton |
radioButton(int index)
Returns radio button contained in this table cell by specified index. |
SingleSelect |
singleSelect()
Returns first single select (drop down) contained in this table cell. |
SingleSelect |
singleSelect(int index)
Returns single select (drop down) contained in this table cell by specified index. |
Table |
table(int index)
Returns table by index in the cell. |
Textarea |
textarea()
Returns first textarea contained in this table cell. |
Textarea |
textarea(int index)
Returns textarea contained in this table cell by specified index. |
TextField |
textField()
Returns first text field contained in this table cell. |
TextField |
textField(int index)
Returns text field contained in this table cell by specified index. |
| Method Detail |
public Link link()
throws LookupException
LookupException - if link was not found.public Link[] links()
public TextField textField()
throws LookupException
LookupException - if text field was not found
public TextField textField(int index)
throws LookupException
index - index of text field among other text fields in this cell, starting from zero.
LookupException - if text field was not found
public PasswordField passwordField()
throws LookupException
LookupException - if password field was not found
public PasswordField passwordField(int index)
throws LookupException
index - index of password field among other password fields in this cell, starting from zero.
LookupException - if password field was not found
public FileField fileField()
throws LookupException
LookupException - if file field was not found
public FileField fileField(int index)
throws LookupException
index - index of file field among other file fields in this cell, starting from zero.
LookupException - if file field was not found
public Textarea textarea()
throws LookupException
LookupException - if textarea was not found
public Textarea textarea(int index)
throws LookupException
index - index of textarea among other textareas in this cell, starting from zero.
LookupException - if textarea was not found
public SingleSelect singleSelect()
throws LookupException
LookupException - if single select was not found.
public SingleSelect singleSelect(int index)
throws LookupException
index - index of drop down among other drop downs in this cell, starting from zero.
LookupException - if object was not found
public MultipleSelect multiSelect()
throws LookupException
LookupException - if multiple select was not found
public MultipleSelect multiSelect(int index)
throws LookupException
index - index of multiple select among other multiple selects in this cell, starting from zero.
LookupException - if multiple select was not found
public Checkbox checkbox()
throws LookupException
LookupException - if checkbox was not found
public Checkbox checkbox(int index)
throws LookupException
index - index of checkbox among other checkboxes in this cell, starting from zero.
LookupException - if checkbox was not found
public RadioButton radioButton()
throws LookupException
LookupException - if radio button was not found
public RadioButton radioButton(int index)
throws LookupException
index - index of radio button among other radio buttons in this cell, starting from zero.
LookupException - if radio button was not found
public Button button()
throws LookupException
LookupException - if button was not found
public Button button(int index)
throws LookupException
index - index of button among other buttons in this cell, starting from zero.
LookupException - if button was not found
public Image image()
throws LookupException
LookupException - if image was not foundpublic Image[] images()
public Table table(int index)
throws LookupException
index - index of table among other tables in this cell, starting from zero.
LookupException - if table was not found
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||