Interface ConfigExtensionPoint

All Superinterfaces:
org.pf4j.ExtensionPoint, ExtensionProviderPoint

public interface ConfigExtensionPoint extends ExtensionProviderPoint
  • Method Summary

    Modifier and Type
    Method
    Description
    HashMap<String,com.vaadin.flow.component.Component>
    detail(Object itemIO)
    Retrieves the detailed information of an item using the provided itemIO.
    HashMap<String,com.vaadin.flow.component.Component>
    Retrieves the module of the configuration extension point.

    Methods inherited from interface de.bytestore.hostinger.extension.ExtensionProviderPoint

    name
  • Method Details

    • module

      HashMap<String,com.vaadin.flow.component.Component> module()
      Retrieves the module of the configuration extension point.
      Returns:
      a HashMap containing the modules of the configuration extension point. The keys are String values representing the module names, and the values are Component objects representing the corresponding module information.
    • detail

      HashMap<String,com.vaadin.flow.component.Component> detail(Object itemIO)
      Retrieves the detailed information of an item using the provided itemIO.
      Parameters:
      itemIO - the item input/output object
      Returns:
      a HashMap containing the detailed information of the item. The keys are String values representing the information type, and the values are Component objects representing the corresponding component information.