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 interfaceCascadableParameter<T>A parameter that monitors other referenced parameters.interfaceScriptableParameter<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 classAbstractCascadableParameterBase class for cascadable parameters, providing basic and utility methods.classAbstractScriptableParameterBase class for parameters with scripts.classAbstractUnoChoiceParameterAbstract Uno Choice parameter.classCascadeChoiceParameterA choice parameter, that gets updated when another parameter changes.classChoiceParameterA parameter that renders its options as a choice (select) HTML component.classDynamicReferenceParameterProvides a dynamic reference parameter for users.
-