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  
handleNotMappedValues — Property in class org.servebox.toolbox.form.SmartForm
When handleNotMappedValues is set to true, all key-value pairs in the source dictionary table that have not been mapped to a form element are stored in notMappedValues.
hasEventListener(type) — Method in class org.servebox.foundry.widget.WidgetProperty
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
hasEventListener(type) — Method in class org.servebox.toolbox.globalization.GlobalizationDictionaryReader
IEventDispatcher implementation.
hashCode() — Method in class org.servebox.commons.map.DictionaryTable
Returns the hashcode of the object.
hashCode() — Method in class org.servebox.commons.map.Hashtable
Returns the hashcode of the object.
hashCode() — Method in class org.servebox.commons.value.ArrayWrapper
Returns the hashcode of the object.
hashCode() — Method in class org.servebox.commons.value.BasicObject
Returns the hashcode of the object.
hashCode() — Method in interface org.servebox.commons.value.IBasicObject
Returns the hashcode of the object.
hashCode() — Method in class org.servebox.commons.value.ObjectWrapper
Returns the hashcode of the object.
hashCode() — Method in class org.servebox.toolbox.acl.BasicACLObject
Returns the hashcode of the object.
HashSet — Class in package org.servebox.commons.collection
Implementation the ISet interface.
HashSet(collection:org.servebox.commons.collection:ICollection) — Constructor in class org.servebox.commons.collection.HashSet
Hashtable — Class in package org.servebox.commons.map
This class is a port of the Java hashtable, which maps keys to values.
Hashtable() — Constructor in class org.servebox.commons.map.Hashtable
Creates a new Hashtable object.
hasNext() — Method in interface org.servebox.commons.collection.IIterator
Indicates whether the iterator has more elements when iterate the list in the forward direction.
hasNullObject(value) — Method in class org.servebox.toolbox.form.elements.SFComboBox
hasPrevious() — Method in interface org.servebox.commons.collection.IListIterator
Indicates whether the iterator has more elements when iterate the list in the backward direction.
HBoxView — Class in package org.servebox.foundry.view
HBoxView extends mx.containers.HBox and implements IView interface.
headMap(toKey) — Method in interface org.servebox.commons.map.ISortedMap
Retrieves the part of this map whose keys are strictly less than toKey.
headMap(toKey) — Method in class org.servebox.commons.map.SortedDictionaryTable
Retrieves the part of this map whose keys are strictly less than toKey.
headSet(toElement:org.servebox.commons.value:IBasicObject, inclusive) — Method in interface org.servebox.commons.collection.ISortedSet
Retrieves the part of this set whose elements are less than (or equal to, if inclusive is true) toElement.
headSet(toElement:org.servebox.commons.value:IBasicObject, inclusive) — Method in class org.servebox.commons.collection.SortedSet
Retrieves the part of this set whose elements are less than (or equal to, if inclusive is true) toElement.
HELP_MODE — Constant static property in class org.servebox.foundry.widget.MultiModeWidget
hideElements() — Method in class org.servebox.toolbox.form.SmartForm
Hides components wehn entering read mode.
hideRequiredIndicatorOnReadMode(formItem) — Method in class org.servebox.toolbox.form.manager.RequiredIndicatorManager
Hides required indicator.
hiliteSelectedNavItem(index) — Method in class org.servebox.toolbox.view.BrowsingTabBar
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