Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget.complex |
Contains the API for complex widgets.
|
net.sf.mmm.client.ui.base.binding |
Contains the (base) implementations of the data binding.
|
net.sf.mmm.client.ui.base.widget.complex |
Contains the base implementation for complex widgets.
|
net.sf.mmm.client.ui.base.widget.custom.complex |
Contains the API for complex custom widgets.
|
net.sf.mmm.util.value.base |
Contains the base-implementations of the
value API . |
Modifier and Type | Method and Description |
---|---|
<CELL> UiWidgetTableColumn<ROW,CELL> |
UiWidgetAbstractDataTable.createColumn(PropertyAccessor<ROW,CELL> rowAccessor,
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory,
Comparator<CELL> sortComparator)
This method creates a new
column for this table. |
Modifier and Type | Method and Description |
---|---|
PropertyAccessor<VALUE,?> |
UiDataBindingPojo.createPropertyAccessor(String property) |
PropertyAccessor<VALUE,?> |
AbstractUiDataBinding.createPropertyAccessor(String property) |
PropertyAccessor<Void,?> |
UiDataBindingNone.createPropertyAccessor(String property) |
PropertyAccessor<VALUE,?> |
UiDataBinding.createPropertyAccessor(String property) |
<P> PropertyAccessor<VALUE,P> |
UiDataBindingPojo.createPropertyAccessor(TypedProperty<P> property) |
<P> PropertyAccessor<VALUE,P> |
AbstractUiDataBinding.createPropertyAccessor(TypedProperty<P> property) |
<P> PropertyAccessor<Void,P> |
UiDataBindingNone.createPropertyAccessor(TypedProperty<P> property) |
<P> PropertyAccessor<VALUE,P> |
UiDataBinding.createPropertyAccessor(TypedProperty<P> property) |
Modifier and Type | Class and Description |
---|---|
private class |
AbstractUiWidgetAbstractDataTable.LazyPropertyAccessor<CELL>
This class is a lazy implementation of
PropertyAccessor . |
Modifier and Type | Field and Description |
---|---|
private PropertyAccessor<ROW,CELL> |
AbstractUiWidgetAbstractDataTable.LazyPropertyAccessor.delegate
The
PropertyAccessor to delegate to. |
private PropertyAccessor<ROW,CELL> |
AbstractUiWidgetTableColumn.propertyAccessor |
Modifier and Type | Method and Description |
---|---|
private PropertyAccessor<ROW,CELL> |
AbstractUiWidgetAbstractDataTable.LazyPropertyAccessor.getDelegate(ROW row)
Lazy accessor to get the
PropertyAccessor to delegate to. |
PropertyAccessor<ROW,CELL> |
AbstractUiWidgetTableColumn.getPropertyAccessor() |
Modifier and Type | Method and Description |
---|---|
<CELL> UiWidgetTableColumn<ROW,CELL> |
AbstractUiWidgetAbstractDataTable.createColumn(PropertyAccessor<ROW,CELL> rowAccessor,
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory,
Comparator<CELL> sortComparator)
This method creates a new
column for this table. |
private <CELL> UiWidgetTableColumn<ROW,CELL> |
AbstractUiWidgetAbstractDataTable.createColumn(PropertyAccessor<ROW,CELL> rowAccessor,
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory,
Comparator<CELL> sortComparator,
TypedProperty<CELL> rowProperty) |
(package private) void |
AbstractUiWidgetTableColumn.setPropertyAccessor(PropertyAccessor<ROW,CELL> propertyAccessor) |
Modifier and Type | Method and Description |
---|---|
<CELL> UiWidgetTableColumn<ROW,CELL> |
UiWidgetCustomAbstractListTable.createColumn(PropertyAccessor<ROW,CELL> rowAccessor,
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory,
Comparator<CELL> sortComparator)
This method creates a new
column for this table. |
Modifier and Type | Class and Description |
---|---|
class |
PojoPathPropertyAccessor<POJO,VALUE>
This is an implementation of
PropertyAccessor using PojoPathNavigator (based on reflection). |
Copyright © 2001–2016 mmm-Team. All rights reserved.