Uses of Interface
org.biouno.unochoice.UnoChoiceParameter
-
Packages that use UnoChoiceParameter Package Description org.biouno.unochoice -
-
Uses of UnoChoiceParameter in org.biouno.unochoice
Subinterfaces of UnoChoiceParameter in org.biouno.unochoice Modifier and Type Interface Description interface
CascadableParameter<T>
A parameter that monitors other referenced parameters.interface
ScriptableParameter<T>
A parameter that is obtained through the execution of a script.Classes in org.biouno.unochoice that implement UnoChoiceParameter Modifier and Type Class Description class
AbstractCascadableParameter
Base class for cascadable parameters, providing basic and utility methods.class
AbstractScriptableParameter
Base class for parameters with scripts.class
AbstractUnoChoiceParameter
Abstract Uno Choice parameter.class
CascadeChoiceParameter
A choice parameter, that gets updated when another parameter changes.class
ChoiceParameter
A parameter that renders its options as a choice (select) HTML component.class
DynamicReferenceParameter
Provides a dynamic reference parameter for users.
-