public class NavigationController extends Controller
Modifier and Type | Class and Description |
---|---|
static class |
NavigationController.NavigationEvent |
Controller.CreateObjectRequest<T>, Controller.ObjectFactory
Constructor and Description |
---|
NavigationController(Controller parent)
Creates a controller with a given parent controller.
|
Modifier and Type | Method and Description |
---|---|
com.codename1.util.promise.Promise<NavigationController.NavigationEvent> |
push() |
actionPerformed, addAction, addAction, addActionListener, addActions, addActions, addEventListener, addLookup, addLookup, addObjectFactory, createObjectWithFactory, createViewNode, dispatchEvent, extendAction, extendAction, fillSlot, getAction, getActions, getActionsNode, getApplicationController, getFormController, getFormController, getInheritedAction, getInheritedActions, getParent, getSectionController, getSingleActionsNode, getViewController, getViewNode, initControllerActions, isStarted, lookup, lookupEntity, onStartController, onStopController, parentLookup, parentLookupEntity, refresh, removeActionListener, removeEventListener, setParent, start, startController, withLookup, withLookupEntity, withParentLookup, withParentLookupEntity
public NavigationController(Controller parent)
Creates a controller with a given parent controller.
parent
- The parent controller of this controller.public com.codename1.util.promise.Promise<NavigationController.NavigationEvent> push()
Copyright © 2021. All Rights Reserved.