Class EnrichedRootUIComponent

All Implemented Interfaces:
Identifiable<String>

public class EnrichedRootUIComponent extends RootUIComponent
A RootUIComponent enriched with runtime-computed information for REST API responses.
Author:
Jimmy Tanagra - Initial contribution
  • Field Details

    • editable

      public boolean editable
      Whether the component can be modified or deleted through the REST API. Components loaded from YAML configuration files are not editable.
  • Constructor Details

    • EnrichedRootUIComponent

      public EnrichedRootUIComponent(RootUIComponent component, boolean editable)