Interface I_CmsAttributeSelectData.OptionWithAttributes
- All Superinterfaces:
I_CmsAttributeSelectData.Option
- Enclosing interface:
- I_CmsAttributeSelectData
public static interface I_CmsAttributeSelectData.OptionWithAttributes
extends I_CmsAttributeSelectData.Option
A choice option, but with (multi-valued) attributes added.
-
Method Summary
Modifier and TypeMethodDescriptionGets the attributes.void
setAttributes
(Map<String, List<String>> attributes) Sets the attributes.Methods inherited from interface org.opencms.gwt.shared.attributeselect.I_CmsAttributeSelectData.Option
getHelpText, getLabel, getValue, setHelpText, setLabel, setValue
-
Method Details
-
getAttributes
Map<String,List<String>> getAttributes()Gets the attributes.The set of keys should be equal to set of names of all attribute definitions.
- Returns:
- the attributes
-
setAttributes
Sets the attributes.- Parameters:
attributes
- the attributes
-