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