Class NamedItemDetailsPanel<T>

    • Constructor Detail

      • NamedItemDetailsPanel

        protected NamedItemDetailsPanel​(LayoutManager pLayout)
    • Method Detail

      • getModel

        protected com.iamsoft.util.collections.model.MutableItemSetModel<T> getModel()
        Model used to specify data to be displayed by panel. Subclasses should modify model when fields are updated.
      • getInvalidContentMessage

        protected String getInvalidContentMessage()
        Should return non-null if data is in any way invalid. By default, always null.
      • refresh

        protected abstract void refresh()
        Refresh fields (in response to list selection modification).