Interface IDynamicPropertyEditorList

All Known Implementing Classes:
EditorWebServerPortConfig, EMLDefaultItemProp, EMLGroup, EMLItemProp

public interface IDynamicPropertyEditorList
Interface a property can implement to change it's properties dynamically during editing.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Verifies if the property has changed.
  • Method Details

    • hasEditedPropertyListChanged

      boolean hasEditedPropertyListChanged(GEvent event)
      Verifies if the property has changed.
      Parameters:
      event - The property event.
      Returns:
      true if it changed.