Interface IconUrlField

All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>, Field, ScalarField<String>

public interface IconUrlField extends ScalarField<String>
Since:
3.9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns link to default icon when icon is not configured for some enumerations.
    url()
    Returns url to default icon when icon is not configured for some enumerations.

    Methods inherited from interface com.polarion.alm.shared.api.model.fields.Field

    can, compareWith, description, id, is, label, render

    Methods inherited from interface com.polarion.alm.shared.api.model.fields.ScalarField

    get, getIfCan
  • Method Details

    • link

      @Nullable HtmlLink link()
      Returns link to default icon when icon is not configured for some enumerations.
    • url

      @Nullable String url()
      Returns url to default icon when icon is not configured for some enumerations.