We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.copilot.plugins.themeeditor.messages.
Class ClassNameResponse
java.lang.Object
com.vaadin.copilot.plugins.themeeditor.messages.BaseResponse
com.vaadin.copilot.plugins.themeeditor.messages.ClassNameResponse
All Implemented Interfaces:
Returns class name of selected Hilla component suggested or existing one depends on if class name is exist in theme editor.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setClassName
(String className) void
setSuggestion
(boolean suggestion) Methods inherited from class com.vaadin.copilot.plugins.themeeditor.messages.BaseResponse
getCode, getRequestId, ok, setRequestId
-
Constructor Details
-
ClassNameResponse
-
-
Method Details
-
getClassName
-
setClassName
-
isSuggestion
public boolean isSuggestion() -
setSuggestion
public void setSuggestion(boolean suggestion)
-