|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IValueFormatter | |
|---|---|
| de.ralfebert.rcputils.properties | |
| de.ralfebert.rcputils.tables | |
| de.ralfebert.rcputils.tables.format | |
| Uses of IValueFormatter in de.ralfebert.rcputils.properties |
|---|
| Classes in de.ralfebert.rcputils.properties that implement IValueFormatter | |
|---|---|
class |
PropertyValueFormatter
PropertyValueFormatter describes a conversion from a object to some property of the object. |
| Constructors in de.ralfebert.rcputils.properties with parameters of type IValueFormatter | |
|---|---|
PropertyCellLabelProvider(IValue valueHandler,
IValueFormatter valueFormatter,
ICellFormatter cellFormatter)
|
|
PropertyEditingSupport(ColumnViewer viewer,
IValue valueHandler,
IValueFormatter valueFormatter,
CellEditor cellEditor)
|
|
PropertyLabelProvider(IValue valueHandler,
IValueFormatter valueFormatter)
|
|
| Uses of IValueFormatter in de.ralfebert.rcputils.tables |
|---|
| Methods in de.ralfebert.rcputils.tables with parameters of type IValueFormatter | |
|---|---|
ColumnBuilder |
ColumnBuilder.format(IValueFormatter valueFormatter)
Sets a formatter for this column that is responsible to convert the value into a String. |
ColumnBuilder |
ColumnBuilder.makeEditable(CellEditor cellEditor,
IValueFormatter valueFormatter)
Makes the column cells editable using a custom cell editor. |
ColumnBuilder |
ColumnBuilder.makeEditable(IValueFormatter valueFormatter)
Makes this column editable. |
| Uses of IValueFormatter in de.ralfebert.rcputils.tables.format |
|---|
| Classes in de.ralfebert.rcputils.tables.format that implement IValueFormatter | |
|---|---|
class |
StringValueFormatter
ValueFormatter for String.valueOf / java.text.Format. |
| Methods in de.ralfebert.rcputils.tables.format that return IValueFormatter | |
|---|---|
static IValueFormatter<java.lang.Integer,java.lang.String> |
Formatter.forInt()
Returns a formatter for string to int/Integer. |
static IValueFormatter<java.lang.Object,java.lang.Object> |
Formatter.fromConverters(IConverter format,
IConverter parse)
Returns a value formatter by two existing data binding IConverterts, on for each direction. |
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||