Class ComponentInfoForCustomComponentSupport

java.lang.Object
com.vaadin.copilot.customcomponent.ComponentInfoForCustomComponentSupport
Direct Known Subclasses:
CustomComponentInstanceInfo

public class ComponentInfoForCustomComponentSupport extends Object
Contains information for each node instance that is required for custom component support.
  • Field Details

    • createLocationPath

      protected String createLocationPath
  • Constructor Details

  • Method Details

    • getCreateLocationPath

      public String getCreateLocationPath()
    • setCreateLocationPath

      public void setCreateLocationPath(String createLocationPath)
    • isChildOfCustomComponent

      public boolean isChildOfCustomComponent()
    • setChildOfCustomComponent

      public void setChildOfCustomComponent(boolean childOfCustomComponent)
    • isRouteView

      public boolean isRouteView()
    • setRouteView

      public void setRouteView(boolean routeView)