public static class ViewController.DidUnSetViewEvent extends ControllerEvent
Event that is fired when a "view" is unset from a view controller.
ActionEvent.Type
Constructor and Description |
---|
DidUnSetViewEvent(ViewController source,
Component view) |
Modifier and Type | Method and Description |
---|---|
Controller |
getSource() |
Component |
getView() |
<T extends Component> |
getView(Class<T> asClass) |
as
consume, getActualComponent, getCommand, getComponent, getDraggedComponent, getDropTarget, getEventType, getKeyEvent, getProgress, getX, getY, isConsumed, isLongEvent
public DidUnSetViewEvent(ViewController source, Component view)
public Controller getSource()
getSource
in class ActionEvent
public Component getView()
Copyright © 2021. All Rights Reserved.