public class DefaultAnnotationInfoChecker extends java.lang.Object implements BindingAnnotationInfoChecker
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CHILDREN_ATTR |
static java.lang.String |
FORM_ATTR |
Modifier and Type | Method and Description |
---|---|
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
|
public static final java.lang.String FORM_ATTR
public static final java.lang.String CHILDREN_ATTR
public void checkBinding(Binder binder, Component comp)
BindingAnnotationInfoChecker
checkBinding
in interface BindingAnnotationInfoChecker
public void checkViewModel(Component comp)
BindingAnnotationInfoChecker
checkViewModel
in interface BindingAnnotationInfoChecker
public void checkBinder(Component comp)
BindingAnnotationInfoChecker
checkBinder
in interface BindingAnnotationInfoChecker
public void checkValidationMessages(Component comp)
BindingAnnotationInfoChecker
checkValidationMessages
in interface BindingAnnotationInfoChecker
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.