| 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 |
| readBoolean(input) — Static method in class org.servebox.commons.utils.SerializationUtils |
|
Retrieves a Boolean. |
| readBytes(input) — Static method in class org.servebox.commons.utils.SerializationUtils |
|
Retrieves a ByteArray. |
| readCollection(input) — Static method in class org.servebox.commons.utils.SerializationUtils |
|
Retrieves a Collection. |
| readDouble(input) — Static method in class org.servebox.commons.utils.SerializationUtils |
|
Retrieves a Double as a Number. |
| readFloat(input) — Static method in class org.servebox.commons.utils.SerializationUtils |
|
Retrieves a Float as a Number. |
| readInteger(input) — Static method in class org.servebox.commons.utils.SerializationUtils |
|
Retrieves an Integer. |
| readLong(input) — Static method in class org.servebox.commons.utils.SerializationUtils |
|
Retrieves a Long as a Number. |
| READ_MODE — Constant static property in class org.servebox.toolbox.form.SmartForm |
| |
| readObject(input) — Static method in class org.servebox.commons.utils.SerializationUtils |
|
Retrieves an Object. |
| readQueryString() — Static method in class org.servebox.commons.utils.URLUtils |
|
Returns an array of the parameters in the query string. |
| readShort(input) — Static method in class org.servebox.commons.utils.SerializationUtils |
|
Retrieves a Short as an Integer. |
| readUTF(input) — Static method in class org.servebox.commons.utils.SerializationUtils |
|
Retrieves an UTF string. |
| readValuesFromSmartFormElementsCatalog() — Method in class org.servebox.toolbox.form.SmartForm |
|
Loops over all form elements and builds the new DictionaryTable. |
| recursiveAccessorsGet(dt:org.servebox.commons.map:DictionaryTable, obj:org.servebox.commons.value:IBasicObject, key) — Static method in class org.servebox.commons.map.MapUtils |
|
Unserializes an object from a DictionaryTable using keyRoot as the root property path. |
| recursiveAccessorsPut(dt:org.servebox.commons.map:DictionaryTable, obj:org.servebox.commons.value:IBasicObject, keyRoot, keepObjects) — Static method in class org.servebox.commons.map.MapUtils |
|
Serializes an object to a DictionaryTable using keyRoot as the root property path. |
| referencedValue — Property in class org.servebox.toolbox.form.elements.SFCheckBox |
|
|
| referencedValue — Property in class org.servebox.toolbox.form.elements.SFRadioButton |
|
|
| REFRESH — Constant static property in class org.servebox.toolbox.form.event.SmartFormEvent |
| |
| refreshReadSmartFormElements() — Method in class org.servebox.toolbox.form.SmartForm |
|
Refreshes simple and complex renderers in read mode. |
| registerBusinessDelegate(delegate:org.servebox.foundry.service:IBusinessDelegate, id) — Method in class org.servebox.foundry.control.AbstractBaseController |
|
Registers an IBusinessDelegate instance to the AbstractBaseController. |
| registerModel(id, model:org.servebox.foundry.model:AbstractModel) — Method in class org.servebox.foundry.model.ModelLocator |
|
Registers a reference to the model with an id
|
| registerObserver(o:org.servebox.foundry.observation:IObserver, notificationFilters) — Method in class org.servebox.foundry.model.AbstractModel |
|
Refisters an observer to the model. |
| registerObserver(o:org.servebox.foundry.observation:IObserver, notificationFilters) — Method in interface org.servebox.foundry.observation.IObservable |
|
Refisters an observer to the model. |
| registerService(id, service) — Method in class org.servebox.foundry.service.ServiceLocator |
|
Registers a reference to the service with an id. |
| registerSubTypeMapping(type, clazz, ignoreRecursion) — Static method in class org.servebox.commons.map.MapUtils |
|
Registers a type mapping used to instantiate sub-objects while using getObjectFromDictionaryTable method. |
| registerToModels() — Method in class org.servebox.foundry.view.ViewHelper |
|
Registers the ViewHelper instance to the models. |
| registerViewHelper(id, view:org.servebox.foundry.view:ViewHelper) — Method in class org.servebox.foundry.view.ViewLocator |
|
Registers a ViewHelper to the ViewLocator. |
| remaining() — Method in class org.servebox.toolbox.browsing.BrowsingSequence |
| |
| remove(o:org.servebox.commons.value:IBasicObject) — Method in class org.servebox.commons.collection.AbstractCollection |
|
Removes the specified element from the collection. |
| remove(o:org.servebox.commons.value:IBasicObject) — Method in class org.servebox.commons.collection.AbstractSet |
|
Removes the specified element from the collection. |
| remove(o:org.servebox.commons.value:IBasicObject) — Method in class org.servebox.commons.collection.HashSet |
|
Removes the specified element from the collection. |
| remove(o:org.servebox.commons.value:IBasicObject) — Method in interface org.servebox.commons.collection.ICollection |
|
Removes the specified element from the collection. |
| remove() — Method in interface org.servebox.commons.collection.IIterator |
|
Removes the current element. |
| remove(o:org.servebox.commons.value:IBasicObject) — Method in class org.servebox.commons.collection.SortedSet |
|
Removes the specified element from the collection. |
| remove(key) — Method in class org.servebox.commons.map.DictionaryTable |
|
Removes the key (and its corresponding value) from this dictionary. |
| remove(key) — Method in class org.servebox.commons.map.Hashtable |
|
Removes the mapping for this key from this map if present (optional operation). |
| remove(key) — Method in interface org.servebox.commons.map.IMap |
|
Removes the mapping for this key from this map if present (optional operation). |
| removeAll(c:org.servebox.commons.collection:ICollection) — Method in class org.servebox.commons.collection.AbstractCollection |
|
Removes the specified elements from the collection. |
| removeAll(c:org.servebox.commons.collection:ICollection) — Method in class org.servebox.commons.collection.AbstractSet |
|
Removes the specified elements from the collection. |
| removeAll(c:org.servebox.commons.collection:ICollection) — Method in interface org.servebox.commons.collection.ICollection |
|
Removes the specified elements from the collection. |
| removeAt(i) — Method in class org.servebox.commons.collection.ArrayList |
|
Removes the specified element from the collection at the specified index. |
| removeAt(i) — Method in interface org.servebox.commons.collection.IList |
|
Removes the specified element from the collection at the specified index. |
| removeEventListener(type, listener, useCapture) — Method in class org.servebox.foundry.widget.WidgetProperty |
|
Removes a listener from the EventDispatcher object. |
| removeEventListener(type, listener, useCapture) — Method in class org.servebox.toolbox.globalization.GlobalizationDictionaryReader |
|
IEventDispatcher implementation. |
| render() — Method in interface org.servebox.toolbox.form.elements.ISmartFormElement |
|
Describes how component render itself on SmartForm.READ_MODE. |
| render() — Method in class org.servebox.toolbox.form.elements.SFCheckBox |
| |
| render() — Method in class org.servebox.toolbox.form.elements.SFCheckBoxSet |
| |
| render() — Method in class org.servebox.toolbox.form.elements.SFComboBox |
| |
| render() — Method in class org.servebox.toolbox.form.elements.SFDateCombo |
| |
| render() — Method in class org.servebox.toolbox.form.elements.SFDateField |
| |
| render() — Method in class org.servebox.toolbox.form.elements.SFHSlider |
| |
| render() — Method in class org.servebox.toolbox.form.elements.SFNumericStepper |
|
Describes how component render itself on SmartForm.READ_MODE. |
| render() — Method in class org.servebox.toolbox.form.elements.SFRadioButtonSet |
| |
| render() — Method in class org.servebox.toolbox.form.elements.SFTextArea |
| |
| render() — Method in class org.servebox.toolbox.form.elements.SFTextInput |
| |
| render() — Method in class org.servebox.toolbox.form.elements.SFVSlider |
| |
| renderer — Property in interface org.servebox.toolbox.form.elements.ISmartFormElement |
|
Provides a complexe Container for rendering data. |
| renderer — Property in class org.servebox.toolbox.form.elements.SFCheckBox |
|
|
| renderer — Property in class org.servebox.toolbox.form.elements.SFCheckBoxSet |
|
|
| renderer — Property in class org.servebox.toolbox.form.elements.SFComboBox |
|
|
| renderer — Property in class org.servebox.toolbox.form.elements.SFDateCombo |
|
|
| renderer — Property in class org.servebox.toolbox.form.elements.SFDateField |
|
|
| renderer — Property in class org.servebox.toolbox.form.elements.SFHSlider |
|
|
| renderer — Property in class org.servebox.toolbox.form.elements.SFNumericStepper |
|
Provides a complexe Container for rendering data. |
| renderer — Property in class org.servebox.toolbox.form.elements.SFRadioButtonSet |
|
|
| renderer — Property in class org.servebox.toolbox.form.elements.SFTextArea |
|
|
| renderer — Property in class org.servebox.toolbox.form.elements.SFTextInput |
|
|
| renderer — Property in class org.servebox.toolbox.form.elements.SFVSlider |
|
|
| rendererPaddingTop — Style in class org.servebox.toolbox.form.SmartForm |
| |
| renderers — Property in class org.servebox.toolbox.form.SmartForm |
|
An array of visual renderers for ISmartFormElements
|
| replaceProperty — Property in class org.servebox.toolbox.form.renderer.ImageRenderer |
|
|
| replaceProperty — Property in interface org.servebox.toolbox.form.renderer.ISmartFormRenderer |
|
Gets the replaceProperty. |
| replaceProperty — Property in class org.servebox.toolbox.form.renderer.LabelRenderer |
|
|
| replaceProperty — Property in class org.servebox.toolbox.form.renderer.TextRenderer |
|
|
| _requiredIndicatorManager — Property in class org.servebox.toolbox.form.SmartForm |
| |
| RequiredIndicatorManager — Class in package org.servebox.toolbox.form.manager |
|
Manages the RequiredIndicator when switching SmartForm between READ and UPDATE mode/
|
| reset() — Method in class org.servebox.toolbox.globalization.TranslationSchema |
|
Resets the label list. |
| resetForm() — Method in class org.servebox.toolbox.form.SmartForm |
|
Resets the form with original data. |
| resolveAction(entryAction, askedAction) — Method in class org.servebox.toolbox.acl.ACLGrid |
| |
| result(data) — Method in class org.servebox.toolbox.acl.ACLManager |
|
holding ACLService result as a viewHelper
|
| result(data) — Method in class org.servebox.toolbox.service.ViewSaveCallResponder |
|
Handles results and triggers the FlexBrowser result call-back. |
| retainAll(c:org.servebox.commons.collection:ICollection) — Method in class org.servebox.commons.collection.ArrayList |
|
Removes from the list all the elements that are not contained in the specified collection. |
| retainAll(c:org.servebox.commons.collection:ICollection) — Method in interface org.servebox.commons.collection.IList |
|
Removes from the list all the elements that are not contained in the specified collection. |
| reverse(string) — Static method in class org.servebox.commons.utils.StringUtils |
|
Reverses a String. |
| roles — Property in class org.servebox.toolbox.acl.AccessRequestGroup |
| |
| roles — Property in class org.servebox.toolbox.acl.AccessRequestUser |
| |
| ROOT_URI — Constant static property in class org.servebox.toolbox.browsing.BrowsingUtils |
| |
| RSHash(str) — Static method in class org.servebox.commons.utils.hash.StringHash |
|
RS Hash algorithm. |
|
| 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 |