* MobileListItemType.cs, * ObjectListViewMode.cs, * WmlListFieldType.cs, // Failed to locate enumeration! * Wrapping.cs : Added enumerations. svn path=/trunk/mcs/; revision=10343
@@ -1,4 +1,12 @@
+2003-01-10 Gaurav Vaish <gvaish_mono AT lycos.com>
+
+ * MobileListItemType.cs,
+ * ObjectListViewMode.cs,
+ * WmlListFieldType.cs, // Failed to locate enumeration!
+ * Wrapping.cs
+ : Added enumerations.
2003-01-09 Gaurav Vaish <gvaish_mono AT lycos.com>
* MobileControl.cs : Added some more properties (dummies).
@@ -0,0 +1,20 @@
+/**
+ * Project : Mono
+ * Namespace : System.Web.UI.MobileControls
+ * Class : MobileListItemType
+ * Author : Gaurav Vaish
+ *
+ * Copyright : 2002 with Gaurav Vaish, and with
+ * Ximian Inc
+ */
+namespace System.Web.UI.MobileControls
+{
+ public enum MobileListItemType
+ {
+ HeaderItem,
+ ListItem,
+ FooterItem,
+ SeparatorItem
+ }
+}
@@ -0,0 +1,19 @@
+ * Class : ObjectListViewMode
+ public enum ObjectListViewMode
+ List,
+ Commands,
+ Details
@@ -0,0 +1,22 @@
+ * Class : WmlListFieldType
+/// <summary>
+/// The enumeration exists only in the documentation.
+/// I failed to locate it in the assembly (.dll).
+/// </summary>
+/*
+ public enum WmlListFieldType
+*/
+ * Class : Wrapping
+ public enum Wrapping
+ NotSet,
+ Wrap,
+ NoWrap