org.base.apps.api.view
Enum BoundView.Widget

java.lang.Object
  extended by java.lang.Enum<BoundView.Widget>
      extended by org.base.apps.api.view.BoundView.Widget
All Implemented Interfaces:
Serializable, CharSequence, Comparable<BoundView.Widget>
Enclosing interface:
BoundView

public static enum BoundView.Widget
extends Enum<BoundView.Widget>
implements CharSequence


Enum Constant Summary
area
           
checkbox
           
combobox
           
date
           
field
           
list
           
radio
           
table
           
 
Method Summary
 char charAt(int index)
           
 int length()
           
 CharSequence subSequence(int start, int end)
           
static BoundView.Widget valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BoundView.Widget[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.CharSequence
toString
 

Enum Constant Detail

field

public static final BoundView.Widget field

table

public static final BoundView.Widget table

area

public static final BoundView.Widget area

list

public static final BoundView.Widget list

checkbox

public static final BoundView.Widget checkbox

radio

public static final BoundView.Widget radio

combobox

public static final BoundView.Widget combobox

date

public static final BoundView.Widget date
Method Detail

values

public static BoundView.Widget[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (BoundView.Widget c : BoundView.Widget.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static BoundView.Widget valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

charAt

public char charAt(int index)
Specified by:
charAt in interface CharSequence
See Also:
CharSequence.charAt(int)

length

public int length()
Specified by:
length in interface CharSequence
See Also:
CharSequence.length()

subSequence

public CharSequence subSequence(int start,
                                int end)
Specified by:
subSequence in interface CharSequence
See Also:
CharSequence.subSequence(int, int)

Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)