org.apache.beehive.netui.databinding.datagrid.api
Class DataGridResourceProvider

Object
  extended by DataGridResourceProvider

public class DataGridResourceProvider
extends Object


Constructor Summary
DataGridResourceProvider()
           
 
Method Summary
 String formatMessage(String key, Object[] args)
           
 Locale getLocale()
           
 String getMessage(String key)
           
 String getResourceBundlePath()
           
protected  String internalFormatMessage(String pattern, Object[] args)
           
 boolean isEnableChaining()
           
 void setEnableChaining(boolean enableChaining)
           
 void setLocale(Locale locale)
           
 void setResourceBundlePath(String resourceBundlePath)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataGridResourceProvider

public DataGridResourceProvider()
Method Detail

isEnableChaining

public boolean isEnableChaining()

setEnableChaining

public void setEnableChaining(boolean enableChaining)

setLocale

public void setLocale(Locale locale)

getLocale

public Locale getLocale()

setResourceBundlePath

public void setResourceBundlePath(String resourceBundlePath)

getResourceBundlePath

public String getResourceBundlePath()

getMessage

public String getMessage(String key)

formatMessage

public String formatMessage(String key,
                            Object[] args)

internalFormatMessage

protected String internalFormatMessage(String pattern,
                                       Object[] args)