Enum | Description |
---|---|
CanvasBehaviour |
Behaviour of UI component on Studio Screen Designer canvas.
|
CanvasIconSize | |
ContainerType |
Specifies standard container type for emulation in Studio Screen Designer.
|
PropertiesConstraint |
Specifies the behaviour of properties in group.
|
PropertyType |
Type of UI component property.
|
Annotation Type | Description |
---|---|
PropertiesGroup |
Defines a property group: list of dependent properties that must be used only together or mutually exclusive.
|
StudioCollection |
Indicates that the annotated method should be shown in Studio Screen Designer
as a nested group of elements of UI component, e.g.
|
StudioComponent |
Indicates that the annotated UI component interface should be available in Studio Screen Designer.
|
StudioElement |
Indicates that the annotated interface should be available in Studio Screen Designer as a part of UI Component,
e.g.
|
StudioElementsGroup |
Indicates that the annotated method should be shown in Studio Screen Designer
as a nested group of elements of UI component, e.g.
|
StudioEmbedded |
Indicates that the annotated method parameter class provides metadata for Component Inspector of Screen Designer
for the UI component or Facet containing annotated method.
|
StudioFacet |
Indicates that the annotated interface should be available in Studio Screen Designer as a non-visual component.
|
StudioProperties |
Defines additional XML properties and property groups of a UI component.
|
StudioProperty |
Indicates that the annotated method should be shown in Studio Screen Designer as UI component property.
|