Interface CustomAttributesGridField<F extends CustomAttributesGridField<F>>

All Superinterfaces:
Comparable<F>, Component<F>, Copyable<F>, CustomCssComponent<F>, Field<F>, FormComponent<F>, Serializable
All Known Implementing Classes:
DefaultCustomAttributesGridField

public interface CustomAttributesGridField<F extends CustomAttributesGridField<F>> extends Field<F>, CustomCssComponent<F>
  • Method Details

    • 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
    • nameLabel

      default F nameLabel()
      The nameLabel attribute specifies that a Custom Attribute Grid has an additional name label field
      Returns:
      this field for further customization
    • nameLabel

      default F nameLabel(boolean hasNameLabel)
      The nameLabel attribute specifies that a Custom Attribute Grid has an additional name label field or not
      Parameters:
      hasNameLabel - boolean value that states whether the grid has an additional name label field or not
      Returns:
      this field for further customization
    • noNameLabel

      default F noNameLabel()
      The nameLabel attribute specifies that a Custom Attribute Grid does not have an additional name label field
      Returns:
      this field for further customization