Class PlcEventRuleCrudFrontend

java.lang.Object
com.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend<PlcEventRule,UUID>
com.persequor.saga.modules.omroncontroller.ui.PlcEventRuleCrudFrontend
All Implemented Interfaces:
com.persequor.extension.frontend.IFrontendComponent

public class PlcEventRuleCrudFrontend extends com.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend<PlcEventRule,UUID>
  • Field Summary

    Fields inherited from class com.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend

    ACTION_LIST, ACTION_TYPE_ROW, ACTION_TYPE_TABLE, FILTER_FORM_SUBMIT, modelDesc, PARAM_ACTION, PARAM_ACTION_TYPE, PARAM_BACK_LINK_PATH, PARAM_PRESERVE_FILTERS, repository
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    protected String
     
    protected Optional<com.persequor.extension.frontend.IFormField<?>>
    insertEditField(com.persequor.extension.frontend.IForm form, io.ran.Property<PlcEventRule> field, io.ran.Mapping object, com.persequor.extension.frontend.IInputData inputData)
     

    Methods inherited from class com.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend

    configure, createHydrateAndInsert, createNewObject, delete, getBackLinkPath, getCompoundKeyParamName, getDataRowForAction, getDateFormat, getLinkForAction, getLinkToModelTable, getListTableLimit, getModelClass, getModelName, getOptionsForRelation, getPagePath, getPageTitle, getSelectOptionsForRelation, getWidthFromCount, handle, handleList, handleList_RenderTable, hydrateAndSave, insertCells, insertEditFields, listFilter, onAfterInsert, onAfterSave, onBeforeInsert, onBeforeSave, setFormActionForObject, setLinkActionForObject, setup, showListTableTotalRows, showSearchForm, useMagicFields

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.persequor.extension.frontend.IFrontendComponent

    enabled
  • Constructor Details

  • Method Details

    • getMenuSectionId

      protected String getMenuSectionId()
      Specified by:
      getMenuSectionId in class com.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend<PlcEventRule,UUID>
    • getMenuSectionTitle

      protected String getMenuSectionTitle()
      Overrides:
      getMenuSectionTitle in class com.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend<PlcEventRule,UUID>
    • insertEditField

      protected Optional<com.persequor.extension.frontend.IFormField<?>> insertEditField(com.persequor.extension.frontend.IForm form, io.ran.Property<PlcEventRule> field, io.ran.Mapping object, com.persequor.extension.frontend.IInputData inputData)
      Overrides:
      insertEditField in class com.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend<PlcEventRule,UUID>