PropertyEditModel propertyModel = new PropertyEditModelImpl(this, propertyName)
.label(label).conduit(conduit);
if (adapter != null)
propertyModel.propertyType(adapter.getType());
if (conduit != null)
{
Order annotation = conduit.getAnnotation(Order.class);