Class CustomComponentInstanceInfo
java.lang.Object
com.vaadin.copilot.customcomponent.ComponentInfoForCustomComponentSupport
com.vaadin.copilot.customcomponent.CustomComponentInstanceInfo
Contains information about custom component instance.
-
Field Summary
Fields inherited from class com.vaadin.copilot.customcomponent.ComponentInfoForCustomComponentSupport
createLocationPath -
Constructor Summary
ConstructorsConstructorDescriptionCustomComponentInstanceInfo(CustomComponent.Type type, String activeLevel, String javaClassName, String customComponentFilePath, boolean litTemplate) -
Method Summary
Modifier and TypeMethodDescriptiongetType()booleanvoidsetActiveLevel(String activeLevel) voidsetType(CustomComponent.Type type) Methods inherited from class com.vaadin.copilot.customcomponent.ComponentInfoForCustomComponentSupport
getCreateLocationPath, isChildOfCustomComponent, isRouteView, setChildOfCustomComponent, setCreateLocationPath, setRouteView
-
Constructor Details
-
CustomComponentInstanceInfo
public CustomComponentInstanceInfo(CustomComponent.Type type, String activeLevel, String javaClassName, String customComponentFilePath, boolean litTemplate)
-
-
Method Details
-
getType
-
setType
-
getActiveLevel
-
setActiveLevel
-
getJavaClassName
-
getCustomComponentFilePath
-
isLitTemplate
public boolean isLitTemplate()
-