com.missiondata.oss.lakeshore.widget
Class TabPanel

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

public class TabPanel
extends Component


Constructor Summary
TabPanel(java.util.TreeMap tabs)
           
 
Method Summary
 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

TabPanel

public TabPanel(java.util.TreeMap tabs)
Method Detail

renderOn

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