Interface I_CmsCategorizedSelectData
public interface I_CmsCategorizedSelectData
Configuration for the client-side categorized select widget.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceRepresents a filter category in the categorized select widget (not necessarily an OpenCms category).static interfaceThe Interface Option. -
Method Summary
Modifier and TypeMethodDescriptionGets the categories.Gets the filter label.Gets the options.voidsetCategories(List<I_CmsCategorizedSelectData.Category> categories) Sets the categories.voidsetFilterLabel(String filterLabel) Sets the filter label.voidsetOptions(List<I_CmsCategorizedSelectData.Option> options) Sets the options.
-
Method Details
-
getCategories
Gets the categories.- Returns:
- the categories
-
getFilterLabel
Gets the filter label.- Returns:
- the filter label
-
getOptions
Gets the options.- Returns:
- the options
-
setCategories
Sets the categories.- Parameters:
categories- the new categories
-
setFilterLabel
Sets the filter label.- Parameters:
filterLabel- the new filter label
-
setOptions
Sets the options.- Parameters:
options- the new options
-