|
||||||||||
| 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.FieldSeparator<V>
V - Type of data for the viewpublic class FieldSeparator<V>
Descriptor for a separator.
| Constructor Summary | |
|---|---|
FieldSeparator()
|
|
| Method Summary | |
|---|---|
Field<V> |
createField(GUIView<V> view)
Creates a field. |
String |
getAlignment()
Gets the alignment. |
com.jgoodies.forms.factories.ComponentFactory |
getComponentFactory()
Gets the component factory. |
String |
getTitleExpression()
Gets the title expression. |
void |
setAlignment(String alignment)
Alignment of the title in the separator |
void |
setComponentFactory(com.jgoodies.forms.factories.ComponentFactory componentFactory)
Factory for the components |
void |
setTitleExpression(String titleExpression)
Expression for the title |
| 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 FieldSeparator()
| Method Detail |
|---|
public Field<V> createField(GUIView<V> view)
FieldDescriptor
view - Owning view
public String getAlignment()
public com.jgoodies.forms.factories.ComponentFactory getComponentFactory()
public String getTitleExpression()
public void setAlignment(String alignment)
alignment - the new alignmentpublic void setComponentFactory(com.jgoodies.forms.factories.ComponentFactory componentFactory)
componentFactory - the new component factorypublic void setTitleExpression(String titleExpression)
titleExpression - the new title expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||