All Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected void |
attachSearchEventListener(ListboxWidget<TextSearchWidgetModel,SearchCommandController<DefaultCsTextSearchCommand>> widget,
EventListener eventListener,
AbstractComponent... components) |
protected java.lang.String |
buildSelectItemButtonTestID(ListboxWidget<TextSearchWidgetModel,SearchCommandController<DefaultCsTextSearchCommand>> widget,
TypedObject item) |
protected Button |
createButton(ListboxWidget<TextSearchWidgetModel,SearchCommandController<DefaultCsTextSearchCommand>> widget,
Div parent,
java.lang.String labelKey,
java.lang.String testId) |
protected HtmlBasedComponent |
createContentInternal(ListboxWidget<TextSearchWidgetModel,SearchCommandController<DefaultCsTextSearchCommand>> widget,
HtmlBasedComponent rootContainer)
Responsible for creating the actual content.
|
protected <E extends java.lang.Enum<E>> Listbox |
createListbox(ListboxWidget<TextSearchWidgetModel,SearchCommandController<DefaultCsTextSearchCommand>> widget,
java.lang.Class<E> enumType,
E currentValue) |
protected HtmlBasedComponent |
createPager(ListboxWidget<TextSearchWidgetModel,SearchCommandController<DefaultCsTextSearchCommand>> widget) |
protected EventListener |
createPagingEventListener(ListboxWidget<TextSearchWidgetModel,SearchCommandController<DefaultCsTextSearchCommand>> widget) |
protected Checkbox |
createSearchCheckboxField(ListboxWidget<TextSearchWidgetModel,SearchCommandController<DefaultCsTextSearchCommand>> widget,
Div parent,
java.lang.String labelKey,
boolean checked,
java.lang.String testId) |
protected <E extends java.lang.Enum<E>> Listbox |
createSearchDropdownField(ListboxWidget<TextSearchWidgetModel,SearchCommandController<DefaultCsTextSearchCommand>> widget,
Div parent,
java.lang.String labelKey,
java.lang.Class<E> enumType,
E currentValue,
java.lang.String cssClass,
java.lang.String testId) |
protected <E extends java.lang.Enum<E>> Listbox |
createSearchDropdownField(ListboxWidget<TextSearchWidgetModel,SearchCommandController<DefaultCsTextSearchCommand>> widget,
Div parent,
java.lang.String labelKey,
java.lang.Class<E> enumType,
java.lang.String cssClass,
java.lang.String testId) |
protected abstract HtmlBasedComponent |
createSearchPane(ListboxWidget<TextSearchWidgetModel,SearchCommandController<DefaultCsTextSearchCommand>> widget) |
protected Textbox |
createSearchTextField(ListboxWidget<TextSearchWidgetModel,SearchCommandController<DefaultCsTextSearchCommand>> widget,
Div parent,
java.lang.String labelKey,
java.lang.Enum currentValueKey,
java.lang.String testId) |
protected Textbox |
createSearchTextField(ListboxWidget<TextSearchWidgetModel,SearchCommandController<DefaultCsTextSearchCommand>> widget,
Div parent,
java.lang.String labelKey,
java.lang.String currentValue,
java.lang.String testId) |
protected EventListener |
createSelectItemEventListener(ListboxWidget<TextSearchWidgetModel,SearchCommandController<DefaultCsTextSearchCommand>> widget,
TypedObject item) |
protected <E extends java.lang.Enum> E |
getDefaultValue(ListboxWidget<TextSearchWidgetModel,SearchCommandController<DefaultCsTextSearchCommand>> widget,
java.lang.Class<E> enumType) |
protected <E extends java.lang.Enum> E |
getDefaultValue(SearchCommandController<DefaultCsTextSearchCommand> controller,
java.lang.Class<E> enumType) |
protected ItemAppender<TypedObject> |
getItemAppender() |
protected void |
handlePagingEvent(ListboxWidget<TextSearchWidgetModel,SearchCommandController<DefaultCsTextSearchCommand>> widget,
PagingEvent pagingEvent) |
protected void |
handleSelectItem(ListboxWidget<TextSearchWidgetModel,SearchCommandController<DefaultCsTextSearchCommand>> widget,
TypedObject item) |
protected void |
renderListbox(Listbox listBox,
ListboxWidget<TextSearchWidgetModel,SearchCommandController<DefaultCsTextSearchCommand>> widget,
HtmlBasedComponent rootContainer) |
void |
setItemAppender(ItemAppender<TypedObject> itemAppender) |