public final class ErrorStyle extends Enum
Title: ErrorStyle class
Description: Describes the possible values of the CustomError.ErrorStyle.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
CustomError.getErrorStyle()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static ErrorStyle |
BOTTOM
Crossbar of 'T' error displacement indicator displayed on the bottom.
|
static ErrorStyle |
LEFT
Crossbar of 'T' error displacement indicator displayed on the left.
|
static ErrorStyle |
LEFTRIGHT
Crossbar of 'T' error displacement indicator displayed on the left and
right.
|
static ErrorStyle |
RIGHT
Crossbar of 'T' error displacement indicator displayed on the right.
|
static ErrorStyle |
TOP
Crossbar of 'T' error displacement indicator displayed on the top.
|
static ErrorStyle |
TOPBOTTOM
Crossbar of 'T' error displacement indicator displayed on the top and
bottom.
|
getValue, readResolve
public static final ErrorStyle LEFT
public static final ErrorStyle RIGHT
public static final ErrorStyle LEFTRIGHT
public static final ErrorStyle TOP
public static final ErrorStyle BOTTOM
public static final ErrorStyle TOPBOTTOM