Annotation Interface ColumnType


@Retention(RUNTIME) public @interface ColumnType
  • Element Details

    • identifier

      String identifier
      Column name. It is used as an identifier (also to merge configurations in different places).
      Default:
      ""
    • applicableForType

      Class<? extends Containerable> applicableForType
      The type which the column can be used for.
      Default:
      com.evolveum.midpoint.prism.Containerable.class
    • display

      PanelDisplay display
      Defined display parameters for the column, such as label, display order...
      Default:
      @com.evolveum.midpoint.web.application.PanelDisplay(label="")