@DTO public class WidgetSetAttributes extends java.lang.Object
Widget#setAttributes(UESURI, WidgetSetAttributes)
.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
The new code of the widget.
|
private java.lang.String |
controllerUrlPath
Path at which the widget's controller is deployed.
|
private java.lang.String |
description
The new description of the 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
UESURI of the widget.
|
private java.lang.String |
name
The new name of the 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 of the widget.
|
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 |
---|
WidgetSetAttributes()
Creates a new instance of WidgetSetAttributes.
|
WidgetSetAttributes(java.lang.String name,
Creates a new instance of WidgetSetAttributes.
|