Class ExtendedFieldComponent

    • Constructor Detail

      • ExtendedFieldComponent

        public ExtendedFieldComponent​(ILabeledParametrization parametrization,
                                      MdPropertyType type)
        Instantiates a new field component.
        Parameters:
        parametrization - the parameterization of the component, cannot be null
        types - the metadata properties type to change state for, cannot be null
      • ExtendedFieldComponent

        public ExtendedFieldComponent​(ILabeledParametrization parametrization,
                                      List<MdPropertyType> types)
        Instantiates a new field component.
        Parameters:
        parametrization - the parametrization of the component, cannot be null
        types - the metadata properties type to change state for, cannot be null
      • ExtendedFieldComponent

        public ExtendedFieldComponent​(String labelText,
                                      MdPropertyType type)
        Instantiates a new field component.
        Parameters:
        labelText - the label text, cannot be null
        type - the metadata property type to change state for, cannot be null
      • ExtendedFieldComponent

        public ExtendedFieldComponent​(String labelText,
                                      List<MdPropertyType> types)
        Instantiates a new field component.
        Parameters:
        labelText - the label text, cannot be null
        types - the metadata properties type to change state for, cannot be null