org.jminor.framework.domain
Interface Entity.BackgroundColorProvider

Enclosing interface:
Entity

public static interface Entity.BackgroundColorProvider

Provides background colors for entities.


Method Summary
 Color getBackgroundColor(Entity entity, Property property)
           
 

Method Detail

getBackgroundColor

Color getBackgroundColor(Entity entity,
                         Property property)
Parameters:
entity - the entity
property - the property
Returns:
the background color to use for this entity and property