Uses of Class
de.knightsoftnet.validators.client.decorators.AbstractDecorator
-
Packages that use AbstractDecorator Package Description de.knightsoftnet.validators.client.decorators this package contains client side decorators. -
-
Uses of AbstractDecorator in de.knightsoftnet.validators.client.decorators
Subclasses of AbstractDecorator in de.knightsoftnet.validators.client.decorators Modifier and Type Class Description classAbstractDecoratorWithLabel<T>classUniversalDecorator<T>This is a Decorator which in changes style sheets and shows error messages when validation fails.classUniversalDecoratorWithIcons<T>This is a Decorator which in changes style sheets and shows error messages when validation fails.classUniversalDecoratorWithLabel<T>This is a Decorator which in changes style sheets and shows error messages when validation fails.Methods in de.knightsoftnet.validators.client.decorators that return AbstractDecorator Modifier and Type Method Description AbstractDecorator<T>ExtendedValueBoxEditor. getDecorator()getter for the decorator.Constructors in de.knightsoftnet.validators.client.decorators with parameters of type AbstractDecorator Constructor Description ExtendedValueBoxEditor(com.google.gwt.user.client.TakesValue<T> ptakesValues, AbstractDecorator<T> pdecorator)constructor uses widget as base.
-