public class DefaultAnnotationInfoChecker extends Object implements BindingAnnotationInfoChecker
| Modifier and Type | Field and Description |
|---|---|
static String |
CHILDREN_ATTR |
static String |
FORM_ATTR |
| Modifier and Type | Method and 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
|
public static final String FORM_ATTR
public static final String CHILDREN_ATTR
public void checkBinding(Binder binder, org.zkoss.zk.ui.Component comp)
BindingAnnotationInfoCheckercheckBinding in interface BindingAnnotationInfoCheckerpublic void checkViewModel(org.zkoss.zk.ui.Component comp)
BindingAnnotationInfoCheckercheckViewModel in interface BindingAnnotationInfoCheckerpublic void checkBinder(org.zkoss.zk.ui.Component comp)
BindingAnnotationInfoCheckercheckBinder in interface BindingAnnotationInfoCheckerpublic void checkValidationMessages(org.zkoss.zk.ui.Component comp)
BindingAnnotationInfoCheckercheckValidationMessages in interface BindingAnnotationInfoCheckerCopyright © 2020. All rights reserved.