Class NavigationWebpartEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      NavigationWebpartEvent​(org.zkoss.zk.ui.Component target, java.lang.String adress, java.lang.String name)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getStringName()
      Returns the name.
      java.lang.String getWebpartAdress()
      Returns the webpart adress.
      • Methods inherited from class org.zkoss.zk.ui.event.Event

        getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NavigationWebpartEvent

        public NavigationWebpartEvent​(org.zkoss.zk.ui.Component target,
                                      java.lang.String adress,
                                      java.lang.String name)
        Constructor.
        Parameters:
        target - Target
        adress - Adress
        name - Name
    • Method Detail

      • getWebpartAdress

        public final java.lang.String getWebpartAdress()
        Returns the webpart adress.
        Returns:
        the webpart adress
      • getStringName

        public final java.lang.String getStringName()
        Returns the name.
        Returns:
        the name