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, as, getApplicationController, getAppSectionController, getAsyncResource, getAsyncResource, getFormController, getViewController, setAsyncResource
consume, getActualComponent, getCommand, getComponent, getDraggedComponent, getDropTarget, getEventType, getKeyEvent, getProgress, getX, getY, isConsumed, isLongEvent, isPointerPressedDuringDrag, setPointerPressedDuringDrag
public DidUnSetViewEvent(ViewController source, Component view)
public Controller getSource()
getSource
in class ActionEvent
public Component getView()
Copyright © 2021. All Rights Reserved.