com.waveset.ui
Class EditForm.Label

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

public static class EditForm.Label
extends EditForm.Item

An item that is rendered as a non-editable label.

This has a title and a value, but no name, since it doesn't contribute anything to the form data.


Constructor Summary
EditForm.Label(java.lang.String title, java.lang.String value)
           
 
Method Summary
 java.lang.String toHTML()
           
 
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.Label

public EditForm.Label(java.lang.String title,
                      java.lang.String value)
Method Detail

toHTML

public java.lang.String toHTML()
Overrides:
toHTML in class EditForm.Item