|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.widget.netvibes.type.NVDataType
public abstract class NVDataType
Field Summary | |
---|---|
static int |
BOOLEAN
. |
static int |
HIDDEN
. |
static int |
LIST
. |
static int |
PASSWORD
. |
static int |
RANGE
. |
static int |
TEXT
. |
static int |
TEXTAREA
data type under construction :) |
Constructor Summary | |
---|---|
NVDataType()
|
Method Summary | |
---|---|
abstract int |
getOrdinal()
|
static int |
parseDataTypeLiteral(java.lang.String literal)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TEXT
public static final int BOOLEAN
public static final int HIDDEN
public static final int RANGE
public static final int LIST
public static final int PASSWORD
public static final int TEXTAREA
Constructor Detail |
---|
public NVDataType()
Method Detail |
---|
public abstract int getOrdinal()
public static int parseDataTypeLiteral(java.lang.String literal)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |