Class MetaCustomFunctionElement


  • public class MetaCustomFunctionElement
    extends MetaViewElement
    This element allows to specify a custom function element (link or button).
    Version:
    $Id: $Id
    Author:
    another
    • Constructor Detail

      • MetaCustomFunctionElement

        public MetaCustomFunctionElement​(java.lang.String name)
        Creates a new MetaCustomFunctionElement.
        Parameters:
        name - a String object.
    • Method Detail

      • getCaption

        public java.lang.String getCaption()

        Getter for the field caption.

        Overrides:
        getCaption in class MetaViewElement
        Returns:
        a String object.
      • setCaption

        public void setCaption​(java.lang.String caption)

        Setter for the field caption.

        Overrides:
        setCaption in class MetaViewElement
        Parameters:
        caption - a String object.
      • getLink

        public java.lang.String getLink()

        Getter for the field link.

        Returns:
        a String object.
      • setLink

        public void setLink​(java.lang.String link)

        Setter for the field link.

        Parameters:
        link - a String object.