Uses of Class
com.contentful.java.cma.model.CMAEditorInterface.Control
-
Packages that use CMAEditorInterface.Control Package Description com.contentful.java.cma.model -
-
Uses of CMAEditorInterface.Control in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMAEditorInterface.Control Modifier and Type Method Description CMAEditorInterface.ControlCMAEditorInterface.Control. addHelpText(java.lang.String helpText)Adds a new custom help text to the settings.CMAEditorInterface.ControlCMAEditorInterface.Control. addSetting(java.lang.String key, java.lang.String value)Adds a new custom setting to the settings.CMAEditorInterface.ControlCMAEditorInterface.Control. setBuildInWidgetId(CMAEditorInterface.Control.BuildInWidgetId buildInWidgetId)Use a build in widget.CMAEditorInterface.ControlCMAEditorInterface.Control. setFieldId(java.lang.String fieldId)Change the id of the field for this control.CMAEditorInterface.ControlCMAEditorInterface.Control. setWidgetId(java.lang.String widgetId)Set the id of the widget.Methods in com.contentful.java.cma.model that return types with arguments of type CMAEditorInterface.Control Modifier and Type Method Description java.util.List<CMAEditorInterface.Control>CMAEditorInterface. getControls()Methods in com.contentful.java.cma.model with parameters of type CMAEditorInterface.Control Modifier and Type Method Description CMAEditorInterfaceCMAEditorInterface. addControl(CMAEditorInterface.Control control)Adds a new control to the list of controls.
-