Interface EntityTableModel.EntityTableEditor.Editable

Enclosing interface:
EntityTableModel.EntityTableEditor

public static interface EntityTableModel.EntityTableEditor.Editable
Specifies whether an attribute is editable for a given entity instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    is(Entity entity, Attribute<?> attribute)
     
  • Method Details

    • is

      default boolean is(Entity entity, Attribute<?> attribute)
      Parameters:
      entity - the entity
      attribute - the attribute
      Returns:
      true if the given attribute is editable for the given entity