Interface I_CmsCategorizedSelectData
public interface I_CmsCategorizedSelectData
Configuration for the client-side categorized select widget.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Represents a filter category in the categorized select widget (not necessarily an OpenCms category).static interface
The Interface Option. -
Method Summary
Modifier and TypeMethodDescriptionGets the categories.Gets the filter label.Gets the options.void
setCategories
(List<I_CmsCategorizedSelectData.Category> categories) Sets the categories.void
setFilterLabel
(String filterLabel) Sets the filter label.void
setOptions
(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
-