public static class ViewController.DidSetViewEvent extends ControllerEvent
Event that is fired when a "view" is set in a view controller.
ActionEvent.Type
Constructor and Description |
---|
DidSetViewEvent(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 DidSetViewEvent(ViewController source, Component view)
public Controller getSource()
getSource
in class ActionEvent
public Component getView()
Copyright © 2021. All Rights Reserved.