|
EchoPoint 2.1.0rc4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectechopointng.text.AutoLookupService
AutoLookupService
is used to provide data to a
AutoLookupTextFieldEx
component in an asynchronous manner.
Field Summary | |
static AutoLookupService |
INSTANCE
The singleton AutoLookupService |
Fields inherited from interface nextapp.echo2.webrender.Service |
DO_NOT_CACHE |
Constructor Summary | |
AutoLookupService()
|
Method Summary | |
static org.w3c.dom.Element |
createEntryXml(org.w3c.dom.Document document,
AutoLookupModel.Entry entry)
Creates the "entry" XML message that represents this Entry |
void |
deregister(AutoLookupTextFieldEx textFieldEx)
Deregisters the AutoLookupTextFieldEx with the service |
java.lang.String |
getId()
|
int |
getVersion()
|
void |
register(AutoLookupTextFieldEx textFieldEx)
Registers the AutoLookupTextFieldEx with the service |
void |
service(nextapp.echo2.webrender.Connection conn)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final AutoLookupService INSTANCE
AutoLookupService
Constructor Detail |
public AutoLookupService()
Method Detail |
public java.lang.String getId()
getId
in interface nextapp.echo2.webrender.Service
Service.getId()
public int getVersion()
getVersion
in interface nextapp.echo2.webrender.Service
Service.getVersion()
public void register(AutoLookupTextFieldEx textFieldEx)
AutoLookupTextFieldEx
with the service
textFieldEx
- -
a AutoLookupTextFieldEx
to be notified of
external events.public void deregister(AutoLookupTextFieldEx textFieldEx)
AutoLookupTextFieldEx
with the service
textFieldEx
- -
an AutoLookupTextFieldEx
to be removed from
being notified of external events.public void service(nextapp.echo2.webrender.Connection conn) throws java.io.IOException
service
in interface nextapp.echo2.webrender.Service
java.io.IOException
Service.service(nextapp.echo2.webrender.Connection)
public static org.w3c.dom.Element createEntryXml(org.w3c.dom.Document document, AutoLookupModel.Entry entry)
document
- -
The owning DOM documententry
- -
the lookup entry
|
EchoPoint 2.1.0rc4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |