Class ConfigPropertySetEditItem

    • Field Detail

      • currentProps

        protected PropertySet currentProps
        The current working set of props, displayed in the table.
    • Constructor Detail

      • ConfigPropertySetEditItem

        public ConfigPropertySetEditItem​(PropertySet properties,
                                         java.util.List<Property<?>> applicableProps)
    • Method Detail

      • updateCurrentProps

        protected void updateCurrentProps()
      • getApplicableProps

        public java.util.List<Property<?>> getApplicableProps()
      • setApplicableProps

        public void setApplicableProps​(java.util.List<Property<?>> applicableProps)
        Setting the applicable props will adjust the current working set of props
      • getCurrentProps

        public PropertySet getCurrentProps()