com.jscape.util.reflection.types
Class BooleanField

java.lang.Object
  extended by com.jscape.util.reflection.types.BooleanField
All Implemented Interfaces:
FieldType

public final class BooleanField
extends java.lang.Object
implements FieldType

Boolean (true | false) radio button component.


Constructor Summary
BooleanField()
           
BooleanField(boolean defaultValue)
           
 
Method Summary
 boolean getDefaultValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanField

public BooleanField()

BooleanField

public BooleanField(boolean defaultValue)
Method Detail

getDefaultValue

public boolean getDefaultValue()


Copyright © 1999-2010 JSCAPE LLC. All Rights Reserved.