com.threerings.antidote.field.text
Class EmptyTextFieldViolation

java.lang.Object
  extended by com.threerings.antidote.Violation
      extended by com.threerings.antidote.field.text.EmptyTextFieldViolation

public class EmptyTextFieldViolation
extends Violation

A Violation for TextField fields which have had an empty string assigned.


Constructor Summary
EmptyTextFieldViolation(TextField field)
           
 
Method Summary
 
Methods inherited from class com.threerings.antidote.Violation
getLocation, getReason, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyTextFieldViolation

public EmptyTextFieldViolation(TextField field)


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