Package org.hippoecm.frontend.util
Class MaxLengthStringFormatter
- java.lang.Object
-
- org.hippoecm.frontend.util.MaxLengthStringFormatter
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
- Direct Known Subclasses:
MaxLengthNodeNameFormatter
public class MaxLengthStringFormatter extends Object implements org.apache.wicket.util.io.IClusterable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaxLengthStringFormatter()
MaxLengthStringFormatter(int maxLength, String split, int indentLength)
-
-
-
Constructor Detail
-
MaxLengthStringFormatter
public MaxLengthStringFormatter()
-
MaxLengthStringFormatter
public MaxLengthStringFormatter(int maxLength, String split, int indentLength)
-
-