Class Source

    • Constructor Detail

      • Source

        protected Source​(String id)
        Creates a source for a picture
        Parameters:
        id - the component id
        See Also:
        Image
      • Source

        public Source​(String id,
                      ResourceReference... resourceReferences)
        Creates a source for a picture
        Parameters:
        id - the component id
        resourceReferences - the resource references applied to the source in the given order
        See Also:
        Image
      • Source

        public Source​(String id,
                      PageParameters resourceParameters,
                      ResourceReference... resourceReferences)
        Creates a source for a picture
        Parameters:
        id - the component id
        resourceParameters - the resource parameters applied to the localized image resource
        resourceReferences - the resource references applied to the source in the given order
        See Also:
        Image
      • Source

        public Source​(String id,
                      IResource... imageResources)
        Creates a source for a picture
        Parameters:
        id - the component id
        imageResources - the image resources applied to the source in the given order
        See Also:
        Image
      • Source

        public Source​(String id,
                      String string)
        Creates a source for a picture
        Parameters:
        id - the component id
        string - the string used as model
        See Also:
        Image