com.sage.swt.client.widget.table
Enum CellAttributes.Attribute
java.lang.Object
java.lang.Enum<CellAttributes.Attribute>
com.sage.swt.client.widget.table.CellAttributes.Attribute
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<CellAttributes.Attribute>
- Enclosing class:
- CellAttributes
public static enum CellAttributes.Attribute
- extends java.lang.Enum<CellAttributes.Attribute>
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, wait, wait, wait |
HYPERLINK
public static final CellAttributes.Attribute HYPERLINK
READONLY
public static final CellAttributes.Attribute READONLY
values
public static CellAttributes.Attribute[] 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 (CellAttributes.Attribute c : CellAttributes.Attribute.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static CellAttributes.Attribute valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
getID
public java.lang.String getID()
getDataType
public SwtDataType getDataType()
Copyright © 2011 Sage Software, Inc. All rights reserved.