public class Field
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Class and Description |
---|---|
static class |
Field.Types |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlias()
The alias name for the field.
|
Domain |
getDomain()
Domain associated with the field.
|
int |
getLength()
The field length
|
java.lang.String |
getName()
The name of the field
|
Field.Types |
getType()
The data type of the field.
|
boolean |
isEditable()
Indicates whether the field is editable.
|
boolean |
isNullable()
Indicates if the field can accept null values.
|
public final java.lang.String getAlias()
public final Domain getDomain()
public final boolean isEditable()
public final int getLength()
public final java.lang.String getName()
public final boolean isNullable()
public final Field.Types getType()