com.waveset.ui
Class EditForm.ActionLeftCheckbox
java.lang.Object
com.waveset.ui.EditForm.Item
com.waveset.ui.EditForm.Checkbox
com.waveset.ui.EditForm.LeftCheckbox
com.waveset.ui.EditForm.ActionLeftCheckbox
- All Implemented Interfaces:
- java.lang.Cloneable
- Enclosing class:
- EditForm
- public static class EditForm.ActionLeftCheckbox
- extends EditForm.LeftCheckbox
Constructor Summary |
EditForm.ActionLeftCheckbox(java.lang.String title,
java.lang.String name,
java.lang.String value,
boolean isChecked,
java.lang.String command)
|
Method Summary |
java.lang.String |
getCommand()
|
java.lang.String |
toHTML()
Convert this item to HTML. |
java.lang.String |
toHTML(javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class com.waveset.ui.EditForm.Item |
clone, getAlignment, getHelpRef, getHTMLClass, getName, getPageInformation, getTitle, getValue, isNoWrap, isRenderAllHTML, isRequired, setAlignment, setForm, setHelpRef, setHTMLClass, setNoWrap, setPageInformation, setRenderAllHTML, setRenderInTitleColumn, setRequired |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditForm.ActionLeftCheckbox
public EditForm.ActionLeftCheckbox(java.lang.String title,
java.lang.String name,
java.lang.String value,
boolean isChecked,
java.lang.String command)
getCommand
public java.lang.String getCommand()
toHTML
public java.lang.String toHTML()
- Convert this item to HTML. This is used when this element is put
into a table cell. When it is a form row, the code in genform.jsp
is used. The HTML should be identical and really should only be
in one place.
- Overrides:
toHTML
in class EditForm.LeftCheckbox
toHTML
public java.lang.String toHTML(javax.servlet.http.HttpServletResponse response)
- Overrides:
toHTML
in class EditForm.Item