butler.web.form
Class ListForm

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

public class ListForm
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
ListForm()
           
 
Method Summary
 org.apache.ecs.Element getContent()
           
 java.lang.String getOnFormLoad()
           
 org.apache.ecs.html.Script getScript()
           
 void setDescriptor(DForm desc)
           
 
Methods inherited from class butler.web.form.Form
create, getAction, getCaption, getDescriptor, getForm, getHeader, getId, getNativeInfo, getRequest, getURL, handleRequest, init, register, register, setAuthorizator, setRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListForm

public ListForm()
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

getScript

public org.apache.ecs.html.Script getScript()
Overrides:
getScript in class Form

getOnFormLoad

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