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

java.lang.Object
  extended by net.sf.jzeno.echo.state.AbstractState
      extended by net.sf.jzeno.echo.databinding.RebindablePropertyComponentSupport2.State
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
RebindablePropertyComponentSupport2

public static class RebindablePropertyComponentSupport2.State
extends AbstractState


Field Summary
 java.lang.Class beanClass
           
 boolean invalid
           
 java.lang.String property
           
 boolean readOnly
           
 boolean required
           
 
Fields inherited from class net.sf.jzeno.echo.state.AbstractState
template
 
Constructor Summary
RebindablePropertyComponentSupport2.State()
           
 
Method Summary
static RebindablePropertyComponentSupport2.State getInitialState()
           
 
Methods inherited from class net.sf.jzeno.echo.state.AbstractState
clone, equals, equals, get, get, getCreationCount, getEfficiency, getNetworkSize, getTransitionCount, hashCode, resetCounters, set, set, set, set
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property

public java.lang.String property

beanClass

public java.lang.Class beanClass

required

public boolean required

readOnly

public boolean readOnly

invalid

public boolean invalid
Constructor Detail

RebindablePropertyComponentSupport2.State

public RebindablePropertyComponentSupport2.State()
Method Detail

getInitialState

public static RebindablePropertyComponentSupport2.State getInitialState()