| Modifier and Type | Method and Description |
|---|---|
boolean |
AutocompleteComponent.autocompleteWithSuggestion(Suggestion<T> sugg,
ScrollingType scrollingType)
Autocompletes the input with suggestion determined by param
sugg, and the suggestion is chosen by the way
determined by param scrollingType |
| Modifier and Type | Method and Description |
|---|---|
void |
CalendarPopupComponent.gotoDateTime(org.joda.time.DateTime dateTime,
ScrollingType type)
Set the date on the calendar
|
| Modifier and Type | Method and Description |
|---|---|
static ScrollingType |
ScrollingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScrollingType[] |
ScrollingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.