|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.doui.render.CharSequenceRenderableWrapper
lumis.doui.source.field.OptionLookupValue
public class OptionLookupValue
A CharSequence
value that when is rendered the corresponding option
value is returned.
Field Summary |
---|
Fields inherited from class lumis.doui.render.CharSequenceRenderableWrapper |
---|
charSequence, renderable |
Constructor Summary | |
---|---|
OptionLookupValue(java.lang.CharSequence value,
org.w3c.dom.Node optionsNode)
Creates a option lookup renderable for the given value that uses the given options node to find the corresponding option value. |
Method Summary | |
---|---|
java.lang.String |
getRenderData(IRenderer renderer)
Returns the data of this object in a standard xml format. |
Methods inherited from class lumis.doui.render.CharSequenceRenderableWrapper |
---|
charAt, getDisplayString, length, subSequence, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OptionLookupValue(java.lang.CharSequence value, org.w3c.dom.Node optionsNode)
value
- the CharSequence value.optionsNode
- the options node. During render it is searched for a tag
option with attribute value equals to the
value parameter, and the text context of such tag is localized
and used.Method Detail |
---|
public java.lang.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |