Class AbstractStyledFDField

    • Constructor Detail

      • AbstractStyledFDField

        public AbstractStyledFDField()
    • Method Detail

      • getWidth

        @Nonnull
        public java.lang.String getWidth()
        Specified by:
        getWidth in interface StyledFDField
        Returns:
        Returns the width of the component, if no width is configured it would return an empty string
      • getHeight

        @Nonnull
        public java.lang.String getHeight()
        Specified by:
        getHeight in interface StyledFDField
        Returns:
        Returns the height of the component, if no height is configured it would return an empty string
      • getCssClassName

        @Nonnull
        public java.lang.String getCssClassName()
        Specified by:
        getCssClassName in interface StyledFDField
        Returns:
        Returns the CSS Class name configured for the component, if no CSS Class name is configured it would return an empty string