|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnum
Represents predefined enumeration of IEnumItem
. It was created
because GWT 1.3.3 uses Java 1.4 which doesn't supports enums.
Method Summary | |
---|---|
IEnumItem[] |
getItems()
Returns enumeration items array. |
IEnumItem |
getNullItem()
Returns item that represent null value of this enumeration item or null if there is such item doesn't exists. |
Method Detail |
---|
IEnumItem[] getItems()
IEnumItem getNullItem()
null
if there is such item doesn't exists.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |