com.notuvy.gui
Class FormField.Choice

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

public static class FormField.Choice
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.Choice(String pString, Font pFont, JComboBox pComboBox)
           
 
Method Summary
protected  Object getValue()
           
protected  void setValue(Object pObject)
           
 
Methods inherited from class com.notuvy.gui.FormField
addComponent, 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.Choice

public FormField.Choice(String pString,
                        Font pFont,
                        JComboBox pComboBox)
Method Detail

getValue

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

setValue

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


Copyright © 2013. All Rights Reserved.