@DTO public class WidgetCreate extends java.lang.Object
Widget#create(UESURI, WidgetCreate)
.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
Code of the new widget.
|
private UESURI |
competentRoleUri
URI of the competent role.
|
private java.lang.String |
controllerUrlPath
Path at which the widget's controller is deployed.
|
private java.lang.String |
description
Description of the new widget.
|
private java.lang.Boolean |
editorAvailable
Describes whether the widget will be in the list of available widgets in editor.
|
private java.lang.Integer |
height
Default height of the widget in content.
|
private UESURI |
iconUri
URI of the widget's icon.
|
private UESURI |
metaArtifactUri
URI of the meta artifact.
|
private java.lang.String |
name
Name of the new widget.
|
private java.lang.Integer |
placeholderHeight
Height of the widget placeholder in editor.
|
private PlaceholderImage |
placeholderImage
Placeholder image of the widget in editor.
|
private java.lang.Integer |
placeholderWidth
Width of the widget placeholder in editor.
|
private UESSecurityLevel |
securityLevel
Security level.
|
private java.lang.Boolean |
trusted
Describes whether the widget will by inserted into the HTML directly or in the iframe.
|
private java.lang.Integer |
width
Default width of the widget in content.
|
Constructor and Description |
---|
WidgetCreate(UESURI metaArtifactUri)
Minimal constructor for the widget creation.
|
WidgetCreate(UESURI metaArtifactUri,
Enough constructor for the widget creation.
|
WidgetCreate(UESURI metaArtifactUri,
Maximal constructor for the widget creation.
|
metaArtifactUri
- name
- code
- description
- competentRoleUri
- securityLevel
- iconUri
- controllerUrlPath
-