public class IdentifiedEvent
extends org.zkoss.zk.ui.event.Event
Constructor and Description |
---|
IdentifiedEvent(String name,
org.zkoss.zk.ui.Component target,
Object data,
String componentId)
Constructor.
|
IdentifiedEvent(String name,
org.zkoss.zk.ui.Component target,
String componentId)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
idsMatch(String otherId)
Checks if the specified id matches the id of the component that sent this event.
|
public IdentifiedEvent(String name, org.zkoss.zk.ui.Component target, String componentId)
name
- event nametarget
- event targetcomponentId
- sender component idpublic boolean idsMatch(String otherId)
otherId
- other idCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.