Package org.zkoss.bind.sys.debugger
Interface BindingAnnotationInfoChecker
-
- All Known Implementing Classes:
DefaultAnnotationInfoChecker
public interface BindingAnnotationInfoCheckerthe checker to check runtime binding annotation and show warn byBindingExecutionInfoCollector- Since:
- 6.5.2
- Author:
- dennis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheckBinder(org.zkoss.zk.ui.Component comp)check binder annotationvoidcheckBinding(Binder binder, org.zkoss.zk.ui.Component comp)check binding annotationvoidcheckValidationMessages(org.zkoss.zk.ui.Component comp)check validation message annotationvoidcheckViewModel(org.zkoss.zk.ui.Component comp)check view model annotation
-
-
-
Method Detail
-
checkBinding
void checkBinding(Binder binder, org.zkoss.zk.ui.Component comp)
check binding annotation
-
checkViewModel
void checkViewModel(org.zkoss.zk.ui.Component comp)
check view model annotation
-
checkBinder
void checkBinder(org.zkoss.zk.ui.Component comp)
check binder annotation
-
checkValidationMessages
void checkValidationMessages(org.zkoss.zk.ui.Component comp)
check validation message annotation
-
-