org.base.apps.api.view
Enum BoundView.Widget
java.lang.Object
java.lang.Enum<BoundView.Widget>
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
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
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)
Copyright 2011, Blue Agate Software Entity (BASE)