Class DefaultAnnotationInfoChecker

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CHILDREN_ATTR  
      static java.lang.String FORM_ATTR  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void checkBinder​(org.zkoss.zk.ui.Component comp)
      check binder annotation
      void checkBinding​(Binder binder, org.zkoss.zk.ui.Component comp)
      check binding annotation
      void checkValidationMessages​(org.zkoss.zk.ui.Component comp)
      check validation message annotation
      void checkViewModel​(org.zkoss.zk.ui.Component comp)
      check view model annotation
      protected java.lang.Class<?> getViewModelClass()  
      void setViewModelClass​(java.lang.Class<?> viewModelClass)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait