Interface EntityGraphElement<T>

All Known Implementing Classes:
BindingPath, EntityPane

public interface EntityGraphElement<T>
Author:
Kochetkov
  • Method Details

    • conditionExists

      default boolean conditionExists(ConditionGroupModel groupModel)
    • setSelected

      void setSelected(boolean selected)
    • getModel

      T getModel()