|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.gui.forms.AbstractFormField
com.partnersoft.gui.forms.FormIconField
public class FormIconField
An icon-selection field. The data stored is the name of an image from an ImageFactory.
Copyright 2006-2008 Partner Software, Inc.
| Field Summary |
|---|
| Fields inherited from class com.partnersoft.gui.forms.AbstractFormField |
|---|
gui |
| Constructor Summary | |
|---|---|
FormIconField()
|
|
| Method Summary | |
|---|---|
void |
doAction()
This does different things depending on the field; for example in a text field it indicates return was hit. |
javax.swing.JComponent |
getGUI()
|
boolean |
getShowName()
|
java.lang.Object |
getValue()
Returns the current value for this field. |
void |
setFixedHeight(int newHeight)
|
void |
setFixedWidth(int newWidth)
|
void |
setImagePath(java.lang.String imagePath)
|
void |
setShowName(boolean tizit)
|
void |
setValue(java.lang.Object newValue)
Sets the current value for this field. |
void |
valueChanged(java.lang.Object newValue)
When the value changes, this is run. |
| Methods inherited from class com.partnersoft.gui.forms.AbstractFormField |
|---|
addFieldListener, fireActionRequested, fireValueChanged, getGui, isDisabled, removeFieldListener, setDisabled, setToolTipText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormIconField()
| Method Detail |
|---|
public void setImagePath(java.lang.String imagePath)
public void doAction()
FormField
doAction in interface FormFielddoAction in class AbstractFormFieldpublic javax.swing.JComponent getGUI()
public java.lang.Object getValue()
FormField
public void setValue(java.lang.Object newValue)
FormField
public void valueChanged(java.lang.Object newValue)
FormField
valueChanged in interface FormFieldvalueChanged in class AbstractFormFieldpublic boolean getShowName()
public void setShowName(boolean tizit)
public void setFixedWidth(int newWidth)
public void setFixedHeight(int newHeight)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||