com.notuvy.gui
Class FormField.List

java.lang.Object
  extended by com.notuvy.gui.FormField
      extended by com.notuvy.gui.FormField.List
Enclosing class:
FormField

public static class FormField.List
extends FormField


Nested Class Summary
 
Nested classes/interfaces inherited from class com.notuvy.gui.FormField
FormField.Area, FormField.CheckBox, FormField.Choice, FormField.Field, FormField.Generic, FormField.Html, FormField.List
 
Field Summary
 
Fields inherited from class com.notuvy.gui.FormField
LOG
 
Constructor Summary
FormField.List(String pString, Font pFont, JList pList)
           
 
Method Summary
protected  void addComponent(JPanel pPanel, GridBagConstraints gbc)
           
protected  Object getValue()
           
protected  void setValue(Object pObject)
           
 
Methods inherited from class com.notuvy.gui.FormField
addTo, getComponent, getFill, getGridHeight, getHelpText, getLabel, getVWeight, isSeparatorAfter, setHelpText, setSeparatorAfter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormField.List

public FormField.List(String pString,
                      Font pFont,
                      JList pList)
Method Detail

getValue

protected Object getValue()
Specified by:
getValue in class FormField

setValue

protected void setValue(Object pObject)
Specified by:
setValue in class FormField

addComponent

protected void addComponent(JPanel pPanel,
                            GridBagConstraints gbc)
Overrides:
addComponent in class FormField


Copyright © 2013. All Rights Reserved.