org.jminor.framework.client.model
Interface PropertySummaryModel.PropertyValueProvider

Enclosing interface:
PropertySummaryModel

public static interface PropertySummaryModel.PropertyValueProvider

Provides the values used when creating the summary value.


Method Summary
 void bindValuesChangedEvent(Event event)
           
 Collection<?> getValues()
           
 boolean isValueSubset()
           
 

Method Detail

getValues

Collection<?> getValues()
Returns:
the values to base the summary on

isValueSubset

boolean isValueSubset()
Returns:
true if the values provided by getValues() is a subset of the total available values

bindValuesChangedEvent

void bindValuesChangedEvent(Event event)
Parameters:
event - the event to use when notifying changes to the underlying data which require a summary refresh