|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldFactory
Factory for creating new Field-instances based on type, datasource and/or context.
Method Summary | |
---|---|
Field |
createField(Class type,
Component uiContext)
Creates a field based on type of data. |
Field |
createField(Container container,
Object itemId,
Object propertyId,
Component uiContext)
Creates a field based on the container item id and property id. |
Field |
createField(Item item,
Object propertyId,
Component uiContext)
Creates a field based on the item and property id. |
Field |
createField(Property property,
Component uiContext)
Creates a field based on the property datasource. |
Method Detail |
---|
Field createField(Class type, Component uiContext)
type
- the type of data presented in field.uiContext
- the component where the field is presented.
Field createField(Property property, Component uiContext)
property
- the property datasource.uiContext
- the component where the field is presented.
Field createField(Item item, Object propertyId, Component uiContext)
item
- the item where the property belongs to.propertyId
- the Id of the property.uiContext
- the component where the field is presented.
Field createField(Container container, Object itemId, Object propertyId, Component uiContext)
container
- the Container where the property belongs to.itemId
- the item Id.propertyId
- the Id of the property.uiContext
- the component where the field is presented.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |