Modifier and Type | Method and Description |
---|---|
static AceCommandDescription.ScrollIntoView |
AceCommandDescription.ScrollIntoView.fromString(java.lang.String value) |
AceCommandDescription.ScrollIntoView |
AceCommandDescription.getScrollIntoView()
Give scroll settings for this command.
|
static AceCommandDescription.ScrollIntoView |
AceCommandDescription.ScrollIntoView.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AceCommandDescription.ScrollIntoView[] |
AceCommandDescription.ScrollIntoView.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AceCommandDescription |
AceCommandDescription.withScrollIntoView(AceCommandDescription.ScrollIntoView scrollIntoView)
Chainable setter method for scrollIntoView property.
|