Interface PopupItem<T>

    • Field Detail

      • nothing

        static final java.lang.String[][] nothing
    • Method Detail

      • inputObjects

        IvMObject<?>[] inputObjects()
        Request inputs. The get method will only be called when these are available.
        Returns:
      • get

        java.lang.String[][] get​(IvMObjectValues inputs,
                                 PopupItemInput<T> input)
        Returns zero or more popup items. The requested input objects are guaranteed to be available.
        Parameters:
        state -
        input -
        Returns:
        String[items][columns], where there can be 1 or 2 columns.