-
public final class ViewContainerSchemaView Container schema for views that are nested (webviews in mobile)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classViewContainerSchema.Companionpublic final classViewContainerSchema.ContainerView Container properties (view wrapping the current view)
public final classViewContainerSchema.ViewAttributes of the view's container
public enumViewContainerSchema.SourceSource of the parent view
-
Field Summary
Fields Modifier and Type Field Description private final ViewContainerSchema.Containercontainer
-
Constructor Summary
Constructors Constructor Description ViewContainerSchema(ViewContainerSchema.Container container)
-
Method Summary
Modifier and Type Method Description final ViewContainerSchema.ContainergetContainer()final JsonElementtoJson()-
-
Constructor Detail
-
ViewContainerSchema
ViewContainerSchema(ViewContainerSchema.Container container)
- Parameters:
container- View Container properties (view wrapping the current view)
-
-
Method Detail
-
getContainer
final ViewContainerSchema.Container getContainer()
-
toJson
final JsonElement toJson()
-
-
-
-