Class QFrontendComponentMetaData
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.processes.QFrontendComponentMetaData
- All Implemented Interfaces:
QMetaDataObject
,Serializable
- Direct Known Subclasses:
NoCodeWidgetFrontendComponentMetaData
Definition of a UI component in a frontend process steps.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()
Getter for typeGetter for valuesvoid
setType
(QComponentType type) Setter for typevoid
setValues
(Map<String, Serializable> values) Setter for valueswithType
(QComponentType type) Fluent setter for typewithValue
(String key, Serializable value) Fluent setter for valueswithValues
(Map<String, Serializable> values) Fluent setter for values
-
Constructor Details
-
QFrontendComponentMetaData
public QFrontendComponentMetaData()
-
-
Method Details
-
getType
Getter for type -
setType
Setter for type -
withType
Fluent setter for type -
getValues
Getter for values -
setValues
Setter for values -
withValues
Fluent setter for values -
withValue
Fluent setter for values
-