Interface IHCLabel<IMPLTYPE extends IHCLabel<IMPLTYPE>>

    • Method Detail

      • setFor

        @Nonnull
        IMPLTYPE setFor​(@Nullable
                        String sFor)
        Indicates that this label is used as the description for another object.
        Parameters:
        sFor - The HTML ID of the other object.
        Returns:
        this
      • setFor

        @Nonnull
        IMPLTYPE setFor​(@Nullable
                        IHCHasID<?> aFor)
        Indicates that this label is used as the description for another object.
        Parameters:
        aFor - The HTML of the other object.
        Returns:
        this
      • setForm

        @Nonnull
        IMPLTYPE setForm​(@Nullable
                         String sForm)
        The value of the id attribute on the form with which to associate the element.
        Parameters:
        sForm - The HTML ID of the form.
        Returns:
        this