Uses of Interface
de.knightsoftnet.validators.client.decorators.AbstractDecorator.Resources
-
Packages that use AbstractDecorator.Resources Package Description de.knightsoftnet.validators.client.decorators this package contains client side decorators. -
-
Uses of AbstractDecorator.Resources in de.knightsoftnet.validators.client.decorators
Subinterfaces of AbstractDecorator.Resources in de.knightsoftnet.validators.client.decorators Modifier and Type Interface Description static interfaceAbstractDecoratorWithLabel.ResourcesLabelA ClientBundle that provides images and decoratorStyle sheets for the decorator.static interfaceUniversalDecoratorWithIcons.ExtendedResourcesA ClientBundle that provides images and style sheets for the decorator.Methods in de.knightsoftnet.validators.client.decorators that return AbstractDecorator.Resources Modifier and Type Method Description protected static AbstractDecorator.ResourcesAbstractDecorator. getDefaultResources()get default resource, if not set, create one.protected static AbstractDecorator.ResourcesUniversalDecoratorWithIcons. getExtendedResources()get default resource, if not set, create one.Constructors in de.knightsoftnet.validators.client.decorators with parameters of type AbstractDecorator.Resources Constructor Description AbstractDecorator(com.google.gwt.user.client.ui.Widget pwidget, PanelLocationEnum errorLocation, AbstractDecorator.Resources decoratorResource)Constructs a Decorator using aWidgetwidget with error location and style sheet.AbstractDecorator(PanelLocationEnum errorLocation, AbstractDecorator.Resources resource)Constructs a Decorator.
-