|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.designer.domino.xsp.api.published.ELPathSerializer
public class ELPathSerializer
A serializer object that will save the el expression that describes a node in a schema.
| Constructor Summary | |
|---|---|
ELPathSerializer(java.lang.String var)
Creates a new instance of this object with the given var name. |
|
ELPathSerializer(java.lang.String var,
boolean viewDS)
Creates a new instance of this object with the given var name, and flag to determine if the data source is a 'view data source'. |
|
| Method Summary | |
|---|---|
java.lang.String |
getValue(java.lang.Object object)
Given a node within the tree this method returns a 'path' that can later be used to travese to the selected tree location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ELPathSerializer(java.lang.String var)
var - the var name of the data source that this serializer is dealing with
public ELPathSerializer(java.lang.String var,
boolean viewDS)
var - the var name of the data source that this serializer is dealing withviewDS - true if the data source described by 'var' is a data source which is compatible with
the viewPanel control| Method Detail |
|---|
public java.lang.String getValue(java.lang.Object object)
CTreeCombo.IPathSerializer
getValue in interface CTreeCombo.IPathSerializerobject - an object from the tree control
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||