-
public final class ViewContainerSchema.ContainerView Container properties (view wrapping the current view)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classViewContainerSchema.Container.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ViewContainerSchema.Viewviewprivate final ViewContainerSchema.Sourcesource
-
Constructor Summary
Constructors Constructor Description ViewContainerSchema.Container(ViewContainerSchema.View view, ViewContainerSchema.Source source)
-
Method Summary
Modifier and Type Method Description final ViewContainerSchema.ViewgetView()final ViewContainerSchema.SourcegetSource()final JsonElementtoJson()-
-
Constructor Detail
-
ViewContainerSchema.Container
ViewContainerSchema.Container(ViewContainerSchema.View view, ViewContainerSchema.Source source)
- Parameters:
view- Attributes of the view's containersource- Source of the parent view
-
-
Method Detail
-
getView
final ViewContainerSchema.View getView()
-
getSource
final ViewContainerSchema.Source getSource()
-
toJson
final JsonElement toJson()
-
-
-
-