Package org.zkoss.bind.sys.debugger.impl
Class DefaultAnnotationInfoChecker
- java.lang.Object
-
- org.zkoss.bind.sys.debugger.impl.DefaultAnnotationInfoChecker
-
- All Implemented Interfaces:
BindingAnnotationInfoChecker
public class DefaultAnnotationInfoChecker extends java.lang.Object implements BindingAnnotationInfoChecker
- Author:
- dennis
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCHILDREN_ATTRstatic java.lang.StringFORM_ATTR
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckBinder(Component comp)check binder annotationvoidcheckBinding(Binder binder, Component comp)check binding annotationvoidcheckValidationMessages(Component comp)check validation message annotationvoidcheckViewModel(Component comp)check view model annotationprotected java.lang.Class<?>getViewModelClass()voidsetViewModelClass(java.lang.Class<?> viewModelClass)
-
-
-
Field Detail
-
FORM_ATTR
public static final java.lang.String FORM_ATTR
- See Also:
- Constant Field Values
-
CHILDREN_ATTR
public static final java.lang.String CHILDREN_ATTR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getViewModelClass
protected java.lang.Class<?> getViewModelClass()
-
setViewModelClass
public void setViewModelClass(java.lang.Class<?> viewModelClass)
-
checkBinding
public void checkBinding(Binder binder, Component comp)
Description copied from interface:BindingAnnotationInfoCheckercheck binding annotation- Specified by:
checkBindingin interfaceBindingAnnotationInfoChecker
-
checkViewModel
public void checkViewModel(Component comp)
Description copied from interface:BindingAnnotationInfoCheckercheck view model annotation- Specified by:
checkViewModelin interfaceBindingAnnotationInfoChecker
-
checkBinder
public void checkBinder(Component comp)
Description copied from interface:BindingAnnotationInfoCheckercheck binder annotation- Specified by:
checkBinderin interfaceBindingAnnotationInfoChecker
-
checkValidationMessages
public void checkValidationMessages(Component comp)
Description copied from interface:BindingAnnotationInfoCheckercheck validation message annotation- Specified by:
checkValidationMessagesin interfaceBindingAnnotationInfoChecker
-
-