Group
com.reactific.riddl.language.ast.Definitions.Group
case class Group(loc: At, id: Identifier, types: Seq[Type], elements: Seq[UIElement], brief: Option[LiteralString], description: Option[Description]) extends UIElement
A group of UIElement that can be treated as a whole. For example, a form, a button group, etc.
Value parameters
- brief
-
A brief description of the group
- description
-
A more detailed description of the group
- elements
-
The list of UIElements
- id
-
The unique identifier of the group
- loc
-
The location of the group
- types
-
Type definitions to define types shared by more than one UIElement
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait UIElementtrait ApplicationDefinitiontrait Definitiontrait Container[Definition]trait BrieflyDescribedValuetrait DescribedValuetrait RiddlValuetrait RiddlNodeclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- BrieflyDescribedValue
Attributes
- Inherited from:
- DescribedValue
Attributes
- Inherited from:
- Definition
Attributes
- Definition Classes
- Inherited from:
- Definition
Attributes
- Inherited from:
- Definition
Attributes
- Inherited from:
- Definition
Attributes
- Inherited from:
- Definition
Attributes
- Inherited from:
- Definition
Attributes
- Definition Classes
- Inherited from:
- Definition
Attributes
- Inherited from:
- Definition
Attributes
- Inherited from:
- Container
Attributes
- Inherited from:
- Definition
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Definition
Concrete fields
In this article