public class LocalizableCharSequenceValue extends CharSequenceRenderableWrapper
CharSequence
that when is rendered using its IRenderable
interface it is localized to the current locale.charSequence, renderable
Constructor and Description |
---|
LocalizableCharSequenceValue(CharSequence charSequence) |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayString(IRenderer renderer)
Returns the string to be displayed for representing this instance, when
a short display is required.
|
String |
getRenderData(IRenderer renderer)
Returns the data of this object in a standard xml format.
|
charAt, length, subSequence, toString
public LocalizableCharSequenceValue(CharSequence charSequence)
public String getRenderData(IRenderer renderer) throws PortalException
IRenderable
getRenderData
in interface IRenderable
getRenderData
in class CharSequenceRenderableWrapper
renderer
- the renderer object that will use the returned render data.PortalException
public String getDisplayString(IRenderer renderer) throws PortalException
IRenderable
getDisplayString
in interface IRenderable
getDisplayString
in class CharSequenceRenderableWrapper
renderer
- the renderer object that will use the returned render data.PortalException
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.