Class MenuItem

    • Constructor Detail

      • MenuItem

        public MenuItem()
    • Method Detail

      • setMenuItem

        public void setMenuItem​(AbstractBasicMenuItemDefinition value)
        Sets the class label index (1-based index).
        Parameters:
        value - the index
      • menuItemTipText

        public String menuItemTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setAdditionalParameters

        public void setAdditionalParameters​(BaseString[] value)
        Sets the (optional) additional parameters for the menu item, in case it implements AdditionalParameterHandler.
        Parameters:
        value - the parameters
      • getAdditionalParameters

        public BaseString[] getAdditionalParameters()
        Returns the (optional) additional parameters for the menu item, in case it implements AdditionalParameterHandler.
        Returns:
        the parameters
      • additionalParametersTipText

        public String additionalParametersTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setRequestPayload

        public void setRequestPayload​(byte[] value)
        Sets the payload for the request.
        Parameters:
        value - the payload
      • getRequestPayload

        public byte[] getRequestPayload()
        Returns the payload of the request, if any.
        Returns:
        the payload
      • getRequestPayloadObjects

        public Object[] getRequestPayloadObjects()
        Returns the objects that represent the request payload.
        Returns:
        the objects