public class SyncFriendFocusEvent
extends org.zkoss.zk.ui.event.Event
Events.ON_SYNC_FRIEND_FOCUS
,
Serialized FormConstructor and Description |
---|
SyncFriendFocusEvent(String name,
org.zkoss.zk.ui.Component target,
Sheet sheet,
Collection<Focus> inBook,
Collection<Focus> inSheet) |
Modifier and Type | Method and Description |
---|---|
Collection<Focus> |
getInBook() |
Collection<Focus> |
getInSheet() |
Sheet |
getSheet() |
String |
getSheetName() |
public SyncFriendFocusEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, Collection<Focus> inBook, Collection<Focus> inSheet)
public Sheet getSheet()
public String getSheetName()
public Collection<Focus> getInBook()
public Collection<Focus> getInSheet()
Copyright © 2020. All rights reserved.