de.espirit.firstspirit.ui.gadgets.aspects.highlight
Interface Highlightable


public interface Highlightable

Aspect definition for aspectables that can process highlight requests.

Since:
4.2.405

Field Summary
static AspectType<Highlightable> TYPE
          The aspect's technical type being used for requesting this aspect from an Aspectable
 
Method Summary
 void highlight(List<? extends Match> matches)
          Request to highlight the specified matches.
 

Field Detail

TYPE

static final AspectType<Highlightable> TYPE
The aspect's technical type being used for requesting this aspect from an Aspectable

Since:
4.2.405
Method Detail

highlight

void highlight(List<? extends Match> matches)
Request to highlight the specified matches. Receiver should remove all previous highlights.

Parameters:
matches - The matches to highlight.
Since:
4.2.405


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480