watij.elements
Interface HtmlElement
- All Superinterfaces:
- Container, HtmlFinder
- All Known Subinterfaces:
- Button, Checkbox, Div, FileField, Form, Frame, Hidden, IFrame, Image, Label, Link, Option, Radio, RadioCheckCommon, SelectList, Span, Table, TableBody, TableCell, TableRow, TextArea, TextField
- All Known Implementing Classes:
- IEButton, IECheckbox, IEDiv, IEFileField, IEForm, IEFrame, IEHidden, IEHtmlElement, IEIFrame, IEImage, IELabel, IELink, IEOption, IERadio, IERadioCheckCommon, IESelectList, IESpan, IETable, IETableBody, IETableCell, IETableRow, IETextArea, IETextField
public interface HtmlElement
- extends Container
Created by IntelliJ IDEA.
User:
Date: Apr 17, 2006
Time: 3:40:30 PM
To change this template use File | Settings | File Templates.
Methods inherited from interface watij.HtmlFinder |
bodies, bodies, bodies, body, body, body, button, button, button, button, buttons, buttons, buttons, cell, cell, cell, cells, cells, cells, checkbox, checkbox, checkbox, checkbox, checkbox, checkboxes, checkboxes, checkboxes, div, div, div, divs, divs, divs, fileField, fileField, fileField, fileFields, fileFields, fileFields, form, form, form, form, forms, forms, forms, frame, frame, frame, frame, frames, frames, frames, hidden, hidden, hidden, hiddens, hiddens, hiddens, htmlElement, htmlElement, htmlElement, htmlElements, htmlElements, htmlElements, image, image, image, images, images, images, label, label, label, label, labels, labels, labels, link, link, link, link, links, links, links, option, option, option, options, options, options, radio, radio, radio, radio, radio, radios, radios, radios, row, row, row, rows, rows, rows, selectList, selectList, selectList, selectList, selectLists, selectLists, selectLists, span, span, span, spans, spans, spans, table, table, table, tables, tables, tables, textField, textField, textField, textFields, textFields, textFields |
disabled
boolean disabled()
throws java.lang.Exception
- Throws:
java.lang.Exception
id
java.lang.String id()
throws java.lang.Exception
- Throws:
java.lang.Exception
name
java.lang.String name()
throws java.lang.Exception
- Throws:
java.lang.Exception
title
java.lang.String title()
throws java.lang.Exception
- Throws:
java.lang.Exception
className
java.lang.String className()
throws java.lang.Exception
- Throws:
java.lang.Exception
type
java.lang.String type()
throws java.lang.Exception
- Throws:
java.lang.Exception
value
java.lang.String value()
throws java.lang.Exception
- Throws:
java.lang.Exception
style
java.lang.String style()
throws java.lang.Exception
- Throws:
java.lang.Exception
click
void click()
throws java.lang.Exception
- Throws:
java.lang.Exception
fireEvent
void fireEvent(java.lang.String event)
throws java.lang.Exception
- Throws:
java.lang.Exception
enabled
boolean enabled()
throws java.lang.Exception
- Throws:
java.lang.Exception
exists
boolean exists()
throws java.lang.Exception
- Throws:
java.lang.Exception
flash
void flash()
throws java.lang.Exception
- Throws:
java.lang.Exception
focus
void focus()
throws java.lang.Exception
- Throws:
java.lang.Exception
getOLEObject
java.lang.Object getOLEObject()
throws java.lang.Exception
- Throws:
java.lang.Exception
html
java.lang.String html()
throws java.lang.Exception
- Specified by:
html
in interface Container
- Throws:
java.lang.Exception
dblClick
void dblClick()
throws java.lang.Exception
- Throws:
java.lang.Exception
innerText
java.lang.String innerText()
throws java.lang.Exception
- Throws:
java.lang.Exception
text
java.lang.String text()
throws java.lang.Exception
- Throws:
java.lang.Exception
show
void show()
throws java.lang.Exception
- Throws:
java.lang.Exception