org.springframework.richclient.selection.binding.support
Class SimpleSelectField
java.lang.Object
org.springframework.richclient.application.support.ApplicationServicesAccessor
org.springframework.richclient.factory.AbstractControlFactory
org.springframework.richclient.selection.binding.support.SelectField
org.springframework.richclient.selection.binding.support.SimpleSelectField
- All Implemented Interfaces:
- PropertyChangePublisher, ControlFactory
public class SimpleSelectField
- extends SelectField
SelectField implementation using a single JTextField.
- Author:
- Peter De Bruycker
Methods inherited from class org.springframework.richclient.selection.binding.support.SelectField |
addPropertyChangeListener, addPropertyChangeListener, clear, createControl, getLabelProvider, getValue, isEditable, removePropertyChangeListener, removePropertyChangeListener, setEditable, setEnabled, setLabelProvider, setSelectionDialog, setValue |
Methods inherited from class org.springframework.richclient.application.support.ApplicationServicesAccessor |
getActiveWindow, getApplication, getApplicationContext, getApplicationName, getApplicationServices, getCommandConfigurer, getComponentFactory, getConversionService, getIconSource, getImageSource, getMessage, getMessage, getMessage, getMessage, getMessages, getMessageSource, getObjectConfigurer, getService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleSelectField
public SimpleSelectField()
render
protected void render(Object value)
- Description copied from class:
SelectField
- Render the given value. Warning: the value can be
null
.
- Specified by:
render
in class SelectField
- Parameters:
value
- the value
createRenderer
protected JComponent createRenderer()
- Description copied from class:
SelectField
- Create the component that will do the rendering. Cannot return
null
.
- Specified by:
createRenderer
in class SelectField
- Returns:
- the renderer component
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.