EchoPoint
1.0

echopoint.positionable
Interface ClientAddressable

All Known Implementing Classes:
Label

public interface ClientAddressable

The ClientAddressable interface can be used by a component to indicate that can be addressed by client side code. The component must return a 'unique' client side identifier, that can be used to address it via the epbeClientAddress(id) client side function.


Nested Class Summary
static class ClientAddressable.IdGenerator
          The ClientAddressable.IdGenerator class has one static method for generating a unique string identifier.
 
Method Summary
 java.lang.String getClientIdentifier()
          Returns an identifier String that can be used to address the component on the client.
 

Method Detail

getClientIdentifier

public java.lang.String getClientIdentifier()
Returns an identifier String that can be used to address the component on the client. If this is null, then no client side addressing is possible

Returns:
an identifier String that can be used to address the component on the client

EchoPoint
1.0