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

📄 todo.html

📁 J2ME PDA开发PIM的技术规范,可使应用程序查看手机本地联系人列表, 本地文件
💻 HTML
📖 第 1 页 / 共 3 页
字号:
			<HR>
			<A NAME="DUE"><!-- --></A><H3>
				DUE</H3>
			<PRE>
public static final int <B>DUE</B></PRE>
			<DL>
				<DD>
					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).
					<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.DUE">Constant 
										Field Values</A></DD></DL>
				</DD>
			</DL>
			<HR>
			<A NAME="NOTE"><!-- --></A><H3>
				NOTE</H3>
			<PRE>
public static final int <B>NOTE</B></PRE>
			<DL>
				<DD>
					Field specifying a more complete description than the SUMMARY for this ToDo. 
					Data for this field is of string type. For example:
					<BR>
					"Judy really likes stained glass and expensive pens"
					<P>
						<DL>
							<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.microedition.pim.ToDo.NOTE">Constant 
										Field Values</A></DD></DL>
				</DD>
			</DL>
			<HR>
			<A NAME="PRIORITY"><!-- --></A><H3>
				PRIORITY</H3>
			<PRE>
public static final int <B>PRIORITY</B></PRE>
			<DL>
				<DD>
					Field specifying the priority of this ToDo. The priority is a value from zero 
					to nine. Zero specifies an undefined priority, one specifies the highest 
					priority and nine the lowest priority. It is not guaranteed that this value 
					remains unchanged after setting the value and/or persistence of the ToDo item 
					due to underlying native database priority support and mappings to the native 
					priority values. Data for this field is of int type.
					<P>
						<DL>
							<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.microedition.pim.ToDo.PRIORITY">Constant 
										Field Values</A></DD></DL>
				</DD>
			</DL>
			<HR>
			<A NAME="REVISION"><!-- --></A><H3>
				REVISION</H3>
			<PRE>
public static final int <B>REVISION</B></PRE>
			<DL>
				<DD>
					Field specifying the last modification date and time of a ToDo item. If the 
					ToDo has ever been committed to a ToDoList, then this attribute becomes read 
					only. This field is set automatically on imports and commits of a ToDo. 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.REVISION">Constant 
										Field Values</A></DD></DL>
				</DD>
			</DL>
			<HR>
			<A NAME="SUMMARY"><!-- --></A><H3>
				SUMMARY</H3>
			<PRE>
public static final int <B>SUMMARY</B></PRE>
			<DL>
				<DD>
					Field specifying the summary or subject for this ToDo. Data for this field is 
					of string type. For example:
					<BR>
					"Buy going away present for Judy"
					<P>
						<DL>
							<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.microedition.pim.ToDo.SUMMARY">Constant 
										Field Values</A></DD></DL>
				</DD>
			</DL>
			<HR>
			<A NAME="UID"><!-- --></A><H3>
				UID</H3>
			<PRE>
public static final int <B>UID</B></PRE>
			<DL>
				<DD>
					Field specifying a unique ID for a ToDo. This field can be used to check for 
					identity using <code>String.equals</code>. UID is read only if the ToDo has 
					been committed to a ToDoList at least once in its lifetime. The UID is not set 
					if the ToDo has never been committed to a ToDoList; <CODE>countValues(UID)</CODE>
					returns 0 before a newly created ToDo object is committed to its list. The 
					attribute is valid for the persistent life of the ToDo and may be reused by the 
					platform once this particular ToDo is deleted. Data for this field is of string 
					type.
					<P>
						<DL>
							<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.microedition.pim.ToDo.UID">Constant 
										Field Values</A></DD></DL>
				</DD>
			</DL>
			<HR>
			<A NAME="CLASS_CONFIDENTIAL"><!-- --></A><H3>
				CLASS_CONFIDENTIAL</H3>
			<PRE>
public static final int <B>CLASS_CONFIDENTIAL</B></PRE>
			<DL>
				<DD>
					Constant indicating this todo's class of access is confidential.
					<P>
						<DL>
							<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.microedition.pim.ToDo.CLASS_CONFIDENTIAL">Constant 
										Field Values</A></DD></DL>
				</DD>
			</DL>
			<HR>
			<A NAME="CLASS_PRIVATE"><!-- --></A><H3>
				CLASS_PRIVATE</H3>
			<PRE>
public static final int <B>CLASS_PRIVATE</B></PRE>
			<DL>
				<DD>
					Constant indicating this todo's class of access is private.
					<P>
						<DL>
							<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.microedition.pim.ToDo.CLASS_PRIVATE">Constant 
										Field Values</A></DD></DL>
				</DD>
			</DL>
			<HR>
			<A NAME="CLASS_PUBLIC"><!-- --></A><H3>
				CLASS_PUBLIC</H3>
			<PRE>
public static final int <B>CLASS_PUBLIC</B></PRE>
			<DL>
				<DD>
					Constant indicating this todo's class of access is public.
					<P>
						<DL>
							<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#javax.microedition.pim.ToDo.CLASS_PUBLIC">Constant 
										Field Values</A></DD></DL>
				</DD>
			</DL>
			<!-- ========= CONSTRUCTOR DETAIL ======== -->
			<!-- ============ METHOD DETAIL ========== -->
			<!-- ========= END OF CLASS DATA ========= -->
			<HR>
			<!-- ========== START OF NAVBAR ========== -->
			<A NAME="navbar_bottom"><!-- --></A>
			<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
				<TR>
					<TD COLSPAN="3" BGCOLOR="#eeeeff" CLASS="NavBarCell1">
						<A NAME="navbar_bottom_firstrow"><!-- --></A>
						<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
							<TR ALIGN="center" VALIGN="top">
								<TD BGCOLOR="#eeeeff" CLASS="NavBarCell1">
									<A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
								<TD BGCOLOR="#eeeeff" CLASS="NavBarCell1">
									<A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
								<TD BGCOLOR="#ffffff" CLASS="NavBarCell1Rev">
									&nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
								<TD BGCOLOR="#eeeeff" CLASS="NavBarCell1">
									<A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
								<TD BGCOLOR="#eeeeff" CLASS="NavBarCell1">
									<A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
								<TD BGCOLOR="#eeeeff" CLASS="NavBarCell1">
									<A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
								<TD BGCOLOR="#eeeeff" CLASS="NavBarCell1">
									<A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
							</TR>
						</TABLE>
					</TD>
					<TD ALIGN="right" VALIGN="top" ROWSPAN="3"><EM> Final Release<br>
							Rev. 1.00</EM>
					</TD>
				</TR>
				<TR>
					<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../javax/microedition/pim/PIMList.html"><B>PREV 
									CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../javax/microedition/pim/ToDoList.html"><B>NEXT 
									CLASS</B></A></FONT></TD>
					<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" TARGET="_top">
								<B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ToDo.html" TARGET="_top"><B>NO FRAMES</B></A>
							&nbsp; &nbsp;
							<SCRIPT>  <!--  if(window==top) {    document.writeln('<A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');  }  //--></SCRIPT>
							<NOSCRIPT>
								<A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
							</NOSCRIPT>
						</FONT>
					</TD>
				</TR>
				<TR>
					<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
					<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
				</TR>
			</TABLE>
			<!-- =========== END OF NAVBAR =========== -->
			<HR>
			<font size="-1">Copyright 

⌨️ 快捷键说明

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