net.mlw.vlh.web
Class ValueListConfigBean

java.lang.Object
  extended bynet.mlw.vlh.web.ValueListConfigBean

public class ValueListConfigBean
extends Object

net.mlw.vlh.web.ValueListConfigBean

Author:
Matthew Wilson, Andrej Zachar

Field Summary
static CellInterceptor DEFAULT_CELL_INTERCEPTOR
           
static DisplayHelper DEFAULT_DISPLAY_HELPER
           
static DisplayProvider DEFAULT_DISPLAY_PROVIDER
           
static Map DEFAULT_DISPLAY_PROVIDERS
           
static LinkEncoder DEFAULT_LINK_ENCODER
           
static org.springframework.web.servlet.LocaleResolver DEFAULT_LOCALE_RESOLVER
           
static org.springframework.context.support.ResourceBundleMessageSource DEFAULT_MESSAGE_SOURCE
           
static String DEFAULT_NAME
           
static int DEFAULT_STYLE_COUNT
           
static String DEFAULT_STYLE_PREFIX
           
 
Constructor Summary
ValueListConfigBean()
           
 
Method Summary
 CellInterceptor getCellInterceptor()
           
 DisplayHelper getDisplayHelper()
           
 DisplayProvider getDisplayProvider(String name)
           
 String getFocusedRowStyle()
           
 String getImageRoot()
           
 LinkEncoder getLinkEncoder()
           
 org.springframework.web.servlet.LocaleResolver getLocaleResolver()
           
 org.springframework.context.MessageSource getMessageSource()
           
 String getNullToken()
           
 int getStyleCount()
           
 String getStylePrefix()
           
 void setCellInterceptor(CellInterceptor cellInterceptor)
           
 void setDisplayHelper(DisplayHelper displayHelper)
           
 void setDisplayProviders(Map displayProviders)
           
 void setImageRoot(String imageRoot)
           
 void setLinkEncoder(LinkEncoder linkEncoder)
           
 void setLocaleResolver(org.springframework.web.servlet.LocaleResolver localeResolver)
           
 void setMessageSource(org.springframework.context.MessageSource messageSource)
           
 void setNullToken(String nullToken)
           
 void setStyleCount(int styleCount)
           
 void setStylePrefix(String stylePrefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_NAME

public static final String DEFAULT_NAME
See Also:
Constant Field Values

DEFAULT_CELL_INTERCEPTOR

public static final CellInterceptor DEFAULT_CELL_INTERCEPTOR

DEFAULT_STYLE_COUNT

public static final int DEFAULT_STYLE_COUNT
See Also:
Constant Field Values

DEFAULT_STYLE_PREFIX

public static final String DEFAULT_STYLE_PREFIX
See Also:
Constant Field Values

DEFAULT_DISPLAY_PROVIDER

public static final DisplayProvider DEFAULT_DISPLAY_PROVIDER

DEFAULT_LOCALE_RESOLVER

public static final org.springframework.web.servlet.LocaleResolver DEFAULT_LOCALE_RESOLVER

DEFAULT_DISPLAY_HELPER

public static final DisplayHelper DEFAULT_DISPLAY_HELPER

DEFAULT_LINK_ENCODER

public static final LinkEncoder DEFAULT_LINK_ENCODER

DEFAULT_MESSAGE_SOURCE

public static final org.springframework.context.support.ResourceBundleMessageSource DEFAULT_MESSAGE_SOURCE

DEFAULT_DISPLAY_PROVIDERS

public static final Map DEFAULT_DISPLAY_PROVIDERS
Constructor Detail

ValueListConfigBean

public ValueListConfigBean()
Method Detail

getDisplayProvider

public DisplayProvider getDisplayProvider(String name)
Returns:
Returns the displayProviders.

setDisplayProviders

public void setDisplayProviders(Map displayProviders)
Parameters:
displayProviders - The displayProviders to set.

getDisplayHelper

public DisplayHelper getDisplayHelper()
Returns:
Returns the displayHelper.

setDisplayHelper

public void setDisplayHelper(DisplayHelper displayHelper)
Parameters:
displayHelper - The displayHelper to set.

getNullToken

public String getNullToken()
Returns:
Returns the nullToken.

setNullToken

public void setNullToken(String nullToken)
Parameters:
nullToken - The nullToken to set.

getStyleCount

public int getStyleCount()
Returns:
Returns the styleCount.

setStyleCount

public void setStyleCount(int styleCount)
Parameters:
styleCount - The styleCount to set.

getStylePrefix

public String getStylePrefix()
Returns:
Returns the stylePrefix.

setStylePrefix

public void setStylePrefix(String stylePrefix)
Parameters:
stylePrefix - The stylePrefix to set.

getMessageSource

public org.springframework.context.MessageSource getMessageSource()
Returns:
Returns the messageSource.

setMessageSource

public void setMessageSource(org.springframework.context.MessageSource messageSource)
Parameters:
messageSource - The messageSource to set.

getLocaleResolver

public org.springframework.web.servlet.LocaleResolver getLocaleResolver()
Returns:
Returns the localeResolver.

setLocaleResolver

public void setLocaleResolver(org.springframework.web.servlet.LocaleResolver localeResolver)
Parameters:
localeResolver - The localeResolver to set.

getLinkEncoder

public LinkEncoder getLinkEncoder()
Returns:
Returns the linkEncoder.

setLinkEncoder

public void setLinkEncoder(LinkEncoder linkEncoder)
Parameters:
linkEncoder - The linkEncoder to set.

getFocusedRowStyle

public String getFocusedRowStyle()
Returns:
String The style for focused row.

getCellInterceptor

public CellInterceptor getCellInterceptor()
Returns:
Returns the cellInterceptor.

setCellInterceptor

public void setCellInterceptor(CellInterceptor cellInterceptor)
Parameters:
cellInterceptor - The cellInterceptor to set.

getImageRoot

public String getImageRoot()
Returns:
Returns the imageRoot.

setImageRoot

public void setImageRoot(String imageRoot)
Parameters:
imageRoot - The imageRoot to set.


Copyright © 2003-2006 mlavilson. All Rights Reserved.