|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.ui.EditForm.Item
com.waveset.ui.EditForm.SectionHead
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 |
public EditForm.SectionHead(java.lang.String title)
public EditForm.SectionHead(java.lang.String title, boolean nextRowGray)
Method Detail |
public boolean nextRowGray()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |