org.gwtbootstrap3.client.ui.form.validator
Class Validator.Priority

java.lang.Object
  extended by org.gwtbootstrap3.client.ui.form.validator.Validator.Priority
Enclosing interface:
Validator<T>

public static class Validator.Priority
extends Object

Represents the priority of a validator.


Field Summary
static int HIGH
          HIGH priority
static int HIGHEST
          HIGHEST priority
static int LOW
          LOW priority
static int LOWEST
          LOWEST priority
static int MEDIUM
          MEDIUM priority
 
Constructor Summary
Validator.Priority()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HIGHEST

public static final int HIGHEST
HIGHEST priority

See Also:
Constant Field Values

HIGH

public static final int HIGH
HIGH priority

See Also:
Constant Field Values

MEDIUM

public static final int MEDIUM
MEDIUM priority

See Also:
Constant Field Values

LOW

public static final int LOW
LOW priority

See Also:
Constant Field Values

LOWEST

public static final int LOWEST
LOWEST priority

See Also:
Constant Field Values
Constructor Detail

Validator.Priority

public Validator.Priority()


Copyright © 2015. All rights reserved.