Interface WebComponentDepictor<C extends Component>

    • Method Detail

      • getDepictName

        java.lang.String getDepictName()
        Determines the identifier to place in the name attribute of the component's XHTML element, if appropriate. This is usually the string version of the ID of the component, but some grouped components may use a common name.
        Returns:
        An identifier appropriate for the name attribute of the component's XHTML element.