Uses of Class
org.uberfire.ext.widgets.common.client.dropdown.LiveSearchEntry
-
Packages that use LiveSearchEntry Package Description org.uberfire.ext.widgets.common.client.dropdown -
-
Uses of LiveSearchEntry in org.uberfire.ext.widgets.common.client.dropdown
Methods in org.uberfire.ext.widgets.common.client.dropdown with parameters of type LiveSearchEntry Modifier and Type Method Description booleanLiveSearchResults. add(LiveSearchEntry entry)protected voidLiveSearchDropDown. addNewItem(LiveSearchEntry<TYPE> entry)LiveSearchSelectorItem<TYPE>LiveSearchDropDown. getSelectorItemForEntry(LiveSearchEntry<TYPE> entry)Method parameters in org.uberfire.ext.widgets.common.client.dropdown with type arguments of type LiveSearchEntry Modifier and Type Method Description voidEntryCreationEditor. init(org.uberfire.mvp.ParameterizedCommand<LiveSearchEntry<TYPE>> okCommand, org.uberfire.mvp.Command cancelCommand)
-