com.vaadin.spring.internal
Class UIID

java.lang.Object
  extended by com.vaadin.spring.internal.UIID
All Implemented Interfaces:
Serializable

public class UIID
extends Object
implements Serializable

Uniquely identifies a UI instance for a given window/tab inside a session. This is basically a wrapper for UI.getUIId().

Author:
Petter Holmström (petter@vaadin.com), Josh Long (josh@joshlong.com)
See Also:
Serialized Form

Constructor Summary
UIID(int uiId)
           
UIID(com.vaadin.ui.UI ui)
           
UIID(com.vaadin.server.UICreateEvent createEvent)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UIID

public UIID(com.vaadin.server.UICreateEvent createEvent)

UIID

public UIID(com.vaadin.ui.UI ui)

UIID

public UIID(int uiId)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016 Vaadin Ltd. All Rights Reserved.