Class ExportingMenuItemDefinition
- java.lang.Object
-
- com.vaadin.flow.component.charts.model.AbstractConfigurationObject
-
- com.vaadin.flow.component.charts.model.ExportingMenuItemDefinition
-
- All Implemented Interfaces:
Serializable
public class ExportingMenuItemDefinition extends AbstractConfigurationObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExportingMenuItemDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOnclick()
String
getText()
String
getTextKey()
void
setOnonclick(String _fn_onclick)
void
setText(String text)
void
setTextKey(String textKey)
-