|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Controller | |
com.missiondata.oss.lakeshore | Provides a framework for Synchronous Web Programming. |
com.missiondata.oss.lakeshore.requesthandler | Lakeshore request handling |
com.missiondata.oss.lakeshore.widget | Reusable lakeshore components |
Uses of Controller in com.missiondata.oss.lakeshore |
Subclasses of Controller in com.missiondata.oss.lakeshore | |
class |
Component
A controller with a visual aspect |
class |
Task
|
Methods in com.missiondata.oss.lakeshore that return Controller | |
Controller |
Controller.activeController()
|
Controller |
Controller.getParent()
|
Methods in com.missiondata.oss.lakeshore with parameters of type Controller | |
static void |
ChainAnswer.chain(Controller parent,
Controller child)
|
CallBack |
Controller.callAction(Controller controller)
|
java.lang.Object |
Controller.call(Controller controller)
|
CallBack |
Controller.callAction(Controller controller,
java.lang.String pathInfo)
|
java.lang.Object |
Controller.call(Controller controller,
java.lang.String pathInfo)
|
protected void |
Controller.setDelegate(Controller controller)
|
void |
Controller.setParent(Controller parent)
|
void |
Renderer.divNamed(java.lang.String id,
Controller controller)
|
void |
Renderer.render(Controller controller)
|
void |
ThreadManager.pauseCaller(Controller caller)
|
void |
ThreadManager.startCaller(Controller caller)
|
void |
ThreadManager.abortCaller(Controller caller)
|
protected void |
ThreadManager.waitOnCaller(Controller caller)
|
Constructors in com.missiondata.oss.lakeshore with parameters of type Controller | |
ChainAnswer(Controller chainingController)
|
Uses of Controller in com.missiondata.oss.lakeshore.requesthandler |
Methods in com.missiondata.oss.lakeshore.requesthandler that return Controller | |
Controller |
ApplicationRequestHandler.getApplication()
|
Methods in com.missiondata.oss.lakeshore.requesthandler with parameters of type Controller | |
java.lang.String |
RenderableRequestHandler.registerApplication(Controller controller)
|
Constructors in com.missiondata.oss.lakeshore.requesthandler with parameters of type Controller | |
ApplicationRequestHandler(HandlerContext handlerContext,
Controller application,
boolean trapBack)
|
Uses of Controller in com.missiondata.oss.lakeshore.widget |
Subclasses of Controller in com.missiondata.oss.lakeshore.widget | |
class |
BatchedList
Handles pagination and navigation (with back button support) of lists of items. |
class |
Dialog
|
class |
NavigationBar
|
class |
StaticContent
|
class |
TabPanel
|
class |
Window
|
Methods in com.missiondata.oss.lakeshore.widget that return Controller | |
Controller |
NavigationBar.target()
|
Constructors in com.missiondata.oss.lakeshore.widget with parameters of type Controller | |
NavigationBar(Controller owner)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |