Class LabelImpl
- java.lang.Object
-
- com.adobe.cq.forms.core.components.util.LabelImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetValue()Returns the value of this label.@Nullable java.lang.BooleanisRichText()Returnstrueif label is rich text, otherwisefalse.@Nullable java.lang.BooleanisVisible()Returnstrueif label should be visible, otherwisefalse.
-
-
-
Constructor Detail
-
LabelImpl
public LabelImpl(Resource field, java.lang.String defaultTitle, com.day.cq.i18n.I18n i18n)
-
-
Method Detail
-
isRichText
@Nullable public @Nullable java.lang.Boolean isRichText()
Returnstrueif label is rich text, otherwisefalse.- Specified by:
isRichTextin interfaceLabel- Returns:
trueif label is rich text, otherwisefalse- Since:
- com.adobe.cq.forms.core.components.models.form 0.0.1
-
isVisible
@Nullable public @Nullable java.lang.Boolean isVisible()
Returnstrueif label should be visible, otherwisefalse.
-
-