Class AbstractUIInputWidget<T,​W>

    • Constructor Detail

      • AbstractUIInputWidget

        public AbstractUIInputWidget()
    • Method Detail

      • refreshWidget

        public void refreshWidget()
        Description copied from interface: InputWidget
        Refreshes the widget to reflect the latest model value(s).
      • doRefresh

        protected abstract void doRefresh()
        Performs the intended refreshWidget() operation.
      • ui

        protected UserInterface ui​(String uiName)
        Returns:
        the UserInterface matching the provided String