|
||||||||||
| 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.FieldLabel<V>
V - Type of object for the viewpublic class FieldLabel<V>
JLabel field descriptor.
| Constructor Summary | |
|---|---|
FieldLabel()
|
|
| Method Summary | |
|---|---|
Field<V> |
createField(GUIView<V> view)
Creates a field. |
String |
getIconId()
Gets the ID of the icon to associate with this label. |
String |
getText()
Gets the text. |
void |
setIconId(String iconId)
Sets the ID of the icon to associate with this label. |
void |
setText(String text)
Expression that contains the text of the label |
| 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 FieldLabel()
| Method Detail |
|---|
public Field<V> createField(GUIView<V> view)
FieldDescriptor
view - Owning view
public String getIconId()
nullpublic String getText()
public void setIconId(String iconId)
iconId - Icon ID or nullpublic void setText(String text)
text - the new text
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||