Interface ComponentHandlerContextFactory

All Known Implementing Classes:
ComponentHandlerContextFactoryImpl

@Deprecated public interface ComponentHandlerContextFactory
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Component parentComponent)
    Deprecated.
    Usage: First create a context with this factory for a component.
  • Method Details

    • create

      ComponentHandlerContext create(Component parentComponent)
      Deprecated.
      Usage: First create a context with this factory for a component. With this context, create for each sub-component a new XML-Event receiver with ComponentHandlerContext.buildComponentHandler(String) If all sub-components are done, call ComponentHandlerContext#finish(ch.tocco.nice2.model.form.components.Component) with the parent component as argument.
      Parameters:
      parentComponent - the parent component. If null the parent doesn't exist yet.
      Returns:
      the context