| net.sf.jmoney.entrytable.StackControl
StackControl | public class StackControl extends Composite implements ICellControl<T>(Code) | | This is used in rows only, not for headers.
(anything to be gained by using it in headers too????)
|
Method Summary | |
public Control | getControl() | public void | load(T entryData) | public void | save() | public void | setFocusListener(FocusListener controlFocusListener) | public void | setTopBlock(Block<? super T, ? super R> topBlock) This method may change the preferred height of the row. |
StackControl | public StackControl(Composite parent, R rowControl, StackBlock<T, R> stackBlock)(Code) | | |
getControl | public Control getControl()(Code) | | |
load | public void load(T entryData)(Code) | | |
setFocusListener | public void setFocusListener(FocusListener controlFocusListener)(Code) | | |
setTopBlock | public void setTopBlock(Block<? super T, ? super R> topBlock)(Code) | | This method may change the preferred height of the row. It is
the caller's responsibility to resize the row to its preferred
height after calling this method.
Parameters: topBlock - |
|
|