Class NavigationWebpartEvent
java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.navigation.NavigationTabEvent
com.saperion.ngc.events.navigation.NavigationWebpartEvent
- All Implemented Interfaces:
Serializable
- Author:
- rbo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNavigationWebpartEvent
(org.zkoss.zk.ui.Component target, String adress, String name) Constructor. -
Method Summary
Methods inherited from class com.saperion.ngc.events.navigation.NavigationTabEvent
isClose, setClose
Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Constructor Details
-
NavigationWebpartEvent
Constructor.- Parameters:
target
- Targetadress
- Adressname
- Name
-
-
Method Details
-
getWebpartAdress
Returns the webpart adress.- Returns:
- the webpart adress
-
getStringName
Returns the name.- Returns:
- the name
-