com.missiondata.oss.lakeshore
Class Component

java.lang.Object
  extended bycom.missiondata.oss.lakeshore.Controller
      extended bycom.missiondata.oss.lakeshore.Component
Direct Known Subclasses:
BatchedList, Dialog, NavigationBar, StaticContent, TabPanel, Window

public abstract class Component
extends Controller

A controller with a visual aspect


Constructor Summary
Component()
           
 
Method Summary
abstract  void renderOn(Renderer r)
           
 
Methods inherited from class com.missiondata.oss.lakeshore.Controller
activeController, answer, answer, answerAction, answerAction, call, call, callAction, callAction, callMethod, callMethod, clearDelegate, getParent, getRequestHandler, getSessionAttribute, getUploadedFile, inform, isUserInRole, onAnswer, onAnswer, receiveCall, render, resumeCall, setDelegate, setParent, setRequestHandler, setSessionAttribute, setThreadManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Component

public Component()
Method Detail

renderOn

public abstract void renderOn(Renderer r)
Specified by:
renderOn in class Controller