Interface CustomAttributesGridField<F extends CustomAttributesGridField<F>>

    • Method Detail

      • complexAttributes

        default F complexAttributes()
        The complexAttributes attribute specifies that a Custom Attribute Grid contains complex values
        Returns:
        this field for further customization
      • complexAttributes

        default F complexAttributes​(boolean isComplex)
        The complexAttributes attribute specifies whether a Custom Attribute Grid contains complex values or not
        Parameters:
        isComplex - boolean value that states whether the values are complex or not
        Returns:
        this field for further customization
      • notComplexAttributes

        default F notComplexAttributes()
        The complexAttributes attribute specifies that a Custom Attribute Grid does not complex values
        Returns:
        this field for further customization