public enum SeleniumWComponentWebProperties extends Enum<SeleniumWComponentWebProperties>
| Enum Constant and Description |
|---|
ATTRIBUTE_ACCESSIBLE_TEXT
HTML attribute which holds the accessibleText property of a WComponent.
|
ATTRIBUTE_MIN_LENGTH
The HTML attribute which holds the minLength property of an Input WComponent.
|
ATTRIBUTE_WRAPPED_NAME
HTML attribute which holds an Input WComponent's name if the component is not a native HTML form-bound element.
|
ATTRIBUTE_WRAPPED_VALUE
HTML attribute which holds an Input WComponent's value if the component is not a native HTML form-bound element.
|
CLASS_READ_ONLY
Common HTML class attribute value applied to an Input WComponent in a read-only state.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static SeleniumWComponentWebProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SeleniumWComponentWebProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SeleniumWComponentWebProperties ATTRIBUTE_MIN_LENGTH
public static final SeleniumWComponentWebProperties ATTRIBUTE_ACCESSIBLE_TEXT
public static final SeleniumWComponentWebProperties ATTRIBUTE_WRAPPED_NAME
public static final SeleniumWComponentWebProperties ATTRIBUTE_WRAPPED_VALUE
public static final SeleniumWComponentWebProperties CLASS_READ_ONLY
public static SeleniumWComponentWebProperties[] values()
for (SeleniumWComponentWebProperties c : SeleniumWComponentWebProperties.values()) System.out.println(c);
public static SeleniumWComponentWebProperties valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<SeleniumWComponentWebProperties>Copyright © 2016. All rights reserved.