Uses of Record Class
com.vaadin.copilot.plugins.propertypanel.ComponentProperty.ComponentPropertyOption
Packages that use ComponentProperty.ComponentPropertyOption
-
Uses of ComponentProperty.ComponentPropertyOption in com.vaadin.copilot.plugins.propertypanel
Methods in com.vaadin.copilot.plugins.propertypanel that return types with arguments of type ComponentProperty.ComponentPropertyOptionModifier and TypeMethodDescriptionComponentProperty.getOptions()ComponentProperty.getOtherOptions()Method parameters in com.vaadin.copilot.plugins.propertypanel with type arguments of type ComponentProperty.ComponentPropertyOptionModifier and TypeMethodDescriptionvoidComponentProperty.addOtherOption(String key, List<ComponentProperty.ComponentPropertyOption> options) Puts the given options to other Options with the keyvoidComponentProperty.setOptions(List<ComponentProperty.ComponentPropertyOption> options) voidComponentProperty.setOtherOptions(Map<String, List<ComponentProperty.ComponentPropertyOption>> otherOptions)