Class ContactsPage

    • Constructor Detail

      • ContactsPage

        public ContactsPage()
    • Method Detail

      • setContactsVisible

        public void setContactsVisible​(boolean contactsVisible)
      • setPersonnalContactsVisible

        public void setPersonnalContactsVisible​(boolean personnalContactsVisible)
      • init

        public void init​(boolean limited)
      • showMycontacts

        @UiHandler("mycontacts")
        protected void showMycontacts​(com.google.gwt.event.dom.client.ClickEvent event)
      • showAllcontacts

        @UiHandler("allcontacts")
        protected void showAllcontacts​(com.google.gwt.event.dom.client.ClickEvent event)
      • showAllExtcontacts

        @UiHandler("allextcontacts")
        protected void showAllExtcontacts​(com.google.gwt.event.dom.client.ClickEvent event)
      • filter

        @UiHandler("filter")
        protected void filter​(com.google.gwt.event.dom.client.KeyUpEvent event)