Class ComponentInfoForCustomComponentSupport
java.lang.Object
com.vaadin.copilot.customcomponent.ComponentInfoForCustomComponentSupport
- Direct Known Subclasses:
CustomComponentInstanceInfo
Contains information for each node instance that is required for custom
component support.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorComponentInfoForCustomComponentSupport(String createLocationPath) Constructs theComponentInfoForCustomComponentSupportwith createLocationPath -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetChildOfCustomComponent(boolean childOfCustomComponent) voidsetCreateLocationPath(String createLocationPath) voidsetRouteView(boolean routeView)
-
Field Details
-
createLocationPath
-
-
Constructor Details
-
ComponentInfoForCustomComponentSupport
public ComponentInfoForCustomComponentSupport()Default constructor -
ComponentInfoForCustomComponentSupport
Constructs theComponentInfoForCustomComponentSupportwith createLocationPath- Parameters:
createLocationPath- file path where component instance is created e.g.ComponentTypeAndSourceLocation.getCreateLocationOrThrow()
-
-
Method Details
-
getCreateLocationPath
-
setCreateLocationPath
-
isChildOfCustomComponent
public boolean isChildOfCustomComponent() -
setChildOfCustomComponent
public void setChildOfCustomComponent(boolean childOfCustomComponent) -
isRouteView
public boolean isRouteView() -
setRouteView
public void setRouteView(boolean routeView)
-