Package com.threerings.antidote.field.text

Provides the classes for working with Ant text fields.

See:
          Description

Class Summary
EmptyTextFieldViolation A Violation for TextField fields which have had an empty string assigned.
EnumTextField<T extends Enum<T>>  
SimpleTextField A SingleLineTextField which needs no additional validation.
SingleLineTextField A TextField that enforces the text data is always set, not zero length, and has no newlines or tabs.
TextField An Ant Field which allows text input in the form <field>Text here</field>.
UnsetTextFieldViolation A Violation for TextField fields which have not been assigned.
 

Enum Summary
TextStatus Describes the state of the text property in a TextField.
 

Package com.threerings.antidote.field.text Description

Provides the classes for working with Ant text fields. e.g <field>Text here</field>



Copyright © 2007-2008 Three Rings Design, Inc. All Rights Reserved. Released under a BSD license.