org.chenillekit.tapestry.core.components
Class TrimmedString

java.lang.Object
  extended by org.chenillekit.tapestry.core.components.TrimmedString

@SupportsInformalParameters
public class TrimmedString
extends Object

Replace from maxLength all text with parameter value suffix.

Version:
$Id: TrimmedString.java 645 2010-03-11 13:05:54Z homburgs $

Field Summary
static String TRIM_LEFT
           
static String TRIM_RIGHT
           
 
Constructor Summary
TrimmedString()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRIM_LEFT

public static final String TRIM_LEFT
See Also:
Constant Field Values

TRIM_RIGHT

public static final String TRIM_RIGHT
See Also:
Constant Field Values
Constructor Detail

TrimmedString

public TrimmedString()


Copyright © 2008-2011 ChenilleKit. All Rights Reserved.