org.nakedobjects.plugins.html.component.html
Class LogonFormPage

java.lang.Object
  extended by org.nakedobjects.plugins.html.component.html.AbstractHtmlPage
      extended by org.nakedobjects.plugins.html.component.html.LogonFormPage
All Implemented Interfaces:
Component, Page

public class LogonFormPage
extends AbstractHtmlPage


Constructor Summary
LogonFormPage(java.lang.String styleSheet, java.lang.String header, java.lang.String footer, java.lang.String user, java.lang.String password)
           
 
Method Summary
 Block getNavigation()
           
 ViewPane getViewPane()
           
 void setCrumbs(Component component)
           
 void setDebug(DebugPane debugPane)
           
protected  void writeContent(java.io.PrintWriter writer)
           
 
Methods inherited from class org.nakedobjects.plugins.html.component.html.AbstractHtmlPage
addDebug, addDebug, getPageHeader, setTitle, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogonFormPage

public LogonFormPage(java.lang.String styleSheet,
                     java.lang.String header,
                     java.lang.String footer,
                     java.lang.String user,
                     java.lang.String password)
Method Detail

writeContent

protected void writeContent(java.io.PrintWriter writer)
Specified by:
writeContent in class AbstractHtmlPage

getNavigation

public Block getNavigation()

getViewPane

public ViewPane getViewPane()

setCrumbs

public void setCrumbs(Component component)

setDebug

public void setDebug(DebugPane debugPane)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.