Interface I_CmsFormWidgetMultiFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      I_CmsFormWidget createFormWidget​(java.lang.String key, java.util.Map<java.lang.String,​java.lang.String> widgetParams, com.google.common.base.Optional<java.lang.String> defaultValue)
      Creates a new form widget.
    • Method Detail

      • createFormWidget

        I_CmsFormWidget createFormWidget​(java.lang.String key,
                                         java.util.Map<java.lang.String,​java.lang.String> widgetParams,
                                         com.google.common.base.Optional<java.lang.String> defaultValue)
        Creates a new form widget.

        Parameters:
        key - the key identifying the widget type
        widgetParams - the widget initialization parameters
        defaultValue - an optional default value
        Returns:
        the created form widget