Interface IDataItem

    • Method Detail

      • getAction

        IAction getAction()
        Returns a handle to work with the action property, action is a structure that defines a hyperlink.
        Returns:
        a handle to the action property, return null if the action has not been set on the data item.
        See Also:
        ActionHandle
      • getHelpText

        java.lang.String getHelpText()
        Returns the help text of this data item.
        Returns:
        the help text
      • setHelpText

        void setHelpText​(java.lang.String value)
                  throws ScriptException
        Sets the help text of this data item.
        Parameters:
        value - the help text
        Throws:
        ScriptException - if the property is locked.
      • getHelpTextKey

        java.lang.String getHelpTextKey()
        Returns the help text resource key of this data item.
        Returns:
        the help text key
      • setHelpTextKey

        void setHelpTextKey​(java.lang.String value)
                     throws ScriptException
        Sets the resource key of the help text of this data item.
        Parameters:
        value - the resource key of the help text
        Throws:
        ScriptException - if the property is locked.
      • addAction

        void addAction​(IAction action)
        Adds the action structure to this data item.
        Parameters:
        action - action structure
      • getResultSetColumn

        java.lang.String getResultSetColumn()
        Gets the value of the result set column name property on this data item.
        Returns:
        the value of the property.
      • setResultSetColumn

        void setResultSetColumn​(java.lang.String columnName)
                         throws ScriptException
        Sets the value of the column name property.
        Parameters:
        columnName - the value to set.
        Throws:
        ScriptException