Class Label

    • Constructor Detail

      • Label

        public Label()
    • Method Detail

      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getId

        public String getId()
        The id of the Label, used as a key to retrieve the content from the applications dictionary.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getParams

        public String getParams()
        A Label can be parameterized, using a String (e.g. 'foo') or parameters (${field} or #{field}). Multiple parameters must be be separated by a comma, e.g. "'foo',${field},#{field}".
        Returns:
        possible object is String
      • setParams

        public void setParams​(String value)
        Sets the value of the params property.
        Parameters:
        value - allowed object is String