@DTO public class WidgetGetWidgetListItem extends java.lang.Object
Widget#getWidgetList(UESURI, WidgetGetWidgetList)
and Widget#getRegisteredWidgetList(UESURI, WidgetGetWidgetList)
.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
Code of the widget.
|
private java.lang.String |
controllerUrlPath
Path at which the controller is deployed.
|
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 width of the height in content.
|
private java.lang.String |
name
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 java.lang.Boolean |
trusted
Describes whether the widget will by inserted into the HTML directly or in the iframe.
|
private UESURI |
uri
URI of the widget.
|
private java.lang.Integer |
width
Default width of the widget in content.
|
Constructor and Description |
---|
WidgetGetWidgetListItem() |
WidgetGetWidgetListItem(java.lang.String name, |