org.solovyev.android
Class LabeledFormatter<T extends Labeled>

java.lang.Object
  extended by org.solovyev.android.LabeledFormatter<T>
All Implemented Interfaces:
org.solovyev.common.text.Formatter<T>

public final class LabeledFormatter<T extends Labeled>
extends Object
implements org.solovyev.common.text.Formatter<T>

User: serso Date: 8/10/12 Time: 1:01 PM


Constructor Summary
LabeledFormatter(android.content.Context context)
           
 
Method Summary
 String formatValue(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabeledFormatter

public LabeledFormatter(@Nonnull
                        android.content.Context context)
Method Detail

formatValue

public String formatValue(@Nullable
                          T value)
                   throws IllegalArgumentException
Specified by:
formatValue in interface org.solovyev.common.text.Formatter<T extends Labeled>
Throws:
IllegalArgumentException


Copyright © 2014 se.solovyev. All Rights Reserved.