-
public final class ViewEvent.ContainerView Container properties (view wrapping the current view)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classViewEvent.Container.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ViewEvent.ContainerViewviewprivate final ViewEvent.ViewEventSourcesource
-
Constructor Summary
Constructors Constructor Description ViewEvent.Container(ViewEvent.ContainerView view, ViewEvent.ViewEventSource source)
-
Method Summary
Modifier and Type Method Description final ViewEvent.ContainerViewgetView()final ViewEvent.ViewEventSourcegetSource()final JsonElementtoJson()-
-
Constructor Detail
-
ViewEvent.Container
ViewEvent.Container(ViewEvent.ContainerView view, ViewEvent.ViewEventSource source)
- Parameters:
view- Attributes of the view's containersource- Source of the parent view
-
-
Method Detail
-
getView
final ViewEvent.ContainerView getView()
-
getSource
final ViewEvent.ViewEventSource getSource()
-
toJson
final JsonElement toJson()
-
-
-
-