Interface PropertiesEditingConfigurable

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  PropertiesEditingConfigurable.Extra
      Some elements can also provide ability to lock editing of a property for some time.
    • Method Detail

      • isPropertyEditable

        boolean isPropertyEditable​(java.lang.String propertyName)
        Test if the property of the given name can be changed or is in read-only mode.
        Parameters:
        propertyName - Use the standard property name as defined in JavaBeans specification - e.g. for method getDisplayName it is "displayName"