A B C D E F G H I J K L M N O P Q R S T U V W X

A

accumulate(String, Object) - Method in class org.daypilot.json.JSONObject
Accumulate values under a key.
add(TimeSpan) - Method in class org.daypilot.date.DateTime
 
add(TimeSpan) - Method in class org.daypilot.date.TimeSpan
 
addDays(int) - Method in class org.daypilot.date.DateTime
Returns a new DateTime object, increased by the specified number of days (accepts negative values).
addHours(int) - Method in class org.daypilot.date.DateTime
 
addMilliSeconds(int) - Method in class org.daypilot.date.DateTime
 
addMinutes(int) - Method in class org.daypilot.date.DateTime
Returns a new DateTime object, increased by the specified number of minutes (accepts negative values).
addMonths(int) - Method in class org.daypilot.date.DateTime
 
addSeconds(int) - Method in class org.daypilot.date.DateTime
 
addYears(int) - Method in class org.daypilot.date.DateTime
 
after(DateTime) - Method in class org.daypilot.date.DateTime
 
afterOrEqual(DateTime) - Method in class org.daypilot.date.DateTime
 
AMP - Static variable in class org.daypilot.json.XML
The Character '&'.
APOS - Static variable in class org.daypilot.json.XML
The Character '''.
append(String, Object) - Method in class org.daypilot.json.JSONObject
Append values to the array under a key.
array() - Method in class org.daypilot.json.JSONWriter
Begin appending a new array.

B

back() - Method in class org.daypilot.json.JSONTokener
Back up one character.
BANG - Static variable in class org.daypilot.json.XML
The Character '!'.
before(DateTime) - Method in class org.daypilot.date.DateTime
 
beforeOrEqual(DateTime) - Method in class org.daypilot.date.DateTime
 
bigger(DateTime) - Method in class org.daypilot.date.DateTime
 

C

calendar() - Method in class org.daypilot.date.DateTime
 
callback(JSONObject) - Method in class org.daypilot.ui.DayPilotCalendar
 
canParse(String) - Static method in class org.daypilot.date.DateTime
Return true if the string can be parsed using parse().
CDL - Class in org.daypilot.json
This provides static methods to convert comma delimited text into a JSONArray, and to covert a JSONArray into comma delimited text.
CDL() - Constructor for class org.daypilot.json.CDL
 
Column - Class in org.daypilot.data
 
Column() - Constructor for class org.daypilot.data.Column
 
Column(String, String) - Constructor for class org.daypilot.data.Column
 
ColumnCollection - Class in org.daypilot.data
 
ColumnCollection() - Constructor for class org.daypilot.data.ColumnCollection
 
CommandArgs - Class in org.daypilot.ui.args.calendar
 
CommandArgs() - Constructor for class org.daypilot.ui.args.calendar.CommandArgs
 
compareTo(DateTime) - Method in class org.daypilot.date.DateTime
 
Cookie - Class in org.daypilot.json
Convert a web browser cookie specification to a JSONObject and back.
Cookie() - Constructor for class org.daypilot.json.Cookie
 
CookieList - Class in org.daypilot.json
Convert a web browser cookie list string to a JSONObject and back.
CookieList() - Constructor for class org.daypilot.json.CookieList
 
CRLF - Static variable in class org.daypilot.json.HTTP
Carriage return/line feed.

D

DateTime - Class in org.daypilot.date
A helper class for date/time calculations.
DateTime() - Constructor for class org.daypilot.date.DateTime
Creates a new DateTime representing current date and time (now).
DateTime(long) - Constructor for class org.daypilot.date.DateTime
 
DateTime(Timestamp) - Constructor for class org.daypilot.date.DateTime
Creates a new DateTime object from an existing java.sql.Timestamp object.
DateTime(Timestamp, boolean) - Constructor for class org.daypilot.date.DateTime
 
DateTime(Date, boolean) - Constructor for class org.daypilot.date.DateTime
Creates a new DateTime object from an existing java.util.Date object.
DateTime(Date) - Constructor for class org.daypilot.date.DateTime
 
DateTime(String) - Constructor for class org.daypilot.date.DateTime
Creates a new DateTime object from a string in "2009-01-01T00:00:00" or "2009-01-01" format.
DateTime(int, int, int) - Constructor for class org.daypilot.date.DateTime
 
DateTime(long, TimeZone) - Constructor for class org.daypilot.date.DateTime
 
DayOfWeek - Enum in org.daypilot.date
 
DayPilotCalendar - Class in org.daypilot.ui
 
DayPilotCalendar() - Constructor for class org.daypilot.ui.DayPilotCalendar
 
dehexchar(char) - Static method in class org.daypilot.json.JSONTokener
Get the hex value of a character (base16).
doubleToString(double) - Static method in class org.daypilot.json.JSONObject
Produce a string from a double.

E

EMPTY - Static variable in class org.daypilot.date.DateTime
 
endArray() - Method in class org.daypilot.json.JSONWriter
End an array.
endObject() - Method in class org.daypilot.json.JSONWriter
End an object.
entity - Static variable in class org.daypilot.json.XMLTokener
The table of entity values.
EQ - Static variable in class org.daypilot.json.XML
The Character '='.
equals(Object) - Method in class org.daypilot.date.DateTime
 
escape(String) - Static method in class org.daypilot.json.Cookie
Produce a copy of a string in which the characters '+', '%', '=', ';' and control characters are replaced with "%hh".
escape(String) - Static method in class org.daypilot.json.XML
Replace special characters with XML escapes: & (ampersand) is replaced by &amp; < (less than) is replaced by &lt; > (greater than) is replaced by &gt; " (double quote) is replaced by &quot;
escape(Object) - Static method in class org.daypilot.util.Xml
 
escape(char) - Static method in class org.daypilot.util.Xml
 
escape(Character) - Static method in class org.daypilot.util.Xml
 
escape(String) - Static method in class org.daypilot.util.Xml
Performs the following substring replacements (to facilitate output to XML/HTML pages): & -> & < -> < > -> > " -> " ' -> ' See also OutSupport.writeEscapedXml().
EventActionArgs - Class in org.daypilot.ui.args.calendar
 
EventActionArgs() - Constructor for class org.daypilot.ui.args.calendar.EventActionArgs
 
EventClickArgs - Class in org.daypilot.ui.args.calendar
 
EventClickArgs() - Constructor for class org.daypilot.ui.args.calendar.EventClickArgs
 
EventMoveArgs - Class in org.daypilot.ui.args.calendar
 
EventMoveArgs() - Constructor for class org.daypilot.ui.args.calendar.EventMoveArgs
 
EventResizeArgs - Class in org.daypilot.ui.args.calendar
 
EventResizeArgs() - Constructor for class org.daypilot.ui.args.calendar.EventResizeArgs
 

F

firstDayOfMonth() - Method in class org.daypilot.date.DateTime
 
firstDayOfWeek() - Static method in class org.daypilot.date.Week
 
firstDayOfWeek(DateTime) - Static method in class org.daypilot.date.Week
 
firstDayOfWeek(DateTime, DayOfWeek) - Static method in class org.daypilot.date.Week
 
firstDayOfWeek(DateTime, Locale) - Static method in class org.daypilot.date.Week
 
firstDayOfYear() - Method in class org.daypilot.date.DateTime
 
firstWorkingDayOfWeek(DateTime) - Static method in class org.daypilot.date.Week
 
fromConstant(int) - Static method in enum org.daypilot.date.DayOfWeek
 
fromDateLocal(Date) - Static method in class org.daypilot.date.DateTime
 
fromDays(int) - Static method in class org.daypilot.date.TimeSpan
 
fromHours(int) - Static method in class org.daypilot.date.TimeSpan
 
fromJSON(JSONObject) - Static method in class org.daypilot.data.Column
 
fromJSON(JSONObject, JSONObject) - Static method in class org.daypilot.ui.args.calendar.CommandArgs
 
fromJSON(JSONObject, JSONObject) - Static method in class org.daypilot.ui.args.calendar.EventClickArgs
 
fromJSON(JSONObject, JSONObject) - Static method in class org.daypilot.ui.args.calendar.EventMoveArgs
 
fromJSON(JSONObject, JSONObject) - Static method in class org.daypilot.ui.args.calendar.EventResizeArgs
 
fromJSON(JSONObject, JSONObject) - Static method in class org.daypilot.ui.args.calendar.TimeRangeSelectedArgs
 
fromMinutes(int) - Static method in class org.daypilot.date.TimeSpan
 
fromOrdinal(int) - Static method in enum org.daypilot.date.DayOfWeek
 

G

get(int) - Method in class org.daypilot.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.daypilot.json.JSONObject
Get the value object associated with a key.
getBackColor() - Method in class org.daypilot.ui.DayPilotCalendar
 
getBoolean(int) - Method in class org.daypilot.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.daypilot.json.JSONObject
Get the boolean value associated with a key.
getBusinessBeginsHour() - Method in class org.daypilot.ui.DayPilotCalendar
 
getBusinessEndsHour() - Method in class org.daypilot.ui.DayPilotCalendar
 
getCause() - Method in exception org.daypilot.json.JSONException
 
getCommand() - Method in class org.daypilot.ui.args.calendar.CommandArgs
 
getData() - Method in class org.daypilot.ui.args.calendar.CommandArgs
 
getData() - Method in class org.daypilot.ui.args.calendar.EventActionArgs
 
getData() - Method in class org.daypilot.ui.args.calendar.TimeRangeSelectedArgs
 
getDataEndField() - Method in class org.daypilot.ui.DayPilotCalendar
 
getDataStartField() - Method in class org.daypilot.ui.DayPilotCalendar
 
getDataTextField() - Method in class org.daypilot.ui.DayPilotCalendar
 
getDataValueField() - Method in class org.daypilot.ui.DayPilotCalendar
 
getDate() - Method in class org.daypilot.data.Column
 
getDatePart() - Method in class org.daypilot.date.DateTime
 
getDateTime(String) - Method in class org.daypilot.json.JSONObject
 
getDay() - Method in class org.daypilot.date.DateTime
 
getDayHourMinuteString() - Method in class org.daypilot.date.TimeSpan
 
getDayOfWeek() - Method in class org.daypilot.date.DateTime
 
getDayOfWeekOrdinal() - Method in class org.daypilot.date.DateTime
 
getDayOfYear() - Method in class org.daypilot.date.DateTime
 
getDays() - Method in class org.daypilot.date.TimeSpan
 
getDays() - Method in class org.daypilot.ui.DayPilotCalendar
 
getDaysOfMonth() - Method in class org.daypilot.date.DateTime
 
getDaysOfYear() - Method in class org.daypilot.date.DateTime
 
getDefaultWeekStart() - Static method in enum org.daypilot.date.DayOfWeek
 
getDefaultWeekStart(Locale) - Static method in enum org.daypilot.date.DayOfWeek
 
getDouble(int) - Method in class org.daypilot.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.daypilot.json.JSONObject
Get the double value associated with a key.
getEnd() - Method in class org.daypilot.ui.args.calendar.EventActionArgs
 
getEnd() - Method in class org.daypilot.ui.args.calendar.TimeRangeSelectedArgs
 
getEvents() - Method in class org.daypilot.ui.DayPilotCalendar
 
getFirstDayOfWeek() - Method in class org.daypilot.ui.DayPilotCalendar
 
getHeaderDateFormat() - Method in class org.daypilot.ui.DayPilotCalendar
 
getHeightSpec() - Method in class org.daypilot.ui.DayPilotCalendar
 
getHour() - Method in class org.daypilot.date.DateTime
 
getHour(DateTime, TimeFormat, String, Locale) - Static method in class org.daypilot.date.TimeFormatter
 
getHour(int, TimeFormat, String, Locale) - Static method in class org.daypilot.date.TimeFormatter
 
getHourFontColor() - Method in class org.daypilot.ui.DayPilotCalendar
 
getHourFontFamily() - Method in class org.daypilot.ui.DayPilotCalendar
 
getHourFontSize() - Method in class org.daypilot.ui.DayPilotCalendar
 
getHourMinutes(DateTime, TimeFormat, Locale) - Static method in class org.daypilot.date.TimeFormatter
 
getHourMinutes(TimeSpan, TimeFormat, Locale) - Static method in class org.daypilot.date.TimeFormatter
 
getHourMinuteString() - Method in class org.daypilot.date.TimeSpan
 
getHours() - Method in class org.daypilot.date.TimeSpan
 
getId() - Method in class org.daypilot.ui.DayPilotCalendar
 
getInt(int) - Method in class org.daypilot.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.daypilot.json.JSONObject
Get the int value associated with a key.
getJSON() - Method in class org.daypilot.data.Column
 
getJSON() - Method in class org.daypilot.data.ColumnCollection
 
getJSONArray(int) - Method in class org.daypilot.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.daypilot.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.daypilot.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.daypilot.json.JSONObject
Get the JSONObject value associated with a key.
getLocale() - Method in class org.daypilot.ui.DayPilotCalendar
 
getLong(int) - Method in class org.daypilot.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.daypilot.json.JSONObject
Get the long value associated with a key.
getMilliSeconds() - Method in class org.daypilot.date.TimeSpan
 
getMinute() - Method in class org.daypilot.date.DateTime
 
getMinutes() - Method in class org.daypilot.date.TimeSpan
 
getMonth() - Method in class org.daypilot.date.DateTime
 
getMonthName(DateTime, Locale) - Method in class org.daypilot.date.DateTime
 
getName() - Method in class org.daypilot.data.Column
 
getNames(JSONObject) - Static method in class org.daypilot.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class org.daypilot.json.JSONObject
Get an array of field names from an Object.
getNewEnd() - Method in class org.daypilot.ui.args.calendar.EventMoveArgs
 
getNewEnd() - Method in class org.daypilot.ui.args.calendar.EventResizeArgs
 
getNewStart() - Method in class org.daypilot.ui.args.calendar.EventMoveArgs
 
getNewStart() - Method in class org.daypilot.ui.args.calendar.EventResizeArgs
 
getRequest() - Method in class org.daypilot.ui.DayPilotCalendar
 
getResponse() - Method in class org.daypilot.ui.DayPilotCalendar
 
getSeconds() - Method in class org.daypilot.date.TimeSpan
 
getStart() - Method in class org.daypilot.ui.args.calendar.EventActionArgs
 
getStart() - Method in class org.daypilot.ui.args.calendar.TimeRangeSelectedArgs
 
getStartDate() - Method in class org.daypilot.ui.DayPilotCalendar
 
getString(int) - Method in class org.daypilot.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.daypilot.json.JSONObject
Get the string associated with a key.
getText() - Method in class org.daypilot.ui.args.calendar.EventActionArgs
 
getTicks() - Method in class org.daypilot.date.DateTime
 
getTicks() - Method in class org.daypilot.date.TimeSpan
 
getTimeFormat() - Method in class org.daypilot.ui.DayPilotCalendar
 
getTimeOfDay() - Method in class org.daypilot.date.DateTime
 
getTimezone() - Method in class org.daypilot.date.DateTime
 
getToday() - Static method in class org.daypilot.date.DateTime
 
getToday(TimeZone) - Static method in class org.daypilot.date.DateTime
Returns beginning of this day in the given time zone.
getToolTip() - Method in class org.daypilot.data.Column
 
getTotalDays() - Method in class org.daypilot.date.TimeSpan
 
getTotalHours() - Method in class org.daypilot.date.TimeSpan
 
getTotalMilliseconds() - Method in class org.daypilot.date.TimeSpan
 
getTotalMinutes() - Method in class org.daypilot.date.TimeSpan
 
getTotalSeconds() - Method in class org.daypilot.date.TimeSpan
 
getUpdateType() - Method in class org.daypilot.ui.DayPilotCalendar
 
getValue() - Method in class org.daypilot.data.Column
 
getValue() - Method in class org.daypilot.ui.args.calendar.EventActionArgs
 
getViewType() - Method in class org.daypilot.ui.DayPilotCalendar
 
getVisibleEnd() - Method in class org.daypilot.ui.DayPilotCalendar
 
getVisibleStart() - Method in class org.daypilot.ui.DayPilotCalendar
 
getYear() - Method in class org.daypilot.date.DateTime
 
GT - Static variable in class org.daypilot.json.XML
The Character '>'.

H

has(String) - Method in class org.daypilot.json.JSONObject
Determine if the JSONObject contains a specific key.
HeightSpec - Enum in org.daypilot.ui.enums
 
HIGHEST_SPECIAL - Static variable in class org.daypilot.util.Xml
 
HTTP - Class in org.daypilot.json
Convert an HTTP header to a JSONObject and back.
HTTP() - Constructor for class org.daypilot.json.HTTP
 
HTTPTokener - Class in org.daypilot.json
The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers.
HTTPTokener(String) - Constructor for class org.daypilot.json.HTTPTokener
Construct an XMLTokener from a string.

I

inZoneByName(TimeZone) - Method in class org.daypilot.date.DateTime
 
isEventHeaderVisible() - Method in class org.daypilot.ui.DayPilotCalendar
 
isNull(int) - Method in class org.daypilot.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.daypilot.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isNullOrEmpty(String) - Static method in class org.daypilot.util.Str
 
isValid(String) - Static method in enum org.daypilot.ui.enums.TimeFormat
 
isValid(String) - Static method in class org.daypilot.util.LocaleParser
 
isWeekend() - Method in class org.daypilot.date.DateTime
 
isZero() - Method in class org.daypilot.date.TimeSpan
 

J

join(String) - Method in class org.daypilot.json.JSONArray
Make a string from the contents of this JSONArray.
join(List<?>, String) - Static method in class org.daypilot.util.Str
 
JSONArray - Class in org.daypilot.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.daypilot.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.daypilot.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.daypilot.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class org.daypilot.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Collection, boolean) - Constructor for class org.daypilot.json.JSONArray
Construct a JSONArray from a collection of beans.
JSONArray(Object) - Constructor for class org.daypilot.json.JSONArray
Construct a JSONArray from an array
JSONArray(Object, boolean) - Constructor for class org.daypilot.json.JSONArray
Construct a JSONArray from an array with a bean.
JSONException - Exception in org.daypilot.json
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception org.daypilot.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception org.daypilot.json.JSONException
 
JSONML - Class in org.daypilot.json
This provides static methods to convert an XML text into a JSONArray or JSONObject, and to covert a JSONArray or JSONObject into an XML text using the JsonML transform.
JSONML() - Constructor for class org.daypilot.json.JSONML
 
JSONObject - Class in org.daypilot.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.daypilot.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.daypilot.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.daypilot.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class org.daypilot.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Map, boolean) - Constructor for class org.daypilot.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class org.daypilot.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, boolean) - Constructor for class org.daypilot.json.JSONObject
Construct JSONObject from the given bean.
JSONObject(Object, String[]) - Constructor for class org.daypilot.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class org.daypilot.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONString - Interface in org.daypilot.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in org.daypilot.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class org.daypilot.json.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in org.daypilot.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class org.daypilot.json.JSONTokener
Construct a JSONTokener from a string.
JSONTokener(String) - Constructor for class org.daypilot.json.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in org.daypilot.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class org.daypilot.json.JSONWriter
Make a fresh JSONWriter.

K

key(String) - Method in class org.daypilot.json.JSONWriter
Append a key.
keys() - Method in class org.daypilot.json.JSONObject
Get an enumeration of the keys of the JSONObject.

L

length() - Method in class org.daypilot.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.daypilot.json.JSONObject
Get the number of keys stored in the JSONObject.
loadEvent(JSONObject) - Method in class org.daypilot.ui.args.calendar.EventActionArgs
 
LocaleParser - Class in org.daypilot.util
 
LocaleParser() - Constructor for class org.daypilot.util.LocaleParser
 
LT - Static variable in class org.daypilot.json.XML
The Character '<'.

M

MAX - Static variable in class org.daypilot.date.DateTime
 
MIN - Static variable in class org.daypilot.date.DateTime
 
minus(DateTime) - Method in class org.daypilot.date.DateTime
 
mode - Variable in class org.daypilot.json.JSONWriter
The current mode.
more() - Method in class org.daypilot.json.JSONTokener
Determine if the source string still contains characters that next() can consume.

N

names() - Method in class org.daypilot.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
next() - Method in class org.daypilot.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.daypilot.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.daypilot.json.JSONTokener
Get the next n characters.
nextCDATA() - Method in class org.daypilot.json.XMLTokener
Get the text in the CDATA block.
nextClean() - Method in class org.daypilot.json.JSONTokener
Get the next char in the string, skipping whitespace.
nextContent() - Method in class org.daypilot.json.XMLTokener
Get the next XML outer token, trimming whitespace.
nextEntity(char) - Method in class org.daypilot.json.XMLTokener
Return the next entity.
nextMeta() - Method in class org.daypilot.json.XMLTokener
Returns the next XML meta token.
nextString(char) - Method in class org.daypilot.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.daypilot.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.daypilot.json.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextToken() - Method in class org.daypilot.json.HTTPTokener
Get the next token or string.
nextToken() - Method in class org.daypilot.json.XMLTokener
Get the next XML Token.
nextValue() - Method in class org.daypilot.json.JSONTokener
Get the next value.
noSpace(String) - Static method in class org.daypilot.json.XML
Throw an exception if the string contains whitespace.
NULL - Static variable in class org.daypilot.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class org.daypilot.json.JSONObject
Produce a string from a Number.

O

object() - Method in class org.daypilot.json.JSONWriter
Begin appending a new object.
onCommand(CommandArgs) - Method in class org.daypilot.ui.DayPilotCalendar
 
onEventClick(EventClickArgs) - Method in class org.daypilot.ui.DayPilotCalendar
 
onEventMove(EventMoveArgs) - Method in class org.daypilot.ui.DayPilotCalendar
 
onEventResize(EventResizeArgs) - Method in class org.daypilot.ui.DayPilotCalendar
 
onFinish() - Method in class org.daypilot.ui.DayPilotCalendar
 
onInit() - Method in class org.daypilot.ui.DayPilotCalendar
 
onPrepare() - Method in class org.daypilot.ui.DayPilotCalendar
 
onTimeRangeSelected(TimeRangeSelectedArgs) - Method in class org.daypilot.ui.DayPilotCalendar
 
opt(int) - Method in class org.daypilot.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.daypilot.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.daypilot.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.daypilot.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.daypilot.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.daypilot.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.daypilot.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.daypilot.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.daypilot.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.daypilot.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class org.daypilot.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.daypilot.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.daypilot.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.daypilot.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class org.daypilot.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.daypilot.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.daypilot.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.daypilot.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.daypilot.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.daypilot.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.daypilot.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.daypilot.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class org.daypilot.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.daypilot.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.daypilot.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.daypilot.json.JSONObject
Get an optional string associated with a key.
org.daypilot.data - package org.daypilot.data
 
org.daypilot.date - package org.daypilot.date
 
org.daypilot.json - package org.daypilot.json
 
org.daypilot.ui - package org.daypilot.ui
 
org.daypilot.ui.args.calendar - package org.daypilot.ui.args.calendar
 
org.daypilot.ui.enums - package org.daypilot.ui.enums
 
org.daypilot.util - package org.daypilot.util
 

P

parse(String) - Static method in enum org.daypilot.ui.enums.HeightSpec
 
parse(String) - Static method in enum org.daypilot.ui.enums.TimeFormat
 
parse(String) - Static method in enum org.daypilot.ui.enums.ViewType
 
parse(String) - Static method in class org.daypilot.util.LocaleParser
 
parseAsLocal(Object) - Static method in class org.daypilot.date.DateTime
 
parseSoft(String) - Static method in enum org.daypilot.ui.enums.HeightSpec
 
parseSoft(String) - Static method in enum org.daypilot.ui.enums.ViewType
Parses a String.
parseString(String) - Static method in class org.daypilot.date.DateTime
 
process(HttpServletRequest, HttpServletResponse) - Method in class org.daypilot.ui.DayPilotCalendar
 
put(boolean) - Method in class org.daypilot.json.JSONArray
Append a boolean value.
put(Collection) - Method in class org.daypilot.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.daypilot.json.JSONArray
Append a double value.
put(int) - Method in class org.daypilot.json.JSONArray
Append an int value.
put(long) - Method in class org.daypilot.json.JSONArray
Append an long value.
put(Map) - Method in class org.daypilot.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.daypilot.json.JSONArray
Append an object value.
put(int, boolean) - Method in class org.daypilot.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class org.daypilot.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.daypilot.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.daypilot.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.daypilot.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class org.daypilot.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class org.daypilot.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, Collection) - Method in class org.daypilot.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, boolean) - Method in class org.daypilot.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class org.daypilot.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.daypilot.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.daypilot.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class org.daypilot.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.daypilot.json.JSONObject
Put a key/value pair in the JSONObject.
putOnce(String, Object) - Method in class org.daypilot.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class org.daypilot.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

Q

QUEST - Static variable in class org.daypilot.json.XML
The Character '?'.
QUOT - Static variable in class org.daypilot.json.XML
The Character '"'.
quote(String) - Static method in class org.daypilot.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

remove(String) - Method in class org.daypilot.json.JSONObject
Remove a name and its value, if present.
resolve(Locale) - Method in enum org.daypilot.ui.enums.TimeFormat
 
restoreFromJSON(JSONArray) - Method in class org.daypilot.data.ColumnCollection
 
rowToJSONArray(JSONTokener) - Static method in class org.daypilot.json.CDL
Produce a JSONArray of strings from a row of comma delimited values.
rowToJSONObject(JSONArray, JSONTokener) - Static method in class org.daypilot.json.CDL
Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements.
rowToString(JSONArray) - Static method in class org.daypilot.json.CDL
Produce a comma delimited text row from a JSONArray.

S

setBackColor(String) - Method in class org.daypilot.ui.DayPilotCalendar
 
setBusinessBeginsHour(int) - Method in class org.daypilot.ui.DayPilotCalendar
 
setBusinessEndsHour(int) - Method in class org.daypilot.ui.DayPilotCalendar
 
setData(JSONObject) - Method in class org.daypilot.ui.args.calendar.EventActionArgs
 
setDataEndField(String) - Method in class org.daypilot.ui.DayPilotCalendar
 
setDataStartField(String) - Method in class org.daypilot.ui.DayPilotCalendar
 
setDataTextField(String) - Method in class org.daypilot.ui.DayPilotCalendar
 
setDataValueField(String) - Method in class org.daypilot.ui.DayPilotCalendar
 
setDate(DateTime) - Method in class org.daypilot.data.Column
 
setDays(int) - Method in class org.daypilot.ui.DayPilotCalendar
 
setEventHeaderVisible(boolean) - Method in class org.daypilot.ui.DayPilotCalendar
 
setEvents(Collection<?>) - Method in class org.daypilot.ui.DayPilotCalendar
 
setHeaderDateFormat(String) - Method in class org.daypilot.ui.DayPilotCalendar
 
setHeightSpec(HeightSpec) - Method in class org.daypilot.ui.DayPilotCalendar
 
setHourFontColor(String) - Method in class org.daypilot.ui.DayPilotCalendar
 
setHourFontFamily(String) - Method in class org.daypilot.ui.DayPilotCalendar
 
setHourFontSize(String) - Method in class org.daypilot.ui.DayPilotCalendar
 
setLocale(Locale) - Method in class org.daypilot.ui.DayPilotCalendar
 
setName(String) - Method in class org.daypilot.data.Column
 
setStartDate(DateTime) - Method in class org.daypilot.ui.DayPilotCalendar
 
setTimeFormat(TimeFormat) - Method in class org.daypilot.ui.DayPilotCalendar
 
setTimezone(TimeZone) - Method in class org.daypilot.date.DateTime
 
setToolTip(String) - Method in class org.daypilot.data.Column
 
setUpdateType(UpdateType) - Method in class org.daypilot.ui.DayPilotCalendar
 
setValue(String) - Method in class org.daypilot.data.Column
 
setViewType(ViewType) - Method in class org.daypilot.ui.DayPilotCalendar
 
skipPast(String) - Method in class org.daypilot.json.XMLTokener
Skip characters until past the requested string.
skipTo(char) - Method in class org.daypilot.json.JSONTokener
Skip characters until the next character is the requested character.
SLASH - Static variable in class org.daypilot.json.XML
The Character '/'.
smaller(DateTime) - Method in class org.daypilot.date.DateTime
 
sortedKeys() - Method in class org.daypilot.json.JSONObject
Get an enumeration of the keys of the JSONObject.
specialCharactersRepresentation - Static variable in class org.daypilot.util.Xml
 
Str - Class in org.daypilot.util
 
Str() - Constructor for class org.daypilot.util.Str
 
stringToValue(String) - Static method in class org.daypilot.json.JSONObject
Try to convert a string into a number, boolean, or null.
syntaxError(String) - Method in class org.daypilot.json.JSONTokener
Make a JSONException to signal a syntax error.

T

ticks - Variable in class org.daypilot.date.DateTime
 
TimeFormat - Enum in org.daypilot.ui.enums
 
TimeFormatter - Class in org.daypilot.date
 
TimeFormatter() - Constructor for class org.daypilot.date.TimeFormatter
 
TimeRangeSelectedArgs - Class in org.daypilot.ui.args.calendar
 
TimeRangeSelectedArgs() - Constructor for class org.daypilot.ui.args.calendar.TimeRangeSelectedArgs
 
TimeSpan - Class in org.daypilot.date
 
TimeSpan(long) - Constructor for class org.daypilot.date.TimeSpan
 
toDate() - Method in class org.daypilot.date.DateTime
 
toDateString(Locale) - Method in class org.daypilot.date.DateTime
 
toDateString() - Method in class org.daypilot.date.DateTime
 
toDateTimeString(Locale) - Method in class org.daypilot.date.DateTime
 
today() - Static method in class org.daypilot.date.DateTime
 
toJSONArray(String) - Static method in class org.daypilot.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONTokener) - Static method in class org.daypilot.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONArray, String) - Static method in class org.daypilot.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(JSONArray, JSONTokener) - Static method in class org.daypilot.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(String) - Static method in class org.daypilot.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(XMLTokener) - Static method in class org.daypilot.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(JSONArray) - Method in class org.daypilot.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(String) - Static method in class org.daypilot.json.Cookie
Convert a cookie specification string into a JSONObject.
toJSONObject(String) - Static method in class org.daypilot.json.CookieList
Convert a cookie list into a JSONObject.
toJSONObject(String) - Static method in class org.daypilot.json.HTTP
Convert an HTTP header string into a JSONObject.
toJSONObject(JSONArray) - Method in class org.daypilot.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONObject(XMLTokener) - Static method in class org.daypilot.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(String) - Static method in class org.daypilot.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(String) - Static method in class org.daypilot.json.XML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
toJSONString() - Method in interface org.daypilot.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toOrdinal() - Method in enum org.daypilot.date.DayOfWeek
 
toString() - Method in class org.daypilot.date.DateTime
Converts DateTime to a String in "2009-01-01T00:00:00" format.
toString(String) - Method in class org.daypilot.date.DateTime
Formats the date using the specified pattern (see http://java.sun.com/javase/6/docs/api/index.html?
toString(String, Locale) - Method in class org.daypilot.date.DateTime
Formats the date using the specified pattern (see http://java.sun.com/javase/6/docs/api/index.html?
toString() - Method in class org.daypilot.date.TimeSpan
 
toString(JSONArray) - Static method in class org.daypilot.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects.
toString(JSONArray, JSONArray) - Static method in class org.daypilot.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects using a provided list of names.
toString(JSONObject) - Static method in class org.daypilot.json.Cookie
Convert a JSONObject into a cookie specification string.
toString(JSONObject) - Static method in class org.daypilot.json.CookieList
Convert a JSONObject into a cookie list.
toString(JSONObject) - Static method in class org.daypilot.json.HTTP
Convert a JSONObject into an HTTP header.
toString() - Method in class org.daypilot.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class org.daypilot.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString(JSONArray) - Static method in class org.daypilot.json.JSONML
Reverse the JSONML transformation, making an XML text from a JSONArray.
toString(JSONObject) - Static method in class org.daypilot.json.JSONML
Reverse the JSONML transformation, making an XML text from a JSONObject.
toString() - Method in class org.daypilot.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class org.daypilot.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.daypilot.json.JSONStringer
Return the JSON text.
toString() - Method in class org.daypilot.json.JSONTokener
Make a printable string of this JSONTokener.
toString(Object) - Static method in class org.daypilot.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString(Object, String) - Static method in class org.daypilot.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString() - Method in enum org.daypilot.ui.enums.HeightSpec
 
toString() - Method in enum org.daypilot.ui.enums.TimeFormat
 
toString() - Method in enum org.daypilot.ui.enums.UpdateType
 
toString() - Method in enum org.daypilot.ui.enums.ViewType
 
toStringIso8601() - Method in class org.daypilot.date.DateTime
Converts DateTime to a String in ISO 8601 format ("2009-01-01T00:00:00").
toStringOrNull(Object) - Static method in class org.daypilot.util.Str
 
toStringSortable() - Method in class org.daypilot.date.DateTime
Converts DateTime to a sortable string format.
toTimeStamp() - Method in class org.daypilot.date.DateTime
Converts DateTime to a java.sql.Timestamp object.
tz(TimeZone) - Method in class org.daypilot.date.DateTime
Returns a new DateTime instance with timezone set to tz.

U

unescape(String) - Static method in class org.daypilot.json.Cookie
Convert %hh sequences to single characters, and convert plus to space.
update(UpdateType) - Method in class org.daypilot.ui.DayPilotCalendar
 
update() - Method in class org.daypilot.ui.DayPilotCalendar
Updates the client (using CallBackUpdateType.EVENTS_ONLY).
UpdateType - Enum in org.daypilot.ui.enums
 
UTC - Static variable in class org.daypilot.date.DateTime
 
utc() - Method in class org.daypilot.date.DateTime
Returns a new DateTime instance with timezone set to UTC.

V

value(boolean) - Method in class org.daypilot.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class org.daypilot.json.JSONWriter
Append a double value.
value(long) - Method in class org.daypilot.json.JSONWriter
Append a long value.
value(Object) - Method in class org.daypilot.json.JSONWriter
Append an object value.
valueOf(String) - Static method in enum org.daypilot.date.DayOfWeek
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.daypilot.ui.enums.HeightSpec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.daypilot.ui.enums.TimeFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.daypilot.ui.enums.UpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.daypilot.ui.enums.ViewType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.daypilot.date.DayOfWeek
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.daypilot.ui.enums.HeightSpec
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.daypilot.ui.enums.TimeFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.daypilot.ui.enums.UpdateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.daypilot.ui.enums.ViewType
Returns an array containing the constants of this enum type, in the order they are declared.
ViewType - Enum in org.daypilot.ui.enums
 

W

Week - Class in org.daypilot.date
 
Week() - Constructor for class org.daypilot.date.Week
 
weekNrISO8601(DateTime) - Static method in class org.daypilot.date.Week
 
write(Writer) - Method in class org.daypilot.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class org.daypilot.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
writer - Variable in class org.daypilot.json.JSONWriter
The writer that will receive the output.

X

XML - Class in org.daypilot.json
This provides static methods to convert an XML text into a JSONObject, and to covert a JSONObject into an XML text.
XML() - Constructor for class org.daypilot.json.XML
 
Xml - Class in org.daypilot.util
 
Xml() - Constructor for class org.daypilot.util.Xml
 
XMLTokener - Class in org.daypilot.json
The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts.
XMLTokener(String) - Constructor for class org.daypilot.json.XMLTokener
Construct an XMLTokener from a string.

A B C D E F G H I J K L M N O P Q R S T U V W X

Version 1.0.453
Copyright © 2012 Annpoint, s.r.o. All Rights Reserved.