Class AbstractFormRebindService
java.lang.Object
ch.tocco.nice2.netui.impl.bind.form.AbstractFormRebindService
- Direct Known Subclasses:
EntityServiceImpl
-
Field Summary
Modifier and TypeFieldDescriptionprotected final DataModel
protected final InternalFormService
protected final TypeManager
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractFormRebindService
(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 DataComponent
expectDataComponent
(SelectionDataFacade selectionDataFacade) protected DataComponent
expectDataComponent
(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
-