Class NavigationFolderEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- com.saperion.ngc.events.navigation.NavigationTabEvent
-
- com.saperion.ngc.events.navigation.NavigationFolderEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class NavigationFolderEvent extends NavigationTabEvent
Event used to open a folder.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NavigationFolderEvent(org.zkoss.zk.ui.Component target, FolderNode folderNode)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FolderNode
getNavigationNode()
Returns the navigation folder node.-
Methods inherited from class com.saperion.ngc.events.navigation.NavigationTabEvent
isClose, setClose
-
-
-
-
Constructor Detail
-
NavigationFolderEvent
public NavigationFolderEvent(org.zkoss.zk.ui.Component target, FolderNode folderNode)
Constructor.- Parameters:
target
- TargetfolderNode
- folder node
-
-
Method Detail
-
getNavigationNode
public final FolderNode getNavigationNode()
Returns the navigation folder node.- Returns:
- the navigation folder node
-
-