butler.web.form
Class MultipleForm

java.lang.Object
  extended by butler.web.form.Form
      extended by butler.web.form.MultipleForm

public class MultipleForm
extends Form

Author:
Fredrik Bertilsson

Nested Class Summary
 
Nested classes/interfaces inherited from class butler.web.form.Form
Form.NativeInfo
 
Field Summary
 
Fields inherited from class butler.web.form.Form
_request
 
Constructor Summary
MultipleForm()
           
 
Method Summary
protected  java.lang.String getAction(javax.servlet.http.HttpServletRequest request)
           
protected  java.lang.String getCaption()
           
 org.apache.ecs.Element getContent()
           
 java.lang.String getId()
           
 java.lang.String getOnFormLoad()
           
 org.apache.ecs.html.Script getScript()
           
protected  void init()
           
 void setDescriptor(DForm desc)
           
 
Methods inherited from class butler.web.form.Form
create, getDescriptor, getForm, getHeader, getNativeInfo, getRequest, getURL, handleRequest, register, register, setAuthorizator, setRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipleForm

public MultipleForm()
Method Detail

setDescriptor

public void setDescriptor(DForm desc)
Overrides:
setDescriptor in class Form

getContent

public org.apache.ecs.Element getContent()
                                  throws java.lang.Exception
Specified by:
getContent in class Form
Throws:
java.lang.Exception

init

protected void init()
             throws java.lang.Exception
Overrides:
init in class Form
Throws:
java.lang.Exception

getScript

public org.apache.ecs.html.Script getScript()
                                     throws java.lang.Exception
Overrides:
getScript in class Form
Throws:
java.lang.Exception

getCaption

protected java.lang.String getCaption()
                               throws java.lang.Exception
Overrides:
getCaption in class Form
Throws:
java.lang.Exception

getOnFormLoad

public java.lang.String getOnFormLoad()
                               throws java.lang.Exception
Overrides:
getOnFormLoad in class Form
Throws:
java.lang.Exception

getAction

protected java.lang.String getAction(javax.servlet.http.HttpServletRequest request)
Overrides:
getAction in class Form

getId

public java.lang.String getId()
Overrides:
getId in class Form