public class PseudoControlWrapper extends Object
Constructor and Description |
---|
PseudoControlWrapper(Control control)
wrap a Control in a wrapper which can be used to test for equality against ControlWrapper instances
n.b.
|
PseudoControlWrapper(ControlImple controlImple)
wrap a ControlImple in a wrapper which can be used to test for equality against ControlWrapper instances
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Test whether this PseudoControlWrapper wraps the same Control as a ControlWrapper
The equality rules differ depending upon whether this wraps a local or remote Control
if the wrapped control is local then the local uid can be compared against the uid cached in the ControlWrapper
if the wrapped control is non-local then the test depends upon whether the ControlWrapper wraps a local
or remote control.
|
int |
hashCode()
this returns the same hashcode as ControlWrapper for a given Control or ControlImple
|
public PseudoControlWrapper(Control control)
control
- public PseudoControlWrapper(ControlImple controlImple)
controlImple
- public int hashCode()
public boolean equals(Object o)
Copyright © 2021 JBoss by Red Hat. All rights reserved.