Interface FormsManager.ComponentDescription

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getHint()
      Return a hint (text) for this component.
      java.lang.String getResourceType()
      Return the resource type for this component.
      java.lang.String getTitle()
      Return the title.
      • Methods inherited from interface java.lang.Comparable

        compareTo
    • Method Detail

      • getResourceType

        java.lang.String getResourceType()
        Return the resource type for this component.
        Returns:
        resource type
      • getTitle

        java.lang.String getTitle()
        Return the title.
        Returns:
        title
      • getHint

        java.lang.String getHint()
        Return a hint (text) for this component.
        Returns:
        A hint or null.
        Since:
        5.3