public class TabSelectedEvent
extends org.zkoss.zk.ui.event.Event
Constructor and Description |
---|
TabSelectedEvent(org.zkoss.zk.ui.Component target,
FolderId folderId,
MainTabView.MTVTabType tabType,
IntelligentFormView formView)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
FolderId |
getFolderObjectId() |
IntelligentFormView |
getIntelligentForm()
Returns the IntelligentFormView of the selected tab.
|
MainTabView.MTVTabType |
getTabType() |
public TabSelectedEvent(org.zkoss.zk.ui.Component target, FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView)
target
- target componentfolderId
- folder idtabType
- tab typeformView
- the IntelligentFormView of the selected tabpublic FolderId getFolderObjectId()
public MainTabView.MTVTabType getTabType()
public IntelligentFormView getIntelligentForm()
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.