⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 todo.html

📁 J2ME PDA开发PIM的技术规范,可使应用程序查看手机本地联系人列表, 本地文件
💻 HTML
📖 第 1 页 / 共 3 页
字号:
		<P>
			<DL>
				<DT><B>Since:</B>
					<DD>
						PIM 1.0 <DT><B>See Also:</B><DD><A target="_top" href="http://www.imc.org/pdi">Internet 
									Mail Consortium PDI</A>, <A HREF="../../../javax/microedition/pim/ToDoList.html">
									<CODE>ToDoList</CODE></A></DD></DL>
			<HR>
		<P>
			<!-- ======== NESTED CLASS SUMMARY ======== -->
			<!-- =========== FIELD SUMMARY =========== -->
			<A NAME="field_summary"><!-- --></A>
			<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
				<TR BGCOLOR="#ccccff" CLASS="TableHeadingColor">
					<TD COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TD>
				</TR>
				<TR BGCOLOR="white" CLASS="TableRowColor">
					<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD>
					<TD><CODE><B><A HREF="../../../javax/microedition/pim/ToDo.html#CLASS">CLASS</A></B></CODE>
						<BR>
						&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Field specifying 
						the desired access class for this contact.</TD>
				</TR>
				<TR BGCOLOR="white" CLASS="TableRowColor">
					<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD>
					<TD><CODE><B><A HREF="../../../javax/microedition/pim/ToDo.html#CLASS_CONFIDENTIAL">CLASS_CONFIDENTIAL</A></B></CODE>
						<BR>
						&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constant indicating 
						this todo's class of access is confidential.</TD>
				</TR>
				<TR BGCOLOR="white" CLASS="TableRowColor">
					<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD>
					<TD><CODE><B><A HREF="../../../javax/microedition/pim/ToDo.html#CLASS_PRIVATE">CLASS_PRIVATE</A></B></CODE>
						<BR>
						&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constant indicating 
						this todo's class of access is private.</TD>
				</TR>
				<TR BGCOLOR="white" CLASS="TableRowColor">
					<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD>
					<TD><CODE><B><A HREF="../../../javax/microedition/pim/ToDo.html#CLASS_PUBLIC">CLASS_PUBLIC</A></B></CODE>
						<BR>
						&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constant indicating 
						this todo's class of access is public.</TD>
				</TR>
				<TR BGCOLOR="white" CLASS="TableRowColor">
					<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD>
					<TD><CODE><B><A HREF="../../../javax/microedition/pim/ToDo.html#COMPLETED">COMPLETED</A></B></CODE>
						<BR>
						&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Field ID indicating 
						a ToDo has been completed.</TD>
				</TR>
				<TR BGCOLOR="white" CLASS="TableRowColor">
					<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD>
					<TD><CODE><B><A HREF="../../../javax/microedition/pim/ToDo.html#COMPLETION_DATE">COMPLETION_DATE</A></B></CODE>
						<BR>
						&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Field ID indicating 
						a ToDo has been completed on the date indicated by this field.</TD>
				</TR>
				<TR BGCOLOR="white" CLASS="TableRowColor">
					<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD>
					<TD><CODE><B><A HREF="../../../javax/microedition/pim/ToDo.html#DUE">DUE</A></B></CODE>
						<BR>
						&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The date a ToDo is 
						due.The data for this field is expressed in the same long value format as 
						java.util.Date, which is milliseconds since the epoch (00:00:00 GMT, January 1, 
						1970).</TD>
				</TR>
				<TR BGCOLOR="white" CLASS="TableRowColor">
					<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD>
					<TD><CODE><B><A HREF="../../../javax/microedition/pim/ToDo.html#NOTE">NOTE</A></B></CODE>
						<BR>
						&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Field specifying a 
						more complete description than the SUMMARY for this ToDo.</TD>
				</TR>
				<TR BGCOLOR="white" CLASS="TableRowColor">
					<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD>
					<TD><CODE><B><A HREF="../../../javax/microedition/pim/ToDo.html#PRIORITY">PRIORITY</A></B></CODE>
						<BR>
						&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Field specifying 
						the priority of this ToDo.</TD>
				</TR>
				<TR BGCOLOR="white" CLASS="TableRowColor">
					<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD>
					<TD><CODE><B><A HREF="../../../javax/microedition/pim/ToDo.html#REVISION">REVISION</A></B></CODE>
						<BR>
						&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Field specifying 
						the last modification date and time of a ToDo item.</TD>
				</TR>
				<TR BGCOLOR="white" CLASS="TableRowColor">
					<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD>
					<TD><CODE><B><A HREF="../../../javax/microedition/pim/ToDo.html#SUMMARY">SUMMARY</A></B></CODE>
						<BR>
						&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Field specifying 
						the summary or subject for this ToDo.</TD>
				</TR>
				<TR BGCOLOR="white" CLASS="TableRowColor">
					<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD>
					<TD><CODE><B><A HREF="../../../javax/microedition/pim/ToDo.html#UID">UID</A></B></CODE>
						<BR>
						&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Field specifying a 
						unique ID for a ToDo.</TD>
				</TR>
			</TABLE>
			&nbsp;<A NAME="fields_inherited_from_class_javax.microedition.pim.PIMItem"><!-- --></A>
			<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
				<TR BGCOLOR="#eeeeff" CLASS="TableSubHeadingColor">
					<TD><B>Fields inherited from interface javax.microedition.pim.<A HREF="../../../javax/microedition/pim/PIMItem.html">PIMItem</A></B></TD>
				</TR>
				<TR BGCOLOR="white" CLASS="TableRowColor">
					<TD><CODE><A HREF="../../../javax/microedition/pim/PIMItem.html#ATTR_NONE">ATTR_NONE</A>,
							<A HREF="../../../javax/microedition/pim/PIMItem.html#BINARY">BINARY</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#BOOLEAN">
								BOOLEAN</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#DATE">DATE</A>,
							<A HREF="../../../javax/microedition/pim/PIMItem.html#EXTENDED_ATTRIBUTE_MIN_VALUE">
								EXTENDED_ATTRIBUTE_MIN_VALUE</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#EXTENDED_FIELD_MIN_VALUE">
								EXTENDED_FIELD_MIN_VALUE</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#INT">
								INT</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#STRING">STRING</A>,
							<A HREF="../../../javax/microedition/pim/PIMItem.html#STRING_ARRAY">STRING_ARRAY</A></CODE></TD>
				</TR>
			</TABLE>
			&nbsp; 
			<!-- ======== CONSTRUCTOR SUMMARY ======== -->
			<!-- ========== METHOD SUMMARY =========== -->
			<A NAME="methods_inherited_from_class_javax.microedition.pim.PIMItem"><!-- --></A>
			<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
				<TR BGCOLOR="#eeeeff" CLASS="TableSubHeadingColor">
					<TD><B>Methods inherited from interface javax.microedition.pim.<A HREF="../../../javax/microedition/pim/PIMItem.html">PIMItem</A></B></TD>
				</TR>
				<TR BGCOLOR="white" CLASS="TableRowColor">
					<TD><CODE><A HREF="../../../javax/microedition/pim/PIMItem.html#addBinary(int, int, byte[], int, int)">addBinary</A>,
							<A HREF="../../../javax/microedition/pim/PIMItem.html#addBoolean(int, int, boolean)">
								addBoolean</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#addDate(int, int, long)">
								addDate</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#addInt(int, int, int)">
								addInt</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#addString(int, int, java.lang.String)">
								addString</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#addStringArray(int, int, java.lang.String[])">
								addStringArray</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#addToCategory(java.lang.String)">
								addToCategory</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#commit()">
								commit</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#countValues(int)">
								countValues</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#getAttributes(int, int)">
								getAttributes</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#getBinary(int, int)">
								getBinary</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#getBoolean(int, int)">
								getBoolean</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#getCategories()">
								getCategories</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#getDate(int, int)">
								getDate</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#getFields()">
								getFields</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#getInt(int, int)">
								getInt</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#getPIMList()">
								getPIMList</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#getString(int, int)">
								getString</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#getStringArray(int, int)">
								getStringArray</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#isModified()">
								isModified</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#maxCategories()">
								maxCategories</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#removeFromCategory(java.lang.String)">
								removeFromCategory</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#removeValue(int, int)">
								removeValue</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#setBinary(int, int, int, byte[], int, int)">
								setBinary</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#setBoolean(int, int, int, boolean)">
								setBoolean</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#setDate(int, int, int, long)">
								setDate</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#setInt(int, int, int, int)">
								setInt</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#setString(int, int, int, java.lang.String)">
								setString</A>, <A HREF="../../../javax/microedition/pim/PIMItem.html#setStringArray(int, int, int, java.lang.String[])">
								setStringArray</A></CODE></TD>
				</TR>
			</TABLE>
		&nbsp;
		<P>
			<!-- ============ FIELD DETAIL =========== -->
			<A NAME="field_detail"><!-- --></A>
			<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
				<TR BGCOLOR="#ccccff" CLASS="TableHeadingColor">
					<TD COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TD>
				</TR>
			</TABLE>
			<A NAME="CLASS"><!-- --></A><H3>
				CLASS</H3>
			<PRE>
public static final int <B>CLASS</B></PRE>
			<DL>
				<DD>
					Field specifying the desired access class for this contact. Data associated 
					with this field is of int type, and can be one of the values <A HREF="../../../javax/microedition/pim/ToDo.html#CLASS_PRIVATE">
						<CODE>CLASS_PRIVATE</CODE></A>, <A HREF="../../../javax/microedition/pim/ToDo.html#CLASS_PUBLIC">
						<CODE>CLASS_PUBLIC</CODE></A>, or <A HREF="../../../javax/microedition/pim/ToDo.html#CLASS_CONFIDENTIAL">
						<CODE>CLASS_CONFIDENTIAL</CODE></A>.
					<P>
						<DL>
							<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.microedition.pim.ToDo.CLASS">Constant 
										Field Values</A></DD></DL>
				</DD>
			</DL>
			<HR>
			<A NAME="COMPLETED"><!-- --></A><H3>
				COMPLETED</H3>
			<PRE>
public static final int <B>COMPLETED</B></PRE>
			<DL>
				<DD>
					Field ID indicating a ToDo has been completed. Data for this field is of 
					boolean type.
					<P>
						<DL>
							<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.microedition.pim.ToDo.COMPLETED">Constant 
										Field Values</A></DD></DL>
				</DD>
			</DL>
			<HR>
			<A NAME="COMPLETION_DATE"><!-- --></A><H3>
				COMPLETION_DATE</H3>
			<PRE>
public static final int <B>COMPLETION_DATE</B></PRE>
			<DL>
				<DD>
					Field ID indicating a ToDo has been completed on the date indicated by this 
					field. The data for this field is expressed in the same long value format as 
					java.util.Date, which is milliseconds since the epoch (00:00:00 GMT, January 1, 
					1970).
					<P></P>
					<P>
						Note that the value provided may be rounded-down by an implementation due to 
						platform restrictions. For example, should a native ToDo database only support 
						todo date values with granularity in terms of seconds, then the provided date 
						value is rounded down to a date time with a full second.
					</P>
					<P>
						<DL>
							<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.microedition.pim.ToDo.COMPLETION_DATE">Constant 
										Field Values</A></DD></DL>
				</DD>
			</DL>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -