Package totalcross.ui
Class ColorList.Item
- java.lang.Object
-
- totalcross.ui.ColorList.Item
-
- Enclosing class:
- ColorList
public static class ColorList.Item extends java.lang.ObjectItem added to the ListBox, containing the color as String and as int.
-
-
Field Summary
Fields Modifier and Type Field Description intvalue
-
Constructor Summary
Constructors Constructor Description Item(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)voidset(int value)java.lang.StringtoString()
-