info.magnolia.ui.contentapp.field
Class WorkbenchFieldFactory

java.lang.Object
  extended by info.magnolia.ui.form.AbstractFormItem
      extended by info.magnolia.ui.form.field.factory.AbstractFieldFactory<WorkbenchFieldDefinition,Object>
          extended by info.magnolia.ui.contentapp.field.WorkbenchFieldFactory
All Implemented Interfaces:
FieldFactory, FormItem

public class WorkbenchFieldFactory
extends AbstractFieldFactory<WorkbenchFieldDefinition,Object>

Factory capable of producing WorkbenchField.


Field Summary
 
Fields inherited from class info.magnolia.ui.form.field.factory.AbstractFieldFactory
field, item
 
Constructor Summary
WorkbenchFieldFactory(WorkbenchFieldDefinition definition, com.vaadin.data.Item relatedFieldItem, WorkbenchPresenter workbenchPresenter)
           
 
Method Summary
protected  com.vaadin.ui.Field<Object> createFieldComponent()
          Implemented by subclasses to create and initialize the Vaadin Field instance to use.
 
Methods inherited from class info.magnolia.ui.form.field.factory.AbstractFieldFactory
createDefaultValue, createField, getDefaultFieldType, getDefinitionType, getFieldDefinition, getFieldType, getI18nBasename, getView, initializeTransformer, setComponentProvider, setFieldValidatorFactoryFactory, setI18nContentSupport, setPropertyDataSourceAndDefaultValue, setPropertyDataSourceDefaultValue
 
Methods inherited from class info.magnolia.ui.form.AbstractFormItem
getMessage, getMessages, getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface info.magnolia.ui.form.FormItem
getMessages, getParent, setParent
 

Constructor Detail

WorkbenchFieldFactory

@Inject
public WorkbenchFieldFactory(WorkbenchFieldDefinition definition,
                                    com.vaadin.data.Item relatedFieldItem,
                                    WorkbenchPresenter workbenchPresenter)
Method Detail

createFieldComponent

protected com.vaadin.ui.Field<Object> createFieldComponent()
Description copied from class: AbstractFieldFactory
Implemented by subclasses to create and initialize the Vaadin Field instance to use.

Specified by:
createFieldComponent in class AbstractFieldFactory<WorkbenchFieldDefinition,Object>


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.