.contains(ComponentFactory.INTERFACE_EDITABLEVALUEHOLDER)
&& component
.getAdapter(ComponentFactory.EDITABLE_VALUE_HOLDER) == null)
{
component.addAdapter(ComponentFactory.EDITABLE_VALUE_HOLDER,
new EditableValueHolderInfo(null, null, null, false,
false, true, false, null, null, null));
}
if (component.getAdapter(ComponentFactory.VALUE_HOLDER) == null)
{