object FocusLostBehavior extends Enumeration
The behavior of a formatted text field when it loses its focus.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FocusLostBehavior
- Enumeration
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
- val Commit: Value
- val CommitOrRevert: Value
- val Persist: Value
- val Revert: Value
-
final
def
apply(x: Int): Value
- Definition Classes
- Enumeration
-
final
def
maxId: Int
- Definition Classes
- Enumeration
-
def
toString(): String
- Definition Classes
- Enumeration → AnyRef → Any
-
def
values: ValueSet
- Definition Classes
- Enumeration
-
final
def
withName(s: String): Value
- Definition Classes
- Enumeration