Class ComputeSelectedRecordActionHandler

  • All Implemented Interfaces:
    ActionHandler

    @ApplicationScoped
    public class ComputeSelectedRecordActionHandler
    extends BaseActionHandler
    Is used to compute which records to select in a set of tabs of a certain window. It receives the id and entity of a record and then finds the tab and all the parent tab and records which need to be selected. This is then returned to the client to build the ui.
    Author:
    mtaal
    • Constructor Detail

      • ComputeSelectedRecordActionHandler

        public ComputeSelectedRecordActionHandler()