Interface Button
-
- All Superinterfaces:
Base,Component,com.adobe.cq.export.json.ComponentExporter,FormComponent
@ConsumerType public interface Button extends Base
Defines theButtonSling Model used for the/apps/core/fd/components/form/buttoncomponent.- Since:
- com.adobe.cq.forms.core.components.models 2.1.0
-
-
Field Summary
-
Fields inherited from interface com.adobe.cq.forms.core.components.models.form.Base
DATE_FORMATTER, DEFAULT_LANGUAGE
-
Fields inherited from interface com.adobe.cq.forms.core.components.models.form.FormComponent
CUSTOM_PROPERTY_WRAPPER
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.StringgetButtonType()Returns the type of action of the buttondefault java.lang.StringgetDefault()Returns the button default value.default java.lang.StringgetIcon()Returns the button icon identifier.default java.lang.StringgetValue()Returns the button value.-
Methods inherited from interface com.adobe.cq.forms.core.components.models.form.Base
getConstraintMessages, getDescription, getExportedType, getHtmlScreenReaderText, getLabel, getLang, getScreenReaderText, getTooltip, isEnabled, isTooltipVisible
-
Methods inherited from interface com.adobe.cq.wcm.core.components.models.Component
getAppliedCssClasses, getData, getId
-
Methods inherited from interface com.adobe.cq.forms.core.components.models.form.FormComponent
getDataRef, getDorProperties, getEvents, getFieldType, getName, getPath, getProperties, getRules, isVisible, setI18n
-
-
-
-
Method Detail
-
getValue
default java.lang.String getValue()
Returns the button value.- Returns:
- the button value
- Since:
- com.adobe.cq.forms.core.components.models 2.1.0
-
getIcon
default java.lang.String getIcon()
Returns the button icon identifier.- Returns:
- the button icon identifier
- Since:
- com.adobe.cq.forms.core.components.models 2.1.0
-
getDefault
default java.lang.String getDefault()
Returns the button default value.- Returns:
- the button icon identifier
- Since:
- com.adobe.cq.forms.core.components.models 2.1.0
-
getButtonType
default java.lang.String getButtonType()
Returns the type of action of the button
-
-