org.apertereports.util
Class VaadinUtil

java.lang.Object
  extended by org.apertereports.util.VaadinUtil

public class VaadinUtil
extends Object

Created by IntelliJ IDEA.

Author:
tlipski@bluesoft.net.pl

Constructor Summary
VaadinUtil()
           
 
Method Summary
static String getValue(String key)
           
static String getValue(String key, Object... params)
           
static
<T> T
nvl(T... values)
           
static void setThreadLocale(Locale l)
           
static void unsetThreadLocale()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VaadinUtil

public VaadinUtil()
Method Detail

setThreadLocale

public static void setThreadLocale(Locale l)

unsetThreadLocale

public static void unsetThreadLocale()

getValue

public static String getValue(String key,
                              Object... params)

getValue

public static String getValue(String key)

nvl

public static <T> T nvl(T... values)


Copyright © 2011-2012. All Rights Reserved.