net.sf.jzeno.echo.databinding
Class RebindablePropertyComponentSupport2.ExtraState

java.lang.Object
  extended by net.sf.jzeno.echo.databinding.RebindablePropertyComponentSupport2.ExtraState
Enclosing class:
RebindablePropertyComponentSupport2

public static class RebindablePropertyComponentSupport2.ExtraState
extends java.lang.Object


Field Summary
 Decorator decorator
           
 java.lang.Object nullObject
           
 java.lang.Object unboundValue
           
 java.util.List validators
           
 
Constructor Summary
RebindablePropertyComponentSupport2.ExtraState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

decorator

public Decorator decorator

validators

public java.util.List validators

unboundValue

public java.lang.Object unboundValue

nullObject

public java.lang.Object nullObject
Constructor Detail

RebindablePropertyComponentSupport2.ExtraState

public RebindablePropertyComponentSupport2.ExtraState()