Package com.vaadin.shared.ui.optiongroup
Class OptionGroupConstants
- java.lang.Object
-
- com.vaadin.shared.ui.optiongroup.OptionGroupConstants
-
- All Implemented Interfaces:
Serializable
public class OptionGroupConstants extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTRIBUTE_OPTION_DISABLED
static String
HTML_CONTENT_ALLOWED
-
Constructor Summary
Constructors Constructor Description OptionGroupConstants()
-
-
-
Field Detail
-
HTML_CONTENT_ALLOWED
public static final String HTML_CONTENT_ALLOWED
- See Also:
- Constant Field Values
-
ATTRIBUTE_OPTION_DISABLED
public static final String ATTRIBUTE_OPTION_DISABLED
- See Also:
- Constant Field Values
-
-