Uses of Class
com.dlsc.gemsfx.SearchField
Packages that use SearchField
Package
Description
Contains the public controls provided by the GemsFX library.
Provides the skin implementations for the GemsFX controls.
-
Uses of SearchField in com.dlsc.gemsfx
Subclasses of SearchField in com.dlsc.gemsfxModifier and TypeClassDescriptionclassTagsField<T>This field is a specialization of theSearchFieldcontrol and supports the additional feature of using the selected object as a tag.Constructors in com.dlsc.gemsfx with parameters of type SearchFieldModifierConstructorDescriptionSearchFieldListCell(SearchField<T> searchField) Constructs a new list cell for the given search field. -
Uses of SearchField in com.dlsc.gemsfx.skins
Classes in com.dlsc.gemsfx.skins with type parameters of type SearchFieldModifier and TypeClassDescriptionclassSearchFieldSkinBase<T extends SearchField>Base skin for search-field based controls.Subclasses with type arguments of type SearchField in com.dlsc.gemsfx.skinsMethods in com.dlsc.gemsfx.skins that return SearchFieldModifier and TypeMethodDescriptionSearchFieldPopup.getSearchField()Returns the search field that owns this popup.Constructors in com.dlsc.gemsfx.skins with parameters of type SearchFieldModifierConstructorDescriptionSearchFieldEditorSkin(SearchField<T> searchField) Creates a new editor skin for the given search field.SearchFieldPopup(SearchField<T> searchField) Creates a new popup for the given search field.SearchFieldSkin(SearchField<T> searchField) Creates a new skin for the given search field.