01: // org.zkoss.zul.mesg.MZul.java
02: //
03: // Generated by genprop
04: // DO NOT MODIFY IT MANUALLY. All modifications will be lost.
05: //
06: // tomyeh, Fri Feb 1 16:27:21 2008
07: // Copyright(C) 2001 Potix Corporation. All Rights Reserved.
08:
09: package org.zkoss.zul.mesg;
10:
11: public interface MZul extends org.zkoss.mesg.MessageConst {
12: static final int MESSAGE_ID = Aide.register(MZul.class, "msgzul");
13: static final int EMPTY_NOT_ALLOWED = 0x2000 + MESSAGE_ID;
14: static final int NO_POSITIVE_NEGATIVE_ZERO = 0x2001 + MESSAGE_ID;
15: static final int NO_POSITIVE_NEGATIVE = 0x2002 + MESSAGE_ID;
16: static final int NO_POSITIVE_ZERO = 0x2003 + MESSAGE_ID;
17: static final int NO_POSITIVE = 0x2004 + MESSAGE_ID;
18: static final int NO_NEGATIVE_ZERO = 0x2005 + MESSAGE_ID;
19: static final int NO_NEGATIVE = 0x2006 + MESSAGE_ID;
20: static final int NO_ZERO = 0x2007 + MESSAGE_ID;
21: static final int NO_FUTURE_PAST_TODAY = 0x2011 + MESSAGE_ID;
22: static final int NO_FUTURE_PAST = 0x2012 + MESSAGE_ID;
23: static final int NO_FUTURE_TODAY = 0x2013 + MESSAGE_ID;
24: static final int NO_FUTURE = 0x2014 + MESSAGE_ID;
25: static final int NO_PAST_TODAY = 0x2015 + MESSAGE_ID;
26: static final int NO_PAST = 0x2016 + MESSAGE_ID;
27: static final int NO_TODAY = 0x2017 + MESSAGE_ID;
28: static final int VALUE_NOT_MATCHED = 0x2018 + MESSAGE_ID;
29: static final int INTEGER_REQUIRED = 0x2040 + MESSAGE_ID;
30: static final int NUMBER_REQUIRED = 0x2041 + MESSAGE_ID;
31: static final int DATE_REQUIRED = 0x2042 + MESSAGE_ID;
32: static final int OUT_OF_RANGE = 0x2043 + MESSAGE_ID;
33: static final int STRING_TOO_LONG = 0x2044 + MESSAGE_ID;
34: static final int ILLEGAL_VALUE = 0x2050 + MESSAGE_ID;
35: static final int UPLOAD_TITLE = 0x2100 + MESSAGE_ID;
36: static final int UPLOAD_MESSAGE = 0x2101 + MESSAGE_ID;
37: static final int UPLOAD_CANCEL = 0x2102 + MESSAGE_ID;
38: static final int UPLOAD_SUBMIT = 0x2103 + MESSAGE_ID;
39: static final int OK = 0x2200 + MESSAGE_ID;
40: static final int CANCEL = 0x2201 + MESSAGE_ID;
41: static final int YES = 0x2220 + MESSAGE_ID;
42: static final int NO = 0x2221 + MESSAGE_ID;
43: static final int RETRY = 0x2230 + MESSAGE_ID;
44: static final int ABORT = 0x2231 + MESSAGE_ID;
45: static final int IGNORE = 0x2232 + MESSAGE_ID;
46: static final int FIRST = 0x2300 + MESSAGE_ID;
47: static final int LAST = 0x2301 + MESSAGE_ID;
48: static final int PREV = 0x2302 + MESSAGE_ID;
49: static final int NEXT = 0x2303 + MESSAGE_ID;
50: }
|