Class WidgetValidator<T extends N2oWidget>
java.lang.Object
net.n2oapp.framework.config.metadata.validation.standard.widget.WidgetValidator<T>
- All Implemented Interfaces:
SourceClassAware,SourceValidator<T>
- Direct Known Subclasses:
FormValidator,ListWidgetValidator
public abstract class WidgetValidator<T extends N2oWidget>
extends Object
implements SourceValidator<T>, SourceClassAware
Валидатор виджета
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MetaActionsgetAllMetaActions(MetaActions pageActions, ActionBar[] widgetActions, SourceProcessor p) voidvalidate(T source, SourceProcessor p) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.api.metadata.aware.SourceClassAware
getSourceClass
-
Constructor Details
-
WidgetValidator
public WidgetValidator()
-
-
Method Details
-
validate
- Specified by:
validatein interfaceSourceValidator<T extends N2oWidget>
-
getAllMetaActions
protected MetaActions getAllMetaActions(MetaActions pageActions, ActionBar[] widgetActions, SourceProcessor p)
-