net.sf.doolin.gui.field
Class FieldColor<V>
java.lang.Object
net.sf.doolin.bus.bean.Bean
net.sf.doolin.gui.field.AbstractFieldDescriptor<V>
net.sf.doolin.gui.field.AbstractPropertyFieldDescriptor<V>
net.sf.doolin.gui.field.FieldColor<V>
- Type Parameters:
V - Type of bean for the view
- All Implemented Interfaces:
- Serializable, IBean, FieldDescriptor<V>
public class FieldColor<V>
- extends AbstractPropertyFieldDescriptor<V>
This field allows the user to select a color.
- Author:
- Damien Coraboeuf
- See Also:
- Serialized Form
| Methods inherited from class net.sf.doolin.gui.field.AbstractFieldDescriptor |
getActionFactory, getConstraint, getDisplayStateHandler, getIconService, getName, getStyle, getTransferHandler, onInit, onShow, setActionFactory, setConstraint, setDisplayState, setDisplayStateHandler, setIconService, setName, setStyle, setTransferHandler |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldColor
public FieldColor()
createField
public Field<V> createField(GUIView<V> view)
- Description copied from interface:
FieldDescriptor
- Creates a field.
- Parameters:
view - Owning view
- Returns:
- Created field
Copyright © 2011. All Rights Reserved.