com.waveset.ui
Class EditForm.LeftCheckbox

java.lang.Object
  extended bycom.waveset.ui.EditForm.Item
      extended bycom.waveset.ui.EditForm.Checkbox
          extended bycom.waveset.ui.EditForm.LeftCheckbox
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
EditForm.ActionLeftCheckbox
Enclosing class:
EditForm

public static class EditForm.LeftCheckbox
extends EditForm.Checkbox

A class describing a single checkbox element with the title on the left.


Constructor Summary
EditForm.LeftCheckbox(java.lang.String title, java.lang.String name, java.lang.String value, boolean isChecked)
           
 
Method Summary
 java.lang.String toHTML()
          THIS IS NOT CALLED BY GENFORM!!!
 
Methods inherited from class com.waveset.ui.EditForm.Checkbox
getControlTitle, isChecked, isTitleSuppressed, setControlTitle, suppressTitle
 
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, toHTML
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditForm.LeftCheckbox

public EditForm.LeftCheckbox(java.lang.String title,
                             java.lang.String name,
                             java.lang.String value,
                             boolean isChecked)
Method Detail

toHTML

public java.lang.String toHTML()
Description copied from class: EditForm.Checkbox
THIS IS NOT CALLED BY GENFORM!!!

Overrides:
toHTML in class EditForm.Checkbox