Uses of Enum Class
se.conciliate.extensions.ui.selectors.SingleSelector.LoadState
Packages that use SingleSelector.LoadState
Package
Description
Provides interfaces to select content of different types.
-
Uses of SingleSelector.LoadState in se.conciliate.extensions.ui.selectors
Methods in se.conciliate.extensions.ui.selectors that return SingleSelector.LoadStateModifier and TypeMethodDescriptionstatic SingleSelector.LoadState
Returns the enum constant of this class with the specified name.static SingleSelector.LoadState[]
SingleSelector.LoadState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in se.conciliate.extensions.ui.selectors with type arguments of type SingleSelector.LoadStateModifier and TypeMethodDescriptionvoid
SingleSelector.addLoadListener
(Consumer<SingleSelector.LoadState> loadListener) Adds a load listener to this selector.void
SingleSelector.removeLoadListener
(Consumer<SingleSelector.LoadState> loadListener) Removes a load listener from this selector.