org.zkoss.bind.sys.debugger
Interface BindingAnnotationInfoChecker

All Known Implementing Classes:
DefaultAnnotationInfoChecker

public interface BindingAnnotationInfoChecker

the checker to check runtime binding annotation and show warn by BindingExecutionInfoCollector

Since:
6.5.2
Author:
dennis

Method Summary
 void checkBinder(Component comp)
          check binder annotation
 void checkBinding(Binder binder, Component comp)
          check binding annotation
 void checkValidationMessages(Component comp)
          check validation message annotation
 void checkViewModel(Component comp)
          check view model annotation
 

Method Detail

checkBinding

void checkBinding(Binder binder,
                  Component comp)
check binding annotation


checkViewModel

void checkViewModel(Component comp)
check view model annotation


checkBinder

void checkBinder(Component comp)
check binder annotation


checkValidationMessages

void checkValidationMessages(Component comp)
check validation message annotation



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo