org.springframework.richclient.form.builder
Class HtmlFormBuilder

java.lang.Object
  extended by org.springframework.richclient.form.builder.AbstractFormBuilder
      extended by org.springframework.richclient.form.builder.HtmlFormBuilder

public class HtmlFormBuilder
extends AbstractFormBuilder

Author:
Oliver Hutchison

Field Summary
protected  boolean inLink
           
 
Constructor Summary
HtmlFormBuilder(BindingFactory bindingFactory, String html)
           
 
Method Summary
 JComponent getForm()
           
 
Methods inherited from class org.springframework.richclient.form.builder.AbstractFormBuilder
createBinding, createBinding, createDefaultBinding, createLabelFor, createPasswordField, createScrollPane, createSelector, createTextArea, getBindingFactory, getComponentFactory, getFormComponentInterceptor, getFormModel, setComponentFactory, setFormComponentInterceptorFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inLink

protected boolean inLink
Constructor Detail

HtmlFormBuilder

public HtmlFormBuilder(BindingFactory bindingFactory,
                       String html)
Method Detail

getForm

public JComponent getForm()


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.