A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
Widget — Class in package org.servebox.foundry.widget
Widget is designed to embed a graphic composant and his code througth the manager class.
Widget() — Constructor in class org.servebox.foundry.widget.Widget
WidgetError — Class in package org.servebox.foundry.widget
A WidgetError is thrown if an error occurs in the Widget.
WidgetError(message, code) — Constructor in class org.servebox.foundry.widget.WidgetError
Creates a new WidgetError.
WidgetManager — Class in package org.servebox.foundry.widget
WidgetManager is for a widget what is a viewhelper for a view.
WidgetManager() — Constructor in class org.servebox.foundry.widget.WidgetManager
WidgetProperty — Class in package org.servebox.foundry.widget
Represents a property of widget.
WidgetProperty() — Constructor in class org.servebox.foundry.widget.WidgetProperty
Creates a new WidgetProperty object.
willTrigger(type) — Method in class org.servebox.foundry.widget.WidgetProperty
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
willTrigger(type) — Method in class org.servebox.toolbox.globalization.GlobalizationDictionaryReader
IEventDispatcher implementation.
WordIndex — Class in package org.servebox.toolbox.search
WordIndex is a Dictionary used to link objects to single words, for search purpose.
WordIndex() — Constructor in class org.servebox.toolbox.search.WordIndex
Constructor.
writeBoolean(out, value) — Static method in class org.servebox.commons.utils.SerializationUtils
Writes a Boolean.
writeBytes(out, value) — Static method in class org.servebox.commons.utils.SerializationUtils
Writes a ByteArray.
writeCollection(out, val) — Static method in class org.servebox.commons.utils.SerializationUtils
Writes a Collection.
writeDouble(out, val) — Static method in class org.servebox.commons.utils.SerializationUtils
Writes a Double.
writeFloat(out, val) — Static method in class org.servebox.commons.utils.SerializationUtils
Writes a Float.
writeInteger(out, val) — Static method in class org.servebox.commons.utils.SerializationUtils
Writes an Integer.
writeLong(out, val) — Static method in class org.servebox.commons.utils.SerializationUtils
Writes a Long.
writeObject(out, val) — Static method in class org.servebox.commons.utils.SerializationUtils
Writes an Object.
writeShort(out, val) — Static method in class org.servebox.commons.utils.SerializationUtils
Writes a Short.
writeUTF(out, value) — Static method in class org.servebox.commons.utils.SerializationUtils
Writes an UTF 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  Y  Z