Interface Label

  • All Known Implementing Classes:
    LabelImpl

    @ConsumerType
    public interface Label
    Interface 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.String getValue()
      Returns the value of this label.
      default @Nullable java.lang.Boolean isRichText()
      Returns true if label is rich text, otherwise false.
      default @Nullable java.lang.Boolean isVisible()
      Returns true if label should be visible, otherwise false.
    • Method Detail

      • isRichText

        @Nullable
        default @Nullable java.lang.Boolean isRichText()
        Returns true if label is rich text, otherwise false.
        Returns:
        true if label is rich text, otherwise false
        Since:
        com.adobe.cq.forms.core.components.models.form 0.0.1
      • isVisible

        @Nullable
        default @Nullable java.lang.Boolean isVisible()
        Returns true if label should be visible, otherwise false.
        Returns:
        true if label should be visible, otherwise false
        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