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