Class AbstractFormRebindService
java.lang.Object
ch.tocco.nice2.netui.impl.bind.form.AbstractFormRebindService
- Direct Known Subclasses:
EntityServiceImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DataModelprotected final InternalFormServiceprotected final TypeManager -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractFormRebindService(InternalFormService internalFormService, TypeManager typeManager, DataModel dataModel) -
Method Summary
Modifier and TypeMethodDescriptionprotected Set<AbstractDataComponentFacade> collectDataComponents(ComponentFacade[] facades) protected Set<AbstractDataComponentFacade> collectDataComponents(URI formUri) protected Set<GenericComponentFacade> collectIteratorDataComponents(ComponentFacade[] facades) protected DataComponentexpectDataComponent(SelectionDataFacade selectionDataFacade) protected DataComponentexpectDataComponent(ValueDataFacade dataFacade) protected Type
-
Field Details
-
internalFormService
-
typeManager
-
dataModel
-
-
Constructor Details
-
AbstractFormRebindService
protected AbstractFormRebindService(InternalFormService internalFormService, TypeManager typeManager, DataModel dataModel)
-
-
Method Details
-
collectDataComponents
protected Set<AbstractDataComponentFacade> collectDataComponents(URI formUri) throws UnresolvableUriException, UriStoreException, URISyntaxException -
collectDataComponents
protected Set<AbstractDataComponentFacade> collectDataComponents(ComponentFacade[] facades) throws URISyntaxException - Throws:
URISyntaxException
-
collectIteratorDataComponents
protected Set<GenericComponentFacade> collectIteratorDataComponents(ComponentFacade[] facades) throws URISyntaxException - Throws:
URISyntaxException
-
expectDataComponent
-
expectDataComponent
-