com.threerings.antidote.field
Class AtLeastOneFieldViolation

java.lang.Object
  extended by com.threerings.antidote.Violation
      extended by com.threerings.antidote.field.AtLeastOneFieldViolation

public class AtLeastOneFieldViolation
extends Violation

A Violation for the ListField which must have at least one field defined.


Constructor Summary
AtLeastOneFieldViolation(ListComponent<?> parentField)
           
 
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

AtLeastOneFieldViolation

public AtLeastOneFieldViolation(ListComponent<?> parentField)


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