| 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 |
| IAbstractApplication — Interface in package org.servebox.foundry.control |
|
The IAbstractApplication interfae defines the interface for getting the ViewHelper. |
| IAccessControlObject — Interface in package org.servebox.toolbox.acl |
|
Interface for base ACO
|
| IAccessRequestObject — Interface in package org.servebox.toolbox.acl |
|
Interface for base ARO
|
| IACLDenyHandler — Interface in package org.servebox.toolbox.acl |
|
Interface for a manager when ACLManager return a deny directive
|
| IACLGridParser — Interface in package org.servebox.toolbox.acl.parsing |
|
An implementation for IACLGridParser. |
| IACLManager — Interface in package org.servebox.toolbox.acl |
|
Interface for ACLManager
|
| IBasicObject — Interface in package org.servebox.commons.value |
|
All value object should implement IBasicObject
|
| IBasicObjectError — Class in package org.servebox.commons.errors |
|
The IBasicObjectError class contains information about an error that occurred when an object is not a IBasicObjectError and should be. |
| IBasicObjectError(message, code) — Constructor in class org.servebox.commons.errors.IBasicObjectError |
|
Creates a new IBasicObjectError. |
| IBrowsingAction — Interface in package org.servebox.toolbox.browsing |
|
An implementaion class for BrowsingAction. |
| IBusinessDelegate — Interface in package org.servebox.foundry.service |
|
BusinessDelegate design pattern implementation. |
| IBusinessResponder — Interface in package org.servebox.foundry.service |
|
An implementaion of BusinessReposnder. |
| ICollection — Interface in package org.servebox.commons.collection |
|
The root interface in the collection hierarchy. |
| IComparator — Interface in package org.servebox.commons.comparator |
|
A comparison interface that allows the comparison of two objects. |
| IDataLoadViewHelper — Interface in package org.servebox.toolbox.view |
|
IDataLoadViewHelper is a interface for ViewHelper that will load data
|
| IDataSaveViewHelper — Interface in package org.servebox.toolbox.view |
|
IDataSaveViewHelper is a interface for ViewHelper that will force user to save data before leaving view
|
| IExternalRessource — Interface in package org.servebox.foundry.control.externalressource |
| |
| IGlobalizable — Interface in package org.servebox.toolbox.globalization |
|
Simple interface for globalize component
|
| IIterable — Interface in package org.servebox.commons.collection |
|
Implementing this interface allows to retrieve an iterator. |
| IIterator — Interface in package org.servebox.commons.collection |
|
An iterator for collections. |
| IList — Interface in package org.servebox.commons.collection |
|
An ordered collection, providing precise control over where in the list each element is inserted. |
| IListIterator — Interface in package org.servebox.commons.collection |
|
An iterator for lists that allows to go through the list forward or backward, modify the list during the iteration, and obtain the iterator's current position in the list. |
| ImageRenderer — Class in package org.servebox.toolbox.form.renderer |
|
Simple Image Renderer for SmartForm renderer mechanism
|
| ImageRenderer() — Constructor in class org.servebox.toolbox.form.renderer.ImageRenderer |
|
Creates a new ImageRenderer object. |
| IMap — Interface in package org.servebox.commons.map |
|
Maps keys to values. |
| index(objs, properties) — Method in class org.servebox.toolbox.search.SearchTree |
|
Add objects to the index. |
| indexOf(o:org.servebox.commons.value:IBasicObject) — Method in class org.servebox.commons.collection.ArrayList |
|
Retrieves the index of the specified element of the collection. |
| indexOf(o:org.servebox.commons.value:IBasicObject) — Method in interface org.servebox.commons.collection.IList |
|
Retrieves the index of the specified element of the collection. |
| indexType — Property in class org.servebox.toolbox.search.SearchProperty |
|
The type of search to apply : exact match, starts with, ends with or contains. |
| INDEX_TYPE_CONTAINS — Static property in class org.servebox.toolbox.search.SearchProperty |
| |
| INDEX_TYPE_ENDS_WITH — Static property in class org.servebox.toolbox.search.SearchProperty |
| |
| INDEX_TYPE_EXACT_MATCH — Static property in class org.servebox.toolbox.search.SearchProperty |
| |
| INDEX_TYPE_STARTS_WITH — Static property in class org.servebox.toolbox.search.SearchProperty |
| |
| initialize() — Method in class org.servebox.airfoundry.control.AbstractAirApplication |
|
Initializes the internal structure of this component. |
| initialize() — Method in class org.servebox.foundry.control.AbstractApplication |
|
Initializes the internal structure of this component. |
| initialized — Property in interface org.servebox.foundry.control.IAbstractApplication |
| |
| initialized(document, id) — Method in class org.servebox.foundry.view.ViewHelper |
|
IMXMLObject API override. |
| initializeDelegates() — Method in class org.servebox.foundry.control.AbstractController |
|
Tou must override it in your own controller to initialise all delegates of the application. |
| initializeDisplayObject(className, args) — Static method in class org.servebox.commons.utils.ClassUtils |
|
Returns an instance of "className", with "args" arguments
|
| initializeFoundryObjects() — Method in class org.servebox.airfoundry.control.AbstractAirApplication |
| |
| initializeFoundryObjects() — Method in class org.servebox.foundry.control.AbstractApplication |
| |
| initializeHelper(view:org.servebox.foundry.view:IView, id) — Method in class org.servebox.foundry.view.ViewHelper |
| |
| initializeModels() — Method in class org.servebox.foundry.control.AbstractController |
|
You must override it in your own controller to initialise all models of the application. |
| initializeObject(className, args) — Static method in class org.servebox.commons.utils.ClassUtils |
|
Returns an instance of "className", with "args" arguments
|
| initializeSubControllers() — Method in class org.servebox.foundry.control.AbstractController |
|
Tou must override it in your own controller to initialise all sub-controllers. |
| initializeTarea() — Method in class org.servebox.toolbox.form.elements.SmartTextAreaVertical |
|
Initialize the component
|
| initWidget() — Method in class org.servebox.foundry.widget.Widget |
|
Initializes the Widget, check if the reference to the manager class exists then create the manager. |
| _internalDict — Property in class org.servebox.commons.map.DictionaryTable |
|
Storage object. |
| internalInstanceId — Property in class org.servebox.commons.value.BasicObject |
|
The internal instance id of the object. |
| IntrospectionUtils — Class in package org.servebox.commons.utils |
|
An intropsection utility class. |
| IObservable — Interface in package org.servebox.foundry.observation |
|
The IObservable interface provides a standard protocol for a Model to notify a ViewHelper of changes. |
| IObserver — Interface in package org.servebox.foundry.observation |
|
The IObserver interface provides a standard protocol for a ViewHelper to update the View. |
| isAllFieldsValid — Property in class org.servebox.toolbox.form.SmartForm |
|
Returns true if all validators in form are VALID
|
| isAllowed(accessControlObjectUid, action) — Method in class org.servebox.toolbox.acl.ACLGrid |
|
check if the given ACO acces is allowed form the given ACTION
|
| isAllowed(accessControlObjectUid, action) — Method in class org.servebox.toolbox.acl.ACLManager |
|
Return if the ACO is allowed for action action
|
| isAllowed(accessControlObjectUid, action) — Method in interface org.servebox.toolbox.acl.IACLManager |
| |
| isEmpty() — Method in class org.servebox.commons.collection.AbstractCollection |
|
Indicates whether the collection contains elements. |
| isEmpty() — Method in class org.servebox.commons.collection.AbstractSet |
|
Indicates whether the collection contains elements. |
| isEmpty() — Method in interface org.servebox.commons.collection.ICollection |
|
Indicates whether the collection contains elements. |
| isEmpty() — Method in class org.servebox.commons.map.DictionaryTable |
|
Tests if this dictionary maps no keys to value. |
| isEmpty() — Method in class org.servebox.commons.map.Hashtable |
|
Returns true if this map contains no key-value mappings. |
| isEmpty() — Method in interface org.servebox.commons.map.IMap |
|
Returns true if this map contains no key-value mappings. |
| ISet — Interface in package org.servebox.commons.collection |
|
Classes implementing this interface should not allow to insert duplicate elements to the collection. |
| ISmartFormElement — Interface in package org.servebox.toolbox.form.elements |
|
All Form elements managed in a SmartForm should implement ISmartFormElement
|
| ISmartFormRenderer — Interface in package org.servebox.toolbox.form.renderer |
|
The implementation interface for SmartForm renderers. |
| isOpenDate(date) — Static method in class org.servebox.commons.utils.DateUtils |
|
Checks if a date is an open date (excluding saturday/sunday). |
| ISortedMap — Interface in package org.servebox.commons.map |
|
A Map providing ordering on its keys. |
| ISortedSet — Interface in package org.servebox.commons.collection |
|
A Set that provides ordering on its elements. |
| isRead — Property in class org.servebox.toolbox.form.SmartForm |
|
Returns true if the form is in READ_MODE. |
| isUpdate — Property in class org.servebox.toolbox.form.SmartForm |
|
Returns true is the form is in UPDATE_MODE. |
| isViewModified() — Method in class org.servebox.toolbox.view.AbstractDataSaveViewHelper |
| |
| isViewModified() — Method in interface org.servebox.toolbox.view.IDataSaveViewHelper |
|
Indicates whether the view can be quit by the FlexBrowser without saving data. |
| iterator() — Method in class org.servebox.commons.collection.AbstractCollection |
|
Retrieves an iterator over a set of objects. |
| iterator() — Method in class org.servebox.commons.collection.HashSet |
|
Retrieves an iterator over a set of objects. |
| iterator() — Method in interface org.servebox.commons.collection.IIterable |
|
Retrieves an iterator over a set of objects. |
| IView — Interface in package org.servebox.foundry.view |
|
IView is an implementation used to define the View. |
| IViewDataSaveWrapper — Interface in package org.servebox.toolbox.view |
|
IViewDataSaveWrapper for define the object to save on a IDataSaveViewHelper.save() methods
|
| IViewSavePrompt — Interface in package org.servebox.toolbox.view |
|
IViewSavePrompt force definition of following methods for IDataSaveViewHelper
|
| IViewSavePromptCallbackHandler — Interface in package org.servebox.toolbox.view |
|
Interface for handling doSave and doCancel on a IViewSavePrompt
|
|
| 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 |