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(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 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, org.zkoss.zk.ui.Component comp)
Description copied from interface:BindingAnnotationInfoCheckercheck binding annotation- Specified by:
checkBindingin interfaceBindingAnnotationInfoChecker
-
checkViewModel
public void checkViewModel(org.zkoss.zk.ui.Component comp)
Description copied from interface:BindingAnnotationInfoCheckercheck view model annotation- Specified by:
checkViewModelin interfaceBindingAnnotationInfoChecker
-
checkBinder
public void checkBinder(org.zkoss.zk.ui.Component comp)
Description copied from interface:BindingAnnotationInfoCheckercheck binder annotation- Specified by:
checkBinderin interfaceBindingAnnotationInfoChecker
-
checkValidationMessages
public void checkValidationMessages(org.zkoss.zk.ui.Component comp)
Description copied from interface:BindingAnnotationInfoCheckercheck validation message annotation- Specified by:
checkValidationMessagesin interfaceBindingAnnotationInfoChecker
-
-