Uses of Interface
org.biouno.unochoice.ScriptableParameter
-
Packages that use ScriptableParameter Package Description org.biouno.unochoice -
-
Uses of ScriptableParameter in org.biouno.unochoice
Subinterfaces of ScriptableParameter in org.biouno.unochoice Modifier and Type Interface Description interface
CascadableParameter<T>
A parameter that monitors other referenced parameters.Classes in org.biouno.unochoice that implement ScriptableParameter 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
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.
-