Class CustomComponentHandler

java.lang.Object
com.vaadin.copilot.javarewriter.custom.CustomComponentHandler

public class CustomComponentHandler extends Object
  • Method Details

    • get

      public static Optional<CustomComponentHandle> get(CopilotComponent copilotComponent)
      Finds the relevant CustomComponentHandle of the given CopilotComponent
      Parameters:
      copilotComponent - Java component for creating statements.
      Returns:
      Returns the custom component handle if present, returns empty otherwise.