Package com.smartgwt.client.ai
Class AIProgressMessage
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.ai.AIProgressMessage
- All Implemented Interfaces:
HasHandlers
A message relating to progress made in an ongoing build-via-AI operation.
-
Field Summary
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe category of the message.The content of the message.static AIProgressMessage
getOrCreateRef
(JavaScriptObject jsObj) setCategory
(AIProgressMessageCategory category) The category of the message.setContent
(String content) The content of the message.Methods inherited from class com.smartgwt.client.core.DataClass
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated
-
Constructor Details
-
AIProgressMessage
public AIProgressMessage() -
AIProgressMessage
-
-
Method Details
-
getOrCreateRef
-
setCategory
The category of the message.- Parameters:
category
- New category value. Default value is null- Returns:
AIProgressMessage
instance, for chaining setter calls
-
getCategory
The category of the message.- Returns:
- Current category value. Default value is null
-
setContent
The content of the message.- Parameters:
content
- New content value. Default value is null- Returns:
AIProgressMessage
instance, for chaining setter calls- See Also:
-
getContent
The content of the message.- Returns:
- Current content value. Default value is null
- See Also:
-