com.waveset.ui
Class EditForm.SectionHead

java.lang.Object
  extended bycom.waveset.ui.EditForm.Item
      extended bycom.waveset.ui.EditForm.SectionHead
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
EditForm

public static class EditForm.SectionHead
extends EditForm.Item

In a form, this will be a section header. It will be displayed in some standout kind of way like bold text with a light background and reset the alternating form row background.

This has a title only.


Constructor Summary
EditForm.SectionHead(java.lang.String title)
           
EditForm.SectionHead(java.lang.String title, boolean nextRowGray)
          Don't want the next row to be gray (like for checkbox arrays?), use this constructor with false.
 
Method Summary
 boolean nextRowGray()
           
 
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, toHTML
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditForm.SectionHead

public EditForm.SectionHead(java.lang.String title)

EditForm.SectionHead

public EditForm.SectionHead(java.lang.String title,
                            boolean nextRowGray)
Don't want the next row to be gray (like for checkbox arrays?), use this constructor with false.

Method Detail

nextRowGray

public boolean nextRowGray()