org.springframework.richclient.selection.binding.support
Interface LabelProvider


public interface LabelProvider

Strategy interface to determine the text for a given item.

Author:
Peter De Bruycker

Method Summary
 String getLabel(Object item)
          Returns the text for the given item.
 

Method Detail

getLabel

String getLabel(Object item)
Returns the text for the given item.

Warning: the item can be null.

Parameters:
item - the item
Returns:
the text


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.