Interface Label
-
- All Known Implementing Classes:
LabelImpl
@ConsumerType public interface LabelInterface for a label- Since:
- com.adobe.cq.forms.core.components.models.form 0.0.1
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default @Nullable java.lang.StringgetValue()Returns the value of this label.default @Nullable java.lang.BooleanisRichText()Returnstrueif label is rich text, otherwisefalse.default @Nullable java.lang.BooleanisVisible()Returnstrueif label should be visible, otherwisefalse.
-
-
-
Method Detail
-
isRichText
@Nullable default @Nullable java.lang.Boolean isRichText()
Returnstrueif label is rich text, otherwisefalse.- Returns:
trueif label is rich text, otherwisefalse- Since:
- com.adobe.cq.forms.core.components.models.form 0.0.1
-
isVisible
@Nullable default @Nullable java.lang.Boolean isVisible()
Returnstrueif label should be visible, otherwisefalse.- Returns:
trueif label should be visible, otherwisefalse- Since:
- com.adobe.cq.forms.core.components.models.form 0.0.1
-
getValue
@Nullable default @Nullable java.lang.String getValue()
Returns the value of this label.- Returns:
- the value of this label
- Since:
- com.adobe.cq.forms.core.components.models.form 0.0.1
-
-