butler.web.util
Class ButtonRow

java.lang.Object
  extended by butler.web.util.ButtonRow

public class ButtonRow
extends java.lang.Object

Author:
Fredrik Bertilsson

Constructor Summary
ButtonRow()
           
ButtonRow(DButtonRow desc)
           
 
Method Summary
 org.apache.ecs.html.Input addButton(java.lang.String command)
           
 org.apache.ecs.html.Input addButton(java.lang.String command, java.lang.String caption)
           
 org.apache.ecs.Element getHTML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonRow

public ButtonRow(DButtonRow desc)
          throws java.lang.Exception
Throws:
java.lang.Exception

ButtonRow

public ButtonRow()
Method Detail

addButton

public org.apache.ecs.html.Input addButton(java.lang.String command,
                                           java.lang.String caption)

addButton

public org.apache.ecs.html.Input addButton(java.lang.String command)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getHTML

public org.apache.ecs.Element getHTML()
                               throws java.lang.Exception
Throws:
java.lang.Exception