com.hp.lft.sdk.winforms

Interface PropertyGrid

    • Method Detail

      • getPropertyValue

        <T> T getPropertyValue(java.lang.String propertyPath,
                               java.lang.Class<T> type)
                        throws GeneralLeanFtException
        Returns value of the specified property in this property grid control.
        This method is supported only for String, Boolean and Numeric types.
        Type Parameters:
        T - the generic type of property
        Parameters:
        propertyPath - the path of the property
        type - the type of the property value
        Returns:
        the value of the property
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • selectProperty

        void selectProperty(java.lang.String propertyPath)
                     throws GeneralLeanFtException
        Selects the specified property in the property grid control.
        Parameters:
        propertyPath - the path of the property.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • setPropertyValue

        <T> void setPropertyValue(java.lang.String propertyPath,
                                  T newPropertyValue)
                           throws GeneralLeanFtException
        Sets the value of the specified property in the property grid control.
        Applicable only to a simple value. To change a value of a custom control value in a property grid, try to create a test object for the custom control and use it to change the value.
        Type Parameters:
        T - the generic type of the specified property
        Parameters:
        propertyPath - the path of the property.
        newPropertyValue - the new property value.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getAttachedText

        java.lang.String getAttachedText()
                                  throws GeneralLeanFtException
        Returns the static text attached to this control.
        Returns:
        the static text
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getErrorText

        java.lang.String getErrorText()
                               throws GeneralLeanFtException
        Returns the tooltip text of the error icon associated with this object.
        Returns:
        the tooltip text of the error icon associated with this object.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.