|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.bus.bean.Bean
net.sf.doolin.gui.field.AbstractFieldDescriptor<V>
net.sf.doolin.gui.field.AbstractPropertyFieldDescriptor<V>
net.sf.doolin.gui.field.FieldRadio<V,T>
V - Type of bean for the viewT - Value associated with the radio buttonpublic class FieldRadio<V,T>
This field defines a JRadioButton.
| Constructor Summary | |
|---|---|
FieldRadio()
|
|
| Method Summary | |
|---|---|
Field<V> |
createField(GUIView<V> view)
Creates a field. |
String |
getGroup()
Gets the name of the group this radio button belongs to. |
String |
getText()
Gets the text expression for this radio button. |
T |
getValue()
Gets the associated value for this radio button. |
void |
setGroup(String group)
Sets the name of the group this radio button belongs to. |
void |
setText(String text)
Sets the text expression for this radio button. |
void |
setValue(T value)
Sets the associated value for this radio button. |
| Methods inherited from class net.sf.doolin.gui.field.AbstractPropertyFieldDescriptor |
|---|
getAdapter, getProperty, getPropertyPath, setAdapter, setProperty, setPropertyPath, subscribe, subscribe |
| 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 net.sf.doolin.bus.bean.Bean |
|---|
getBeanNotificationSupport, getParentBean, notify, setParentBean |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldRadio()
| Method Detail |
|---|
public Field<V> createField(GUIView<V> view)
FieldDescriptor
view - Owning view
public String getGroup()
public String getText()
public T getValue()
public void setGroup(String group)
group - Group namepublic void setText(String text)
text - Text expressionpublic void setValue(T value)
value - Property value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||