Class CompositeWarning<T>

    • Constructor Detail

      • CompositeWarning

        protected CompositeWarning()
      • CompositeWarning

        protected CompositeWarning​(@NotNull
                                   Comparator<? super T> comparator)
    • Method Detail

      • add

        public void add​(@NotNull
                        T object)
      • getObjects

        @NotNull
        public SortedSet<T> getObjects()
      • getCount

        public int getCount()
      • isValid

        public boolean isValid()
      • getFirstObject

        @NotNull
        public T getFirstObject()
      • getControlId

        @NotNull
        public abstract String getControlId()
      • getObjectRendererPage

        @NotNull
        public abstract String getObjectRendererPage()
      • getSingleObjectWarningText

        @NotNull
        public abstract String getSingleObjectWarningText()
        Use "#{object}" in text to replace it with object link.
      • getSeveralObjectsWarningText

        @NotNull
        public abstract String getSeveralObjectsWarningText()
        Use "#{popup}" in text to replace it with objects popup.
      • getSeveralObjectsPopupText

        @NotNull
        public abstract String getSeveralObjectsPopupText()