Interface AugmentableView<V extends AugmentableView<V>>

    • Method Detail

      • complexAttributes

        default V complexAttributes()
        The complexAttributes attribute specifies that a View contains complex values
        Returns:
        this view for further customization
      • complexAttributes

        default V complexAttributes​(boolean isComplex)
        The complexAttributes attribute specifies whether a View 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 V notComplexAttributes()
        The complexAttributes attribute specifies that a View does not complex values
        Returns:
        this field for further customization