| Package | Description |
|---|---|
| de.knightsoftnet.validators.client.decorators |
this package contains client side decorators.
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorPanelLocationEnum |
ErrorPanelLocationEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorPanelLocationEnum[] |
ErrorPanelLocationEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractDecorator(ErrorPanelLocationEnum errorLocation)
Constructs a Decorator.
|
AbstractDecorator(ErrorPanelLocationEnum errorLocation,
AbstractDecorator.Resources resource)
Constructs a Decorator.
|
AbstractDecorator(com.google.gwt.user.client.ui.Widget pwidget,
ErrorPanelLocationEnum errorLocation)
Constructs a Decorator using a
Widget widget with error location. |
AbstractDecorator(com.google.gwt.user.client.ui.Widget pwidget,
ErrorPanelLocationEnum errorLocation,
AbstractDecorator.Resources decoratorResource)
Constructs a Decorator using a
Widget widget with error location and style sheet. |
UniversalDecorator(ErrorPanelLocationEnum errorLocation)
Constructs a ValueBoxEditorDecorator.
|
UniversalDecoratorWithIcons(ErrorPanelLocationEnum errorLocation)
Constructs a ValueBoxEditorDecorator.
|
Copyright © 2015–2016. All rights reserved.