com.missiondata.oss.lakeshore.widget
Class NavigationBar

java.lang.Object
  extended bycom.missiondata.oss.lakeshore.Controller
      extended bycom.missiondata.oss.lakeshore.Component
          extended bycom.missiondata.oss.lakeshore.widget.NavigationBar

public class NavigationBar
extends Component


Constructor Summary
NavigationBar(Controller owner)
           
 
Method Summary
 java.util.Collection actions()
           
 void renderOn(Renderer r)
           
 Controller target()
           
 
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

NavigationBar

public NavigationBar(Controller owner)
Method Detail

renderOn

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

actions

public java.util.Collection actions()

target

public Controller target()