Package | Description |
---|---|
com.abmash.core.jquery |
Provides classes to create jQuery selectors and commands.
|
com.abmash.core.jquery.command |
Provides classes which contain different jQuery commands that select or manipulate elements, and extract their contents.
|
Modifier and Type | Method and Description |
---|---|
static JQuery.StringMatcher |
JQuery.StringMatcher.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JQuery.StringMatcher[] |
JQuery.StringMatcher.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JQuery |
JQuery.containsAttribute(JQuery.StringMatcher stringMatcher,
java.lang.String attributeName,
java.lang.String text) |
JQuery |
JQuery.containsText(JQuery.StringMatcher stringMatcher,
java.lang.String text) |
Constructor and Description |
---|
ContainsAttributeCommand(JQuery.StringMatcher stringMatcher,
java.lang.String attributeName,
java.lang.String text) |
ContainsTextCommand(JQuery.StringMatcher stringMatcher,
java.lang.String text) |