Class PickListModel.ReporterPickModel

    • Method Detail

      • getManager

        @Nonnull
        public Manager<ReportergetManager()
        Get the Table Model Bean Manager. In many cases, especially around Model startup, this will be the Proxy Manager, which is then changed to the hardware specific manager.
        Specified by:
        getManager in class PickListModel<Reporter>
        Returns:
        current Manager in use by the Model.
      • addBean

        public Reporter addBean​(@Nonnull
                                java.lang.String name)
                         throws java.lang.IllegalArgumentException
        Return bean with name given in parameter. Create if needed and possible.
        Specified by:
        addBean in class PickListModel<Reporter>
        Parameters:
        name - the System name for the Bean.
        Returns:
        the Bean or null if not made.
        Throws:
        java.lang.IllegalArgumentException - with reason why Bean cannot be created.