Interface CheckBox
-
- All Superinterfaces:
Base,BaseConstraint,Component,com.adobe.cq.export.json.ComponentExporter,Field,FormComponent,OptionsConstraint
- All Known Subinterfaces:
RadioButton,Switch
@ConsumerType public interface CheckBox extends Field, OptionsConstraint
Defines the formCheckBoxSling Model used for the/apps/core/fd/components/form/checkbox/v1/checkboxcomponent.- Since:
- com.adobe.cq.forms.core.components.models.form 2.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCheckBox.OrientationDefines the orientation for checkbox.-
Nested classes/interfaces inherited from interface com.adobe.cq.forms.core.components.models.form.BaseConstraint
BaseConstraint.Type
-
-
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 CheckBox.OrientationgetOrientation()Returns the orientation of the checkbox component-
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.forms.core.components.models.form.BaseConstraint
getType, getValidationExpression, isRequired
-
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.Field
getDataFormat, getDefault, getDisplayFormat, getDisplayValueExpression, getEditFormat, getPlaceHolder, isReadOnly
-
Methods inherited from interface com.adobe.cq.forms.core.components.models.form.FormComponent
getDataRef, getDorProperties, getEvents, getFieldType, getName, getPath, getProperties, getRules, isVisible, setI18n
-
Methods inherited from interface com.adobe.cq.forms.core.components.models.form.OptionsConstraint
getEnumNames, getEnums, isEnforceEnum
-
-
-
-
Method Detail
-
getOrientation
default CheckBox.Orientation getOrientation()
Returns the orientation of the checkbox component- Returns:
CheckBox.Orientation.- Since:
- com.adobe.cq.forms.core.components.models.form 2.0.0
-
-