| net.sf.jmoney.entrytable.IndividualBlock
IndividualBlock | abstract public class IndividualBlock extends CellBlock (Code) | | Represents a column of data that can be displayed in the entries table,
edited by the user, sorted, or used in a filter.
All columns are managed by an object of this class. Special
implementations exist for the credit, debit, and balance columns.
More generic implementations exist for the other properties.
|
IndividualBlock | public IndividualBlock(String text, int minimumWidth, int weight)(Code) | | |
createHeaderControls | public void createHeaderControls(Composite parent, T entryData)(Code) | | |
getComparator | public Comparator<T> getComparator()(Code) | | a comparator to be used for sorting rows based on the values inthis column, or null if this column is not suitable for sorting |
layout | void layout(int width)(Code) | | |
|
|