| Package | Description |
|---|---|
| de.knightsoftnet.mtwidgets.client.ui.widget |
this package contains own widgets.
|
| de.knightsoftnet.mtwidgets.client.ui.widget.helper |
| Constructor and Description |
|---|
CountryListBox(ListSortEnum sort)
widget ui constructor.
|
SortableIdAndNameListBox(ListSortEnum psort,
MessagesForValues<T> pmessages,
Collection<T> pids)
widget ui constructor.
|
SortableIdAndNameListBox(ListSortEnum psort,
MessagesForValues<T> pmessages,
T... pids)
widget ui constructor.
|
SortableIdAndNameRadioButton(String pwidgetId,
ListSortEnum psort,
MessagesForValues<T> pmessages,
Collection<T> pids)
widget ui constructor.
|
SortableIdAndNameRadioButton(String pwidgetId,
ListSortEnum psort,
MessagesForValues<T> pmessages,
T... pids)
widget ui constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ListSortEnum |
ListSortEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListSortEnum[] |
ListSortEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2017. All rights reserved.