Interface FormModelDiff

All Known Implementing Classes:
FormModelDiffImpl

public interface FormModelDiff
  • Method Details Link icon

    • getDiff Link icon

      EntityList getDiff(String formName)
    • createFormDiffEntity Link icon

      void createFormDiffEntity(String formName, String field, @Nullable @Nullable String position, int sorting)
    • reset Link icon

      void reset(String formName, Entity principalEntity)
    • resetAll Link icon

      void resetAll(Entity principalEntity)