Class ExternalLink

    • Constructor Detail

      • ExternalLink

        public ExternalLink​(String id,
                            String href,
                            String label)
        Constructor.
        Parameters:
        id - See Component
        href - the href attribute to set
        label - the label (body)
      • ExternalLink

        public ExternalLink​(String id,
                            String href)
        Constructor.
        Parameters:
        id - The name of this component
        href - the href attribute to set
      • ExternalLink

        public ExternalLink​(String id,
                            IModel<String> href)
        Constructor.
        Parameters:
        id - The name of this component
        href - the href attribute to set
      • ExternalLink

        public ExternalLink​(String id,
                            IModel<String> href,
                            IModel<?> label)
        Constructor.
        Parameters:
        id - See Component
        href - the href attribute to set
        label - the label (body)