Class GuideTextBox

  • All Implemented Interfaces:
    FDField, StyledFDField, java.io.Serializable, Use

    public class GuideTextBox
    extends GuideField
    implements java.io.Serializable
    GuideTextBox class encapsulates basic properties of the adaptive forms TextBox component. Some of the properties that it encapsulates are listed below:
    • rows of the textbox
    • columns of the textbox
    Since:
    AEM 6.0
    See Also:
    Serialized Form
    • Constructor Detail

      • GuideTextBox

        public GuideTextBox()
    • Method Detail

      • getMultiLine

        public java.lang.Boolean getMultiLine()
        Returns whether the textbox allows multiple lines or not
        Returns:
        boolean indicating if textbox allows multiple lines or not
      • getAllowRichText

        public java.lang.Boolean getAllowRichText()
        Returns whether the textbox allows rich Text or not
        Returns:
        boolean indicating if textbox allows rich Text or not
      • getRows

        public int getRows()
        Returns the number of rows in the textbox component
        Returns:
        Integer representing the number of rows
      • getCols

        public int getCols()
        Returns the number of columns in the textbox component
        Returns:
        Integer representing the number of columns
      • getValues

        public java.lang.String[] getValues()
        TODO : do we really need this here ?
      • getGuideFieldType

        public java.lang.String getGuideFieldType()
        Returns the field type of the Adaptive Forms Component
        Specified by:
        getGuideFieldType in interface FDField
        Overrides:
        getGuideFieldType in class GuideNode
        Returns:
        String representing guide field type