org.chorem.vradi.ui.search
Class SearchMultipleSelectionHandler<B extends org.nuiton.wikitty.entities.BusinessEntity>

java.lang.Object
  extended by org.chorem.vradi.ui.search.SearchMultipleSelectionHandler<B>

public class SearchMultipleSelectionHandler<B extends org.nuiton.wikitty.entities.BusinessEntity>
extends Object

Author:
sletellier

Field Summary
protected  jaxx.runtime.decorator.Decorator<B> decorator
           
protected  MultipleSelectionEditor<B> editor
           
static org.apache.commons.logging.Log log
           
protected  Map<String,B> valuesAsMap
           
static String VRADI_LIST_EMPTY
           
static String WIKITTY_ID
           
 
Constructor Summary
SearchMultipleSelectionHandler(MultipleSelectionEditor<B> editor)
           
 
Method Summary
protected  String getBold(String toBold)
           
 Component getPopupUI()
           
 String getValueAsString(B value)
           
 String getValuesAsString(List<B> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final org.apache.commons.logging.Log log

VRADI_LIST_EMPTY

public static final String VRADI_LIST_EMPTY

WIKITTY_ID

public static final String WIKITTY_ID
See Also:
Constant Field Values

valuesAsMap

protected Map<String,B extends org.nuiton.wikitty.entities.BusinessEntity> valuesAsMap

editor

protected MultipleSelectionEditor<B extends org.nuiton.wikitty.entities.BusinessEntity> editor

decorator

protected jaxx.runtime.decorator.Decorator<B extends org.nuiton.wikitty.entities.BusinessEntity> decorator
Constructor Detail

SearchMultipleSelectionHandler

public SearchMultipleSelectionHandler(MultipleSelectionEditor<B> editor)
Method Detail

getValueAsString

public String getValueAsString(B value)

getValuesAsString

public String getValuesAsString(List<B> values)

getBold

protected String getBold(String toBold)

getPopupUI

public Component getPopupUI()


Copyright © 2009-2011 CodeLutin. All Rights Reserved.