Annotation Type ListConfig


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface ListConfig
    • Element Detail

      • showDelete

        boolean showDelete
        Default:
        true
      • showAdd

        boolean showAdd
        Default:
        true
      • showDuplicate

        boolean showDuplicate
        Default:
        true
      • elementSnippet

        java.lang.Class<? extends ListElementSnippet> elementSnippet
        Default:
        org.seamcat.model.plugin.ListElementSnippet.class
      • detailPanelBuilder

        java.lang.Class<? extends CustomPanelBuilder> detailPanelBuilder
        Default:
        org.seamcat.model.plugin.ui.CustomPanelBuilder.class