|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjaxcent.SearchType
SearchType is a (backwards compatible) enumeration class. It provides various options for searching for HTML tag elements on the page. Note that "search" in this context may not actually be a search, because this class also provides a "createNew" enumeration!
Field Summary | |
static SearchType |
createNew
createNew is for creating new elements on the page. |
static SearchType |
searchById
Search by the "ID" attribute. |
static SearchType |
searchByName
Search by the NAME attribute. |
static SearchType |
searchByTag
Search by the tag name. |
static SearchType |
searchInputByType
Search INPUT elements by TYPE. |
static SearchType |
searchInputByValue
Search INPUT elements by VALUE. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static SearchType searchById
public static SearchType searchByTag
public static SearchType searchByName
public static SearchType searchInputByType
public static SearchType searchInputByValue
public static SearchType createNew
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |