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

A

a(String, String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
a(String, Boolean, String, String, String, String, String, Integer, Integer, String) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
a(String, Boolean, String, String, Integer) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
a(String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
 
a(String, Boolean, String, String, String, String, Integer, Integer, String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
use Bnds.a(String) instead.
a(String, Boolean, String, String, Integer) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
use Bnds.a(String) instead.
AActionTag - Class in net.infordata.ifw2.web.tags
 
AActionTag() - Constructor for class net.infordata.ifw2.web.tags.AActionTag
 
ABndsFlow - Class in net.infordata.ifw2.web.bnds
 
ABndsFlow(IRenderer) - Constructor for class net.infordata.ifw2.web.bnds.ABndsFlow
 
AbortException - Exception in net.infordata.ifw2.util
This exception is used in ifw2 to abort gracefully an operation.
AbortException() - Constructor for exception net.infordata.ifw2.util.AbortException
 
AbortException(String) - Constructor for exception net.infordata.ifw2.util.AbortException
 
AbortException(Throwable) - Constructor for exception net.infordata.ifw2.util.AbortException
 
AbortException(String, Throwable) - Constructor for exception net.infordata.ifw2.util.AbortException
 
ACellDecoratorWrapper - Class in net.infordata.ifw2.web.dec
 
actionGroup(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
actionGroup(String, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
actionGroup(String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
 
actionGroup(String, Boolean, Boolean, StrokeStripe) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
ActionGroupTag - Class in net.infordata.ifw2.web.tags
 
ActionGroupTag() - Constructor for class net.infordata.ifw2.web.tags.ActionGroupTag
 
ActionGroupTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
ActionGroupTag.ECSBaseAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.ActionGroupTag.ECSBaseAdapter
 
ActionGroupTag.ECSBndsAdapter - Class in net.infordata.ifw2.web.tags
 
ActionGroupTag.ECSBndsAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.ActionGroupTag.ECSBndsAdapter
 
ActionInfo - Class in net.infordata.ifw2.web.bnds
 
actionName - Variable in class net.infordata.ifw2.web.tags.KeyActionTag.Key
 
actionParam - Variable in class net.infordata.ifw2.web.tags.KeyActionTag.Key
 
ActionRefTag - Class in net.infordata.ifw2.web.tags
They are not required to be part of an action group.
ActionRefTag() - Constructor for class net.infordata.ifw2.web.tags.ActionRefTag
 
ActionRefTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
ActionRefTag.ECSBaseAdapter(String, String) - Constructor for class net.infordata.ifw2.web.tags.ActionRefTag.ECSBaseAdapter
 
ActionRefTag.ECSBndsAdapter - Class in net.infordata.ifw2.web.tags
 
ActionRefTag.ECSBndsAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.ActionRefTag.ECSBndsAdapter
 
ActionsForm - Class in net.infordata.ifw2.web.form
A simple IForm implementation with no fields, it can contains only actions.
ActionsForm() - Constructor for class net.infordata.ifw2.web.form.ActionsForm
 
adaptMaxDisplayedTextLength(int) - Method in interface net.infordata.ifw2.web.grds.IGridHorzResizer
 
ADataGridFlow - Class in net.infordata.ifw2.web.grds
An IBndsFlow normally used as IFlowComponent to provide a grid like visualization of an IDataGridModel.
ADataGridFlow.Layout - Class in net.infordata.ifw2.web.grds
 
ADataGridFlow.Layout() - Constructor for class net.infordata.ifw2.web.grds.ADataGridFlow.Layout
 
ADateDecoratorWrapper - Class in net.infordata.ifw2.web.dec
 
add(E) - Method in class net.infordata.ifw2.util.IdentityHashSet
 
add(int, E) - Method in class net.infordata.ifw2.util.OnDiskChunkedList
 
addAll(int, Collection<? extends E>) - Method in class net.infordata.ifw2.util.OnDiskChunkedList
 
addElement(Element) - Method in class net.infordata.ifw2.web.view.ECSAdapter
 
addElement(String) - Method in class net.infordata.ifw2.web.view.ECSAdapter
 
addStep(TaskStep) - Method in class net.infordata.ifw2.web.ctrl.TaskContext
 
addValidator(IFormValidator) - Method in class net.infordata.ifw2.web.form.Form
 
addValidator(IFormValidator, boolean) - Method in class net.infordata.ifw2.web.form.Form
 
AECSRenderer - Class in net.infordata.ifw2.web.view
 
AECSRenderer() - Constructor for class net.infordata.ifw2.web.view.AECSRenderer
 
AField<T> - Class in net.infordata.ifw2.web.form
 
AField() - Constructor for class net.infordata.ifw2.web.form.AField
 
AFilterDefinition<T> - Class in net.infordata.ifw2.web.grds.filter
 
AFilterDefinition() - Constructor for class net.infordata.ifw2.web.grds.filter.AFilterDefinition
 
AForm - Interface in net.infordata.ifw2.web.form
Common interface for Form and FormRef.
AFormattedTextFieldWithChoices<T> - Class in net.infordata.ifw2.web.form
A formatted text field bind-able to a single value combo-box.
AFormattedTextFieldWithChoices(IFormatter<T>) - Constructor for class net.infordata.ifw2.web.form.AFormattedTextFieldWithChoices
 
AFormField<T> - Class in net.infordata.ifw2.web.form
Common capabilities of fields contained in a Form object.
It is the contract between the Form object and contained IField.
AFormField() - Constructor for class net.infordata.ifw2.web.form.AFormField
 
AFormValidatorWrapper - Class in net.infordata.ifw2.web.form
Useful if you need to change the applicability conditions of a predefined validator.
AFormValidatorWrapper(IFormValidator) - Constructor for class net.infordata.ifw2.web.form.AFormValidatorWrapper
 
AFormValidatorWrapper(IFormValidator2) - Constructor for class net.infordata.ifw2.web.form.AFormValidatorWrapper
 
AGridFlow - Class in net.infordata.ifw2.web.grds
 
AInputTag - Class in net.infordata.ifw2.web.tags
 
AInputTag() - Constructor for class net.infordata.ifw2.web.tags.AInputTag
 
AJpaCallable<T> - Class in net.infordata.ifw2.web.jpa
A Callable implementation which closes possibly used EntityManager obtained from JpaUtil.
AJpaCallable() - Constructor for class net.infordata.ifw2.web.jpa.AJpaCallable
 
AJpaDataGridModel<C> - Class in net.infordata.ifw2.web.jpa
An IDataGridModel able to retrieve data from a jpa data-source.
AJpaDataGridModel(Class<C>) - Constructor for class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
AJpaDataGridModel(Class<C>, boolean) - Constructor for class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
AJpaEditableDataGridModel<C> - Class in net.infordata.ifw2.web.jpa
An adapter combining the IEditableGridModel interface with an AJpaDataGridModel instance.
AJpaEditableDataGridModel(AJpaDataGridModel<C>, IPojoForm<C>) - Constructor for class net.infordata.ifw2.web.jpa.AJpaEditableDataGridModel
 
AJpaEditableFolderModel<C> - Class in net.infordata.ifw2.web.jpa
An adapter combining the IPojoEditableGridModel interface with an AJpaFolderModel instance.
AJpaEditableFolderModel(AJpaFolderModel<C>, IPojoForm<C>) - Constructor for class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
AJpaEditableGridModel<C> - Class in net.infordata.ifw2.web.jpa
An adapter combining the IEditableGridModel interface with an AJpaGridModel instance.
AJpaEditableGridModel(AJpaGridModel<C>, IPojoForm<C>) - Constructor for class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
AJpaFolderModel<C> - Class in net.infordata.ifw2.web.jpa
A model which act as a sort of hierarchical file system with nodes (called folders) and leafs.
Childs are fetched only when needed.
AJpaFolderModel(AJpaDataGridModel<C>) - Constructor for class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
AJpaFolderModel.AFakeTreeNode<C> - Class in net.infordata.ifw2.web.jpa
 
AJpaFolderModel.AFakeTreeNode(AJpaFolderModel.ATreeNode<C>, Object) - Constructor for class net.infordata.ifw2.web.jpa.AJpaFolderModel.AFakeTreeNode
 
AJpaFolderModel.ATreeNode<C> - Class in net.infordata.ifw2.web.jpa
 
AJpaFolderModel.ATreeNodeKey - Class in net.infordata.ifw2.web.jpa
Subclasses are expected to be immutable.
AJpaFolderModel.Builder<C> - Class in net.infordata.ifw2.web.jpa
Not really serializable, just to be used as local final variable.
AJpaFolderModel.BuilderResult<C> - Class in net.infordata.ifw2.web.jpa
 
AJpaFolderModel.FakeTreeNodeKey - Class in net.infordata.ifw2.web.jpa
 
AJpaFolderModel.FakeTreeNodeKey(AJpaFolderModel.ATreeNodeKey, Object) - Constructor for class net.infordata.ifw2.web.jpa.AJpaFolderModel.FakeTreeNodeKey
 
AJpaFolderModel.FetchMoreNode<C> - Class in net.infordata.ifw2.web.jpa
 
AJpaFolderModel.TreeNode<C> - Class in net.infordata.ifw2.web.jpa
 
AJpaFolderModel.TreeNodeKey - Class in net.infordata.ifw2.web.jpa
 
AJpaFolderModel.TreeNodeKey(AJpaFolderModel.ATreeNodeKey, Object) - Constructor for class net.infordata.ifw2.web.jpa.AJpaFolderModel.TreeNodeKey
 
AJpaFormatter<T,P> - Class in net.infordata.ifw2.web.jpa
 
AJpaFormatter(Class<T>, String) - Constructor for class net.infordata.ifw2.web.jpa.AJpaFormatter
 
AJpaFormatter(Class<T>, String, IFormatter<P>) - Constructor for class net.infordata.ifw2.web.jpa.AJpaFormatter
 
AJpaFormatterWithChoices<T,P> - Class in net.infordata.ifw2.web.jpa
Can be used with a FormattedTextField and with a FormattedTextFieldWithChoices.
AJpaFormatterWithChoices(Class<T>, String) - Constructor for class net.infordata.ifw2.web.jpa.AJpaFormatterWithChoices
 
AJpaFormatterWithChoices(Class<T>, String, IFormatter<P>) - Constructor for class net.infordata.ifw2.web.jpa.AJpaFormatterWithChoices
 
AJpaFormatterWithChoices(Class<T>, String, IFormatter<P>, IFormatter<T>) - Constructor for class net.infordata.ifw2.web.jpa.AJpaFormatterWithChoices
 
AJpaGridModel<C> - Class in net.infordata.ifw2.web.jpa
An IPojoGridModel able to retrieve objects from a jpa data source.
It supports paging.
AJpaGridModel(Class<C>) - Constructor for class net.infordata.ifw2.web.jpa.AJpaGridModel
The AJpaGridModel.setFetchAll(boolean) parameter is defaulted to true.
AJpaGridModel(Class<C>, boolean) - Constructor for class net.infordata.ifw2.web.jpa.AJpaGridModel
 
AJpaLookupValidator<T> - Class in net.infordata.ifw2.web.jpa
APojoLookupValidator using JPA to validate the pojo object reference.
AJpaLookupValidator(Class<T>, String, String[], String[]) - Constructor for class net.infordata.ifw2.web.jpa.AJpaLookupValidator
 
AJpaUniquenessValidator<T> - Class in net.infordata.ifw2.web.jpa
This validator can be used to verify that a given field value is not present on the jpa storage.
It must be used with a PojoForm.
AJpaUniquenessValidator(String...) - Constructor for class net.infordata.ifw2.web.jpa.AJpaUniquenessValidator
 
Alignment - Enum in net.infordata.ifw2.web.util
 
AMenuItem - Class in net.infordata.ifw2.web.menu
 
AMenuItem(String) - Constructor for class net.infordata.ifw2.web.menu.AMenuItem
 
AMenuItem(String, String) - Constructor for class net.infordata.ifw2.web.menu.AMenuItem
 
AMultiValueField<T> - Class in net.infordata.ifw2.web.form
 
AMultiValueField() - Constructor for class net.infordata.ifw2.web.form.AMultiValueField
 
AnnotatedProperty<C,T> - Class in net.infordata.ifw2.props
 
AnnotatedProperty() - Constructor for class net.infordata.ifw2.props.AnnotatedProperty
 
APojoCrossModel<T> - Class in net.infordata.ifw2.web.grds
 
APojoCrossModel(IPojoGridModel<T>, Comparator<T>, Comparator<T>) - Constructor for class net.infordata.ifw2.web.grds.APojoCrossModel
 
APojoCrossModel(IPojoGridModel<T>, Comparator<T>, Comparator<T>, int) - Constructor for class net.infordata.ifw2.web.grds.APojoCrossModel
 
APojoCrossModel.Cell<T> - Class in net.infordata.ifw2.web.grds
 
APojoCrossModel.Column - Class in net.infordata.ifw2.web.grds
 
APojoCrossModel.Column() - Constructor for class net.infordata.ifw2.web.grds.APojoCrossModel.Column
 
APojoCrossModel.DataColumn<T> - Class in net.infordata.ifw2.web.grds
 
APojoCrossModel.IndentColumn - Class in net.infordata.ifw2.web.grds
 
APojoCrossModel.IndentColumn() - Constructor for class net.infordata.ifw2.web.grds.APojoCrossModel.IndentColumn
 
APojoCrossModel.Row<T> - Class in net.infordata.ifw2.web.grds
 
APojoEditableDataGridModel<C> - Class in net.infordata.ifw2.web.grds
An adapter combining the IEditableGridModel interface with an PojoGridModel instance.
APojoEditableDataGridModel(PojoDataGridModel<C>, IPojoForm<C>, Comparator<? super C>) - Constructor for class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
APojoEditableDataGridModel(PojoDataGridModel<C>, IPojoForm<C>) - Constructor for class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
APojoEditableGridModel<C> - Class in net.infordata.ifw2.web.grds
An adapter combining the IEditableGridModel interface with an PojoGridModel instance.
APojoEditableGridModel(PojoGridModel<C>, IPojoForm<C>, Comparator<? super C>) - Constructor for class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
APojoEditableGridModel(PojoGridModel<C>, IPojoForm<C>) - Constructor for class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
APojoForm<C> - Interface in net.infordata.ifw2.web.form
Common interface for PojoForm and FormRef.
APojoFormatter<T> - Class in net.infordata.ifw2.util
An IFormatter suitable for pojo to string conversions.
Its instances are immutable.
This is intended to be used when a single field is "mappable" to a pojo object, if more than one field must be used, use APojoLookupValidator.
APojoFormatter(Class<T>) - Constructor for class net.infordata.ifw2.util.APojoFormatter
 
APojoFormValidator<C> - Class in net.infordata.ifw2.web.form
To be used with PojoForm.
APojoFormValidator() - Constructor for class net.infordata.ifw2.web.form.APojoFormValidator
 
APojoGridModel<C> - Class in net.infordata.ifw2.web.grds
An abstract IPojoGridModel with the capability to register and maintain a list of IColumn and their related Property.
APojoGridModel(Class<C>) - Constructor for class net.infordata.ifw2.web.grds.APojoGridModel
 
APojoLookupFormatter<T,P> - Class in net.infordata.ifw2.web.form
 
APojoLookupFormatter(Class<T>, String) - Constructor for class net.infordata.ifw2.web.form.APojoLookupFormatter
 
APojoLookupFormatter(Class<T>, String, IFormatter<P>) - Constructor for class net.infordata.ifw2.web.form.APojoLookupFormatter
 
APojoLookupValidator<T> - Class in net.infordata.ifw2.web.form
An IFormValidator used to validate form fields referencing pojos.
APojoLookupValidator(Class<T>, String, String[], String[]) - Constructor for class net.infordata.ifw2.web.form.APojoLookupValidator
 
APopupMenuAction - Class in net.infordata.ifw2.web.menu
 
APopupMenuAction() - Constructor for class net.infordata.ifw2.web.menu.APopupMenuAction
 
append(char) - Method in class net.infordata.ifw2.util.NullWriter
 
append(CharSequence, int, int) - Method in class net.infordata.ifw2.util.NullWriter
 
append(CharSequence) - Method in class net.infordata.ifw2.util.NullWriter
 
applyFilters(String, Map<String, AFilterDefinition<?>>) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
applyFilters(String, Map<String, AFilterDefinition<?>>) - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
applyFilters(String, Map<String, AFilterDefinition<?>>) - Method in interface net.infordata.ifw2.web.grds.IDataGridModel
If IDataGridModel.isFilterable() then this method can be used to change data filter definitions, otherwise you can assume that it is never used.
applyFilters(String, Map<String, AFilterDefinition<?>>) - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
applyFilters(String, Map<String, AFilterDefinition<?>>) - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
applyFilters(String, Map<String, AFilterDefinition<?>>) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
applyFilters(String, Map<String, AFilterDefinition<?>>) - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
applyFilters(String, Map<String, AFilterDefinition<?>>) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableDataGridModel
 
applyFilters(String, Map<String, AFilterDefinition<?>>) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
applyFilters(String, Map<String, AFilterDefinition<?>>) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
APublishEventAction - Class in net.infordata.ifw2.web
An action which sends events to the flow parent on execution.
APublishEventAction(IComponentEvent) - Constructor for class net.infordata.ifw2.web.APublishEventAction
 
ARangeDefinition<T> - Class in net.infordata.ifw2.web.grds.filter
 
ARangeDefinition() - Constructor for class net.infordata.ifw2.web.grds.filter.ARangeDefinition
 
ARendererEngine - Class in net.infordata.ifw2.web.view
An incomplete implementation of IRendererEngine.
areRowsSwappable(int, int) - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
areRowsSwappable(int, int) - Method in interface net.infordata.ifw2.web.grds.IOrderedGridModel
 
areRowsSwappable(int, int) - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
areRowsSwappable(int, int) - Method in class net.infordata.ifw2.web.grds.PojoGridModel
 
AResultAction - Class in net.infordata.ifw2.web
An action which ends a flow with the provided result.
AResultAction(IFlowEndState) - Constructor for class net.infordata.ifw2.web.AResultAction
 
ArrayList<E> - Class in net.infordata.ifw2.util
Same as ArrayList but with a public ArrayList.removeRange(int, int) method.
ArrayList() - Constructor for class net.infordata.ifw2.util.ArrayList
 
ArrayList(Collection<? extends E>) - Constructor for class net.infordata.ifw2.util.ArrayList
 
ArrayList(int) - Constructor for class net.infordata.ifw2.util.ArrayList
 
asComponent(Flow, String) - Method in class net.infordata.ifw2.web.ctrl.Flow
Acquires an IFlowComponent personality.
Once acquired it cannot be changed.
asComponent(Flow, String) - Method in interface net.infordata.ifw2.web.ctrl.IFlow
Acquires an IFlowComponent personality.
Once acquired it cannot be changed, the same personality instance will be returned.
AScriptActionTag - Class in net.infordata.ifw2.web.tags
 
AScriptActionTag() - Constructor for class net.infordata.ifw2.web.tags.AScriptActionTag
 
asDialog(String) - Method in class net.infordata.ifw2.web.ctrl.Flow
Acquires an IFlowAsDialog personality.
Once acquired it cannot be changed.
asDialog(String) - Method in interface net.infordata.ifw2.web.ctrl.IFlow
Acquires an IFlowAsDialog personality.
Once acquired it cannot be changed, the same personality instance will be returned.
asDialog(String) - Method in class net.infordata.ifw2.web.grds.filter.FilterDefDlg
 
asDialog(String) - Method in class net.infordata.ifw2.web.grds.layout.LayoutDefDlg
 
asDialog(String) - Method in class net.infordata.ifw2.web.TaskBoxFlow
 
ASetDefinition<T> - Class in net.infordata.ifw2.web.grds.filter
 
ASetDefinition() - Constructor for class net.infordata.ifw2.web.grds.filter.ASetDefinition
 
ASingleValueField<T> - Class in net.infordata.ifw2.web.form
 
ASingleValueField() - Constructor for class net.infordata.ifw2.web.form.ASingleValueField
 
assertArrayCongruency(T[], T[]) - Static method in class net.infordata.ifw2.util.Util
 
asState(String) - Method in class net.infordata.ifw2.web.ctrl.Flow
Acquires an IFlowAsState personality.
Once acquired it cannot be changed.
asState(String) - Method in interface net.infordata.ifw2.web.ctrl.IFlow
Acquires an IFlowAsState personality.
Once acquired it cannot be changed, the same personality instance will be returned.
ATextField<T> - Class in net.infordata.ifw2.web.form
 
ATextField() - Constructor for class net.infordata.ifw2.web.form.ATextField
 
ATextField(String) - Constructor for class net.infordata.ifw2.web.form.ATextField
 
ATreeCellDecoratorWrapper - Class in net.infordata.ifw2.web.dec
 
AValueDefinition<T> - Class in net.infordata.ifw2.web.grds.filter
 
AValueDefinition() - Constructor for class net.infordata.ifw2.web.grds.filter.AValueDefinition
 

B

Base - Class in net.infordata.ifw2.web.ecs
 
Base() - Constructor for class net.infordata.ifw2.web.ecs.Base
 
BaseProperty<C,T> - Class in net.infordata.ifw2.props
 
begin(IFormView, String) - Method in class net.infordata.ifw2.web.form.AFormValidatorWrapper
 
begin(IFormView, String) - Method in class net.infordata.ifw2.web.form.APojoFormValidator
 
begin(IFormView, String) - Method in interface net.infordata.ifw2.web.form.IFormValidator2
It is called any time the validation process is about to be started, the implementor can use this method to restore original field states/constraints or to load cached data.
It is always called after IFormValidator.isApplicable() and IFormValidator.getFieldNames().
binarySearch(List<T>, Property<T, PT>, PT, boolean) - Static method in class net.infordata.ifw2.props.PropsComparator
 
binarySearch(List<T>, IPojoGridModel<T>, int, Object, boolean, Comparator) - Static method in class net.infordata.ifw2.web.grds.PojoColumnComparator
 
binded(int) - Method in class net.infordata.ifw2.web.bnds.Form
Deprecated.
 
binded(int) - Method in interface net.infordata.ifw2.web.bnds.IForm
The form has been binded, do any required initialization.
binded(int) - Method in class net.infordata.ifw2.web.form.ActionsForm
 
binded(int) - Method in interface net.infordata.ifw2.web.form.AForm
 
binded(int) - Method in class net.infordata.ifw2.web.form.Form
 
binded(int) - Method in class net.infordata.ifw2.web.form.FormRef
 
bindField(Class<T>, String) - Method in class net.infordata.ifw2.web.bnds.Form
Deprecated.
 
bindField(Class<T>, String) - Method in interface net.infordata.ifw2.web.bnds.IForm
This is called by a AInputTag to bind its required IField type to the concrete implementation.
bindField(Class<T>, String) - Method in class net.infordata.ifw2.web.form.ActionsForm
 
bindField(Class<T>, String) - Method in interface net.infordata.ifw2.web.form.AForm
 
bindField(Class<T>, String) - Method in class net.infordata.ifw2.web.form.Form
If the form has an IFieldFactory, then if the requested field has not been registered yet, then a new one is created and registered.
bindField(Class<T>, String) - Method in class net.infordata.ifw2.web.form.FormRef
 
Bnds - Class in net.infordata.ifw2.web.ecs
 
Bnds() - Constructor for class net.infordata.ifw2.web.ecs.Bnds
 
BndsFlow - Class in net.infordata.ifw2.web.bnds
 
BndsFlow(IRenderer) - Constructor for class net.infordata.ifw2.web.bnds.BndsFlow
 
BooleanDef - Class in net.infordata.ifw2.web.grds.filter
 
BooleanDef(Boolean) - Constructor for class net.infordata.ifw2.web.grds.filter.BooleanDef
 
buildOrderBy(String, AJpaDataGridModel<C>, String, boolean) - Static method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
Deprecated.
buildOrderBy(String, IJpaGridModel<C>, String, boolean) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
buildWhereCondition(String, AJpaDataGridModel<C>, Map<String, AFilterDefinition<?>>, String, Map<String, Object>) - Static method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
Deprecated.
buildWhereCondition(String, IJpaGridModel<C>, Map<String, AFilterDefinition<?>>, String, Map<String, Object>) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
bundle(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
BundleTag - Class in net.infordata.ifw2.web.tags
 
BundleTag() - Constructor for class net.infordata.ifw2.web.tags.BundleTag
 
BundleTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
BundleTag.ECSBaseAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.BundleTag.ECSBaseAdapter
 

C

Calendar_jsp - Class in net.infordata.ifw2.web.jsp
 
Calendar_jsp() - Constructor for class net.infordata.ifw2.web.jsp.Calendar_jsp
 
Calendar_jsp - Class in net.infordata.ifw2.web.jsp7
 
Calendar_jsp() - Constructor for class net.infordata.ifw2.web.jsp7.Calendar_jsp
 
CalendarAction - Class in net.infordata.ifw2.web.form
An IFieldAction usable to let the user select a valid date using a CalendarFlow.
CalendarAction(AForm) - Constructor for class net.infordata.ifw2.web.form.CalendarAction
 
CalendarAction.MyCalendarFlow - Class in net.infordata.ifw2.web.form
 
CalendarFlow - Class in net.infordata.ifw2.web
A flow usable to show a Calendar, each day is rendered using an IDateDecorator.
CalendarFlow() - Constructor for class net.infordata.ifw2.web.CalendarFlow
 
call() - Method in class net.infordata.ifw2.web.jpa.AJpaCallable
 
call() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.Builder
 
cancel(boolean) - Method in class net.infordata.ifw2.web.ctrl.TaskFuture
 
cancel() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
cancel() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
cancel() - Method in interface net.infordata.ifw2.web.grds.IEditableGridModel
Cancel any pending or insert operations, if there are none, nothing happens.
cancel() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
cancel() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
canCreateNewInstances() - Method in class net.infordata.ifw2.props.ClassInfo
 
canDoContainsSearch() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
canDoContainsSearch() - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
canDoContainsSearch() - Method in interface net.infordata.ifw2.web.grds.IDataGridModel
 
canDoContainsSearch() - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
canDoContainsSearch() - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
canDoContainsSearch() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
canDoContainsSearch() - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
canDoContainsSearch() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableDataGridModel
 
canDoContainsSearch() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
canDoContainsSearch() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
canRemoveCurrentRow() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
canRemoveCurrentRow() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
canRemoveCurrentRow() - Method in interface net.infordata.ifw2.web.grds.IEditableGridModel
 
canRemoveCurrentRow() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
canRemoveCurrentRow() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
canSearchOnSortedColumn() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
canSearchOnSortedColumn() - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
canSearchOnSortedColumn() - Method in interface net.infordata.ifw2.web.grds.IDataGridModel
 
canSearchOnSortedColumn() - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
canSearchOnSortedColumn() - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
canSearchOnSortedColumn() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
canSearchOnSortedColumn() - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
canSearchOnSortedColumn() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableDataGridModel
 
canSearchOnSortedColumn() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
canSearchOnSortedColumn() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
CardFlow - Class in net.infordata.ifw2.web
 
CardFlow(IRenderer) - Constructor for class net.infordata.ifw2.web.CardFlow
 
CardSwitchAction - Class in net.infordata.ifw2.web
 
CardSwitchAction(CardFlow) - Constructor for class net.infordata.ifw2.web.CardSwitchAction
 
CardSwitchAction(CardFlow, String) - Constructor for class net.infordata.ifw2.web.CardSwitchAction
 
cast(T) - Method in class net.infordata.ifw2.util.APojoFormatter
 
cast(CharSequence) - Method in class net.infordata.ifw2.util.CharSequenceFormatter
 
cast(Date) - Method in class net.infordata.ifw2.util.DateFormatter
 
cast(String) - Method in class net.infordata.ifw2.util.DummyFormatter
 
cast(T) - Method in class net.infordata.ifw2.util.EnumFormatter
 
cast(T) - Method in interface net.infordata.ifw2.util.IFormatter
 
cast(Number) - Method in class net.infordata.ifw2.util.NumberFormatter
 
cast(String) - Method in class net.infordata.ifw2.util.RegexFormatter
 
cast(Class<?>) - Static method in class net.infordata.ifw2.util.Util
 
Cell - Class in net.infordata.ifw2.web.dec
 
Cell() - Constructor for class net.infordata.ifw2.web.dec.Cell
 
CharArrayWriter - Class in net.infordata.ifw2.web.util
 
CharArrayWriter() - Constructor for class net.infordata.ifw2.web.util.CharArrayWriter
 
CharSequenceFormatter - Class in net.infordata.ifw2.util
 
checkAndResetRequiringFocusIndicator() - Method in class net.infordata.ifw2.web.view.RendererContext
For internal use only.
checkbox(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
checkbox(String, Boolean, String, Boolean, Boolean, String, String, Integer, Integer, String) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
checkbox(String, Boolean, String, Boolean, Integer) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
checkbox(String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
 
checkbox(String, Boolean, Boolean, String, String, Integer, Integer, String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
checkbox(String, Boolean, Integer) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
CheckboxField - Class in net.infordata.ifw2.web.form
 
CheckboxField() - Constructor for class net.infordata.ifw2.web.form.CheckboxField
 
CheckboxField(boolean) - Constructor for class net.infordata.ifw2.web.form.CheckboxField
 
CheckboxTag - Class in net.infordata.ifw2.web.tags
 
CheckboxTag() - Constructor for class net.infordata.ifw2.web.tags.CheckboxTag
 
CheckboxTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
CheckboxTag.ECSBaseAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.CheckboxTag.ECSBaseAdapter
 
CheckboxTag.ECSBndsAdapter - Class in net.infordata.ifw2.web.tags
 
CheckboxTag.ECSBndsAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.CheckboxTag.ECSBndsAdapter
 
checkBrowser(HttpServletRequest) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
checkBrowserPlatform(HttpServletRequest) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
checkWebView(HttpServletRequest) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
Choice - Class in net.infordata.ifw2.web.form
This object is immutable.
Choice(String, String) - Constructor for class net.infordata.ifw2.web.form.Choice
 
ClassInfo<C> - Class in net.infordata.ifw2.props
Class that can be used to inspect properties of classes or interfaces.
ClassInfo.ClassPool - Class in net.infordata.ifw2.props
 
ClassInfo.ClassPool() - Constructor for class net.infordata.ifw2.props.ClassInfo.ClassPool
 
cleanUp() - Method in class net.infordata.ifw2.web.view.ContentPart
Next time ContentPart.isChanged() is true.
clear() - Method in class net.infordata.ifw2.util.IdentityHashSet
 
clear() - Method in class net.infordata.ifw2.util.OnDiskChunkedList
 
clear() - Method in class net.infordata.ifw2.web.bnds.StrokeStripe
 
clear() - Method in class net.infordata.ifw2.web.menu.MenuStripe
 
clearMessages() - Method in interface net.infordata.ifw2.msgs.IClearableMessageSet
Removes all messages with IMessage.getAutoRemoveIndicator() setted.
clearMessages() - Method in class net.infordata.ifw2.msgs.MessageSet
Removes all messages with IMessage.getAutoRemoveIndicator() setted.
clearMessages() - Method in class net.infordata.ifw2.web.form.AField
 
clearMessages() - Method in class net.infordata.ifw2.web.form.Form
 
clearSelection() - Method in class net.infordata.ifw2.web.MultiSelectionListFlow
Remove any selected element.
clearSelection() - Method in class net.infordata.ifw2.web.PojoMultiSelectionListFlow
Remove any selected element.
clone() - Method in class net.infordata.ifw2.util.IdentityHashSet
 
clone() - Method in class net.infordata.ifw2.util.NumberFormatterSpecs
 
clone() - Method in class net.infordata.ifw2.web.ctrl.TaskInfo
The clone is and should be for subclasses unmodifiable.
clone() - Method in class net.infordata.ifw2.web.ctrl.TaskStep
The clone is and should be for subclasses unmodifiable.
clone() - Method in class net.infordata.ifw2.web.form.FieldContraints
 
clone() - Method in interface net.infordata.ifw2.web.form.IFieldContraints
 
clone() - Method in class net.infordata.ifw2.web.grds.ADataGridFlow.Layout
 
clone() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.IndentColumn
 
clone() - Method in class net.infordata.ifw2.web.grds.Column
 
clone() - Method in class net.infordata.ifw2.web.grds.ColumnGroup
 
clone() - Method in class net.infordata.ifw2.web.grds.filter.AFilterDefinition
 
clone() - Method in class net.infordata.ifw2.web.grds.filter.BooleanDef
 
clone() - Method in class net.infordata.ifw2.web.grds.filter.DateDef
 
clone() - Method in class net.infordata.ifw2.web.grds.filter.DefaultDef
 
clone() - Method in class net.infordata.ifw2.web.grds.filter.EnumDef
 
clone() - Method in class net.infordata.ifw2.web.grds.filter.NumberDef
 
clone() - Method in class net.infordata.ifw2.web.jpa.JpaColumn
 
cloneBySerialization(T) - Static method in class net.infordata.ifw2.util.Util
Object cloning through Serialization
close() - Method in class net.infordata.ifw2.util.NullWriter
 
close() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
close() - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
close() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
close() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
close() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
close() - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
closed() - Method in interface net.infordata.ifw2.web.ICard
The card hase beed closed.
Column - Class in net.infordata.ifw2.web.grds
default values: sortable = true filterable = true fixed = false showedByDefault = true
Column() - Constructor for class net.infordata.ifw2.web.grds.Column
 
Column(Class<?>) - Constructor for class net.infordata.ifw2.web.grds.Column
 
ColumnGroup - Class in net.infordata.ifw2.web.grds
 
ColumnGroup() - Constructor for class net.infordata.ifw2.web.grds.ColumnGroup
 
ColumnWrapper - Class in net.infordata.ifw2.web.grds
 
ColumnWrapper(IColumn) - Constructor for class net.infordata.ifw2.web.grds.ColumnWrapper
 
compare(T, T) - Method in class net.infordata.ifw2.props.PropsComparator
 
compare(T, T) - Method in class net.infordata.ifw2.util.CompositeComparator
 
compare(T, T) - Method in class net.infordata.ifw2.util.ReverseComparator
 
compare(Object, Object, Comparator) - Static method in class net.infordata.ifw2.util.Util
Compares the objects using the given comparator, if an array is founded then recursively compares contained objects.
compare(String, String) - Static method in class net.infordata.ifw2.util.Util
A perfect match is returned as 0.
The nearest to 0 returned value is the best match.
compare(T, T) - Method in class net.infordata.ifw2.web.grds.PojoColumnComparator
 
component(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
component(String, Boolean, String, String) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
CompositeComparator<T> - Class in net.infordata.ifw2.util
Used to combine comparators.
CompositeComparator(Comparator<T>...) - Constructor for class net.infordata.ifw2.util.CompositeComparator
 
CompositeKey<T1,T2> - Class in net.infordata.ifw2.util
A composite key for Maps.
CompositeKey(T1, T2) - Constructor for class net.infordata.ifw2.util.CompositeKey
 
CompositeProperty<C,T> - Class in net.infordata.ifw2.props
 
CompressionFilter - Class in net.infordata.ifw2.web.util
Implementation of javax.servlet.Filter used to compress the ServletResponse if it is bigger than a threshold and if the response has been written to the writer (ie.
CompressionFilter() - Constructor for class net.infordata.ifw2.web.util.CompressionFilter
 
CONCRETE_ELEMENT - Static variable in class net.infordata.ifw2.web.view.AECSRenderer
 
confirmClosing() - Method in interface net.infordata.ifw2.web.ICard
 
contains(Object) - Method in class net.infordata.ifw2.util.IdentityHashSet
 
contains(T[], T...) - Static method in class net.infordata.ifw2.util.Util
 
contains() - Method in class net.infordata.ifw2.web.grds.filter.DefaultDef
 
containsSearch(String, String, boolean, int) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
containsSearch(String, String, boolean, int) - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
containsSearch(String, String, boolean, int) - Method in interface net.infordata.ifw2.web.grds.IDataGridModel
 
containsSearch(String, String, boolean, int) - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
containsSearch(List<T>, IPojoGridModel<T>, int, String, boolean, int) - Static method in class net.infordata.ifw2.web.grds.PojoColumnComparator
 
containsSearch(String, String, boolean, int) - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
containsSearch(String, String, boolean, int) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
containsSearch(String, String, boolean, int) - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
containsSearch(String, String, boolean, int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableDataGridModel
 
containsSearch(String, String, boolean, int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
containsSearch(String, String, boolean, int) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
containsStroke(Stroke) - Method in class net.infordata.ifw2.web.bnds.StrokeStripe
 
containsStroke(AMenuItem) - Method in class net.infordata.ifw2.web.menu.MenuStripe
 
containsValidator(IFormValidator) - Method in class net.infordata.ifw2.web.form.Form
 
ContentPart - Class in net.infordata.ifw2.web.view
 
ContentPart(String) - Constructor for class net.infordata.ifw2.web.view.ContentPart
 
ContentPart(String, boolean) - Constructor for class net.infordata.ifw2.web.view.ContentPart
 
contextDestroyed(ServletContextEvent) - Method in class net.infordata.ifw2.web.jpa.InitListener
 
contextDestroyed(ServletContextEvent) - Method in class net.infordata.ifw2.web.util.InitListener
 
contextInitialized(ServletContextEvent) - Method in class net.infordata.ifw2.web.jpa.InitListener
 
contextInitialized(ServletContextEvent) - Method in class net.infordata.ifw2.web.util.InitListener
 
copy(Reader, Writer) - Static method in class net.infordata.ifw2.util.Util
 
copy(InputStream, OutputStream) - Static method in class net.infordata.ifw2.util.Util
 
createCheckboxField(String) - Method in class net.infordata.ifw2.web.form.FieldFactory
 
createCheckboxField(String) - Method in interface net.infordata.ifw2.web.form.IFieldFactory
 
createDefinition(IDataGridModel, int, Class<? extends T>) - Method in class net.infordata.ifw2.web.grds.filter.FilterDefinitionFactory
 
createFormattedTextField(String, Class<T>) - Method in class net.infordata.ifw2.web.form.FieldFactory
 
createFormattedTextField(String, Class<T>) - Method in interface net.infordata.ifw2.web.form.IFieldFactory
 
createMangledName(IFormComponent) - Method in class net.infordata.ifw2.web.tags.FormTag
 
createQuery(EntityManager, String, String, AJpaDataGridModel<C>, Map<String, AFilterDefinition<?>>, String, boolean) - Static method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
Deprecated.
createQuery(EntityManager, String, String, IJpaGridModel<C>, Map<String, AFilterDefinition<?>>, String, boolean) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
Utility method to be used in many cases in #createQuery(EntityManager, Map, String, Boolean).
createQuery(Class<C>, EntityManager, String, String, IJpaGridModel<C>, Map<String, AFilterDefinition<?>>, String, boolean) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
Utility method to be used in many cases in #createQuery(EntityManager, Map, String, Boolean).
createRadioField(String) - Method in class net.infordata.ifw2.web.form.FieldFactory
 
createRadioField(String) - Method in interface net.infordata.ifw2.web.form.IFieldFactory
 
createRawEntityManager() - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
createRawEntityManager(String) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
createSelectField(String) - Method in class net.infordata.ifw2.web.form.FieldFactory
 
createSelectField(String) - Method in interface net.infordata.ifw2.web.form.IFieldFactory
 
createSubmitStroke() - Method in enum net.infordata.ifw2.web.DialogResultEnum
 
createSyncTask() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
createSyncTask() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
createSyncTask() - Method in interface net.infordata.ifw2.web.jpa.IJpaFolderModel
 
createTextField(String) - Method in class net.infordata.ifw2.web.form.FieldFactory
 
createTextField(String) - Method in interface net.infordata.ifw2.web.form.IFieldFactory
 
CSACTag - Class in net.infordata.ifw2.web.view
 
CSACTag() - Constructor for class net.infordata.ifw2.web.view.CSACTag
 
CSSDummyParser - Class in net.infordata.ifw2.web.util
 
CSSDummyParser.Macro - Class in net.infordata.ifw2.web.util
 
CSSDummyParser.MacroProcessor - Interface in net.infordata.ifw2.web.util
 
CSSServlet - Class in net.infordata.ifw2.web.util
 
CSSServlet() - Constructor for class net.infordata.ifw2.web.util.CSSServlet
 
ctrlKey - Variable in class net.infordata.ifw2.web.tags.KeyActionTag.Key
 

D

DataGrid_jsp - Class in net.infordata.ifw2.web.jsp
 
DataGrid_jsp() - Constructor for class net.infordata.ifw2.web.jsp.DataGrid_jsp
 
DataGrid_jsp - Class in net.infordata.ifw2.web.jsp7
 
DataGrid_jsp() - Constructor for class net.infordata.ifw2.web.jsp7.DataGrid_jsp
 
DataGridFlow - Class in net.infordata.ifw2.web.grds
An IBndsFlow normally used as IFlowComponent to provide a grid like visualization of an IDataGridModel.
DataGridFlow(IGridModel, String...) - Constructor for class net.infordata.ifw2.web.grds.DataGridFlow
 
DataGridFlow(IEditableGridModel, boolean, boolean, String...) - Constructor for class net.infordata.ifw2.web.grds.DataGridFlow
 
DataGridFlow(IDataGridModel, String...) - Constructor for class net.infordata.ifw2.web.grds.DataGridFlow
 
DataGridModelAdapter - Class in net.infordata.ifw2.web.grds
Adapts any IGridModel to an IDataGridModel.
Specific functions of an IDataGridModel are disabled.
DataGridModelAdapter(IGridModel) - Constructor for class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
DATE_PARAMS_FORMAT - Static variable in interface net.infordata.ifw2.web.dec.IDateDecoratorClient
 
DateDef - Class in net.infordata.ifw2.web.grds.filter
 
DateDef(Date, Date) - Constructor for class net.infordata.ifw2.web.grds.filter.DateDef
 
DateFormatter<T extends java.util.Date> - Class in net.infordata.ifw2.util
An IFormatter suitable for date, time and date-time string conversions.
It is based on standard DateFormat java class.
Its instances are immutable.
DateFormatter(Class<T>, int, int) - Constructor for class net.infordata.ifw2.util.DateFormatter
 
DEF_MIN_ROWS_TO_FETCH - Static variable in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
DEFAULT_FILTERDEF_FACTORY - Static variable in class net.infordata.ifw2.web.grds.ADataGridFlow
 
DefaultCellDecorator - Class in net.infordata.ifw2.web.dec
 
DefaultCellDecorator() - Constructor for class net.infordata.ifw2.web.dec.DefaultCellDecorator
 
DefaultCellDecorator(int) - Constructor for class net.infordata.ifw2.web.dec.DefaultCellDecorator
 
DefaultDateDecorator - Class in net.infordata.ifw2.web.dec
 
DefaultDateDecorator() - Constructor for class net.infordata.ifw2.web.dec.DefaultDateDecorator
 
DefaultDateDecorator(IDateDecorator) - Constructor for class net.infordata.ifw2.web.dec.DefaultDateDecorator
 
DefaultDef - Class in net.infordata.ifw2.web.grds.filter
 
DefaultDef(boolean, Object) - Constructor for class net.infordata.ifw2.web.grds.filter.DefaultDef
 
DefaultDef(boolean, Object, boolean) - Constructor for class net.infordata.ifw2.web.grds.filter.DefaultDef
 
DefaultDef(boolean, Object, boolean, boolean) - Constructor for class net.infordata.ifw2.web.grds.filter.DefaultDef
 
DefaultDialogDecorator - Class in net.infordata.ifw2.web.dec
 
DefaultDialogDecorator() - Constructor for class net.infordata.ifw2.web.dec.DefaultDialogDecorator
 
DefaultDialogDecorator(String, String) - Constructor for class net.infordata.ifw2.web.dec.DefaultDialogDecorator
 
DefaultPopupFlow - Class in net.infordata.ifw2.web.menu
 
DefaultPopupFlow(MenuStripe) - Constructor for class net.infordata.ifw2.web.menu.DefaultPopupFlow
 
defaultSetted() - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
defaultStrokes(String...) - Method in class net.infordata.ifw2.web.PojoLookupAction
 
description - Variable in class net.infordata.ifw2.web.tags.KeyActionTag.Key
 
destroy() - Method in class net.infordata.ifw2.web.jpa.JpaFilter
 
destroy() - Method in class net.infordata.ifw2.web.mpart.MultipartFilter
 
destroy() - Method in class net.infordata.ifw2.web.util.CompressionFilter
 
destroy() - Method in class net.infordata.ifw2.web.util.CSSServlet
Clean up resources
destroy() - Method in class net.infordata.ifw2.web.util.HttpRequestFilter
 
destroy() - Method in class net.infordata.ifw2.web.util.JSServlet
Clean up resources
destroy() - Method in class net.infordata.ifw2.web.util.StaticResourceServlet
Clean up resources
detach() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsDialogFlow
 
detach() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsFlowComponent
 
detach() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsFlowState
 
detach() - Method in interface net.infordata.ifw2.web.ctrl.IFlowAsDialog
The dialog must be detached, ie.
detach() - Method in interface net.infordata.ifw2.web.ctrl.IFlowAsState
The IFlow is not a substate of the parent IFlow anymore.
After that it can assume another personality.
detach() - Method in interface net.infordata.ifw2.web.ctrl.IFlowComponent
The IFlow is not a component of another IFlow anymore.
After that it can assume another personality.
detached(IFlow, IFlowAsDialog) - Method in interface net.infordata.ifw2.web.ctrl.IDialogCallback2
The dialog has been detached, ie.
detached(IFlowComponent) - Method in interface net.infordata.ifw2.web.ctrl.IPopupCallback2
The popup has been detached, ie.
DialogBox_jsp - Class in net.infordata.ifw2.web.jsp
 
DialogBox_jsp() - Constructor for class net.infordata.ifw2.web.jsp.DialogBox_jsp
 
DialogBox_jsp - Class in net.infordata.ifw2.web.jsp7
 
DialogBox_jsp() - Constructor for class net.infordata.ifw2.web.jsp7.DialogBox_jsp
 
DialogBoxFlow - Class in net.infordata.ifw2.web
This is an IFlow well suited for modal simple dialog box (the one with a message and some common buttons).
DialogBoxFlow(IRenderer) - Constructor for class net.infordata.ifw2.web.DialogBoxFlow
Deprecated.
DialogBoxFlow(IRenderer, DialogIconEnum) - Constructor for class net.infordata.ifw2.web.DialogBoxFlow
 
DialogBoxFlow(String, IDialogResult...) - Constructor for class net.infordata.ifw2.web.DialogBoxFlow
Deprecated.
DialogBoxFlow(String, DialogIconEnum, IDialogResult...) - Constructor for class net.infordata.ifw2.web.DialogBoxFlow
 
DialogBoxPublishEventAction - Class in net.infordata.ifw2.web
 
DialogBoxPublishEventAction(IDialogResult) - Constructor for class net.infordata.ifw2.web.DialogBoxPublishEventAction
 
DialogIconEnum - Enum in net.infordata.ifw2.web
 
DialogRenderer - Class in net.infordata.ifw2.web.view
It is used to render a dialog (ie an IFlow with an IFlowAsDialog personality.
Do not use it direcly, use FlowContext.modalDialog(IFlowAsDialog, net.infordata.ifw2.web.ctrl.IDialogCallback) instead.
DialogRenderer(IFlowAsDialog) - Constructor for class net.infordata.ifw2.web.view.DialogRenderer
 
DialogResultAction - Class in net.infordata.ifw2.web
 
DialogResultAction(IDialogResult) - Constructor for class net.infordata.ifw2.web.DialogResultAction
 
DialogResultEnum - Enum in net.infordata.ifw2.web
 
dispose() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.Builder
 
div(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
div(String, Boolean, Boolean, String, String) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.div(String) instead.
DivTag - Class in net.infordata.ifw2.web.tags
Tag used to delimit a JSP content region which becames, during the rendering phase, a ContentPart.
DivTag() - Constructor for class net.infordata.ifw2.web.tags.DivTag
 
DivTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
DivTag.ECSBaseAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.DivTag.ECSBaseAdapter
 
doAfterBody() - Method in class net.infordata.ifw2.web.tags.ActionGroupTag
 
doEndTag() - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
doEndTag() - Method in class net.infordata.ifw2.web.tags.BundleTag
 
doEndTag() - Method in class net.infordata.ifw2.web.tags.DivTag
 
doEndTag() - Method in class net.infordata.ifw2.web.tags.FormTag
 
doEndTag() - Method in class net.infordata.ifw2.web.tags.LabelTag
 
doEndTag() - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
doEndTag() - Method in class net.infordata.ifw2.web.tags.RadioGroupTag
 
doEndTag() - Method in class net.infordata.ifw2.web.tags.SelectTag
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.infordata.ifw2.web.jpa.JpaFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.infordata.ifw2.web.mpart.MultipartFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.infordata.ifw2.web.util.CompressionFilter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.infordata.ifw2.web.util.HttpRequestFilter
 
doStartTag() - Method in class net.infordata.ifw2.web.tags.AActionTag
 
doStartTag() - Method in class net.infordata.ifw2.web.tags.ActionGroupTag
 
doStartTag() - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
doStartTag() - Method in class net.infordata.ifw2.web.tags.AInputTag
 
doStartTag() - Method in class net.infordata.ifw2.web.tags.AScriptActionTag
 
doStartTag() - Method in class net.infordata.ifw2.web.tags.BundleTag
 
doStartTag() - Method in class net.infordata.ifw2.web.tags.DivTag
 
doStartTag() - Method in class net.infordata.ifw2.web.tags.FormTag
 
doStartTag() - Method in class net.infordata.ifw2.web.tags.GlueTag
 
doStartTag() - Method in class net.infordata.ifw2.web.tags.IncludeTag
 
doStartTag() - Method in class net.infordata.ifw2.web.tags.LabelTag
 
doStartTag() - Method in class net.infordata.ifw2.web.tags.MessageTag
 
doStartTag() - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
doStartTag() - Method in class net.infordata.ifw2.web.tags.OptionTag
 
doStartTag() - Method in class net.infordata.ifw2.web.tags.RadioGroupTag
 
doStartTag() - Method in class net.infordata.ifw2.web.tags.RadioTag
 
doStartTag() - Method in class net.infordata.ifw2.web.tags.SelectTag
 
doStartTag() - Method in class net.infordata.ifw2.web.view.CSACTag
 
doStartTag() - Method in class net.infordata.ifw2.web.view.ECSTag
 
doStartTag() - Method in class net.infordata.ifw2.web.view.RendererRawTag
 
doStartTag() - Method in class net.infordata.ifw2.web.view.RendererTag
 
DummyFormatter - Class in net.infordata.ifw2.util
 
DummyRenderer - Class in net.infordata.ifw2.web.view
 
DummyRenderer() - Constructor for class net.infordata.ifw2.web.view.DummyRenderer
 
dump(PrintStream, Flow) - Static method in class net.infordata.ifw2.web.ctrl.Flow
 
dumpBuffer(PrintStream, byte[]) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
dumpHeaders(PrintStream, HttpServletRequest) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
dumpParameters(PrintStream, HttpServletRequest) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
dumpParameters(HttpServletRequest) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
dumpRequest(PrintStream, ServletRequest) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 

E

ECSAdapter<T extends javax.servlet.jsp.tagext.IterationTag> - Class in net.infordata.ifw2.web.view
This adapter is used to include JSP tags inside an ECS elements tree.
ECS output has to be, in turn, included in a JSP using the ECSTag.
ECSAdapter() - Constructor for class net.infordata.ifw2.web.view.ECSAdapter
 
ECSRenderer - Class in net.infordata.ifw2.web.view
 
ECSRenderer(ConcreteElement) - Constructor for class net.infordata.ifw2.web.view.ECSRenderer
 
ECSRenderer_jsp - Class in net.infordata.ifw2.web.jsp
 
ECSRenderer_jsp() - Constructor for class net.infordata.ifw2.web.jsp.ECSRenderer_jsp
 
ECSRenderer_jsp - Class in net.infordata.ifw2.web.jsp7
 
ECSRenderer_jsp() - Constructor for class net.infordata.ifw2.web.jsp7.ECSRenderer_jsp
 
ECSTag - Class in net.infordata.ifw2.web.view
 
ECSTag() - Constructor for class net.infordata.ifw2.web.view.ECSTag
 
edit() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
edit() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
edit() - Method in interface net.infordata.ifw2.web.grds.IEditableGridModel
Edit the current row.
edit() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
edit() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
EditableGrid_jsp - Class in net.infordata.ifw2.web.jsp
 
EditableGrid_jsp() - Constructor for class net.infordata.ifw2.web.jsp.EditableGrid_jsp
 
EditableGrid_jsp - Class in net.infordata.ifw2.web.jsp7
 
EditableGrid_jsp() - Constructor for class net.infordata.ifw2.web.jsp7.EditableGrid_jsp
 
EditableGridFlow - Class in net.infordata.ifw2.web.grds
An IBndsFlow normally used as IFlowComponent to provide a grid like visualization of an IDataGridModel.
EditableGridFlow(IEditableGridModel, String...) - Constructor for class net.infordata.ifw2.web.grds.EditableGridFlow
 
EditableGridFlow(IEditableGridModel, boolean, String...) - Constructor for class net.infordata.ifw2.web.grds.EditableGridFlow
 
EditableGridFlow(IEditableGridModel, FastEditEnum, String...) - Constructor for class net.infordata.ifw2.web.grds.EditableGridFlow
 
EditableGridFlow(IEditableGridModel, boolean, FastEditEnum, String...) - Constructor for class net.infordata.ifw2.web.grds.EditableGridFlow
 
empty() - Method in class net.infordata.ifw2.util.Stack
 
EMPTY - Static variable in interface net.infordata.ifw2.web.bnds.IMultiValueField
 
EMPTY_MAP - Static variable in class net.infordata.ifw2.msgs.MessageSet
 
end() - Method in class net.infordata.ifw2.web.form.AFormValidatorWrapper
 
end() - Method in class net.infordata.ifw2.web.form.APojoFormValidator
 
end() - Method in interface net.infordata.ifw2.web.form.IFormValidator2
The validation process has ended, cached data can be removed.
endDialog(IFlow, IFlowAsDialog, IFlowEndState) - Method in interface net.infordata.ifw2.web.ctrl.IDialogCallback
 
endPopup(IFlow, IFlowComponent, IFlowEndState) - Method in interface net.infordata.ifw2.web.ctrl.IPopupCallback
 
endTask(IFlow, IFlowAsDialog, IFlowEndState, TaskFuture<T>) - Method in interface net.infordata.ifw2.web.ctrl.ITaskCallback
 
enhanceCurrentFormVisibility() - Method in class net.infordata.ifw2.web.view.RendererContext
 
ensureColumnIsShowed(String) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
ensureColumnIsShowed(int) - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
ensureColumnIsShowed(String) - Method in interface net.infordata.ifw2.web.grds.layout.ILayoutable
 
ensureStartup() - Method in class net.infordata.ifw2.web.ctrl.Flow
This is the only way to startup a flow.
ensureStartup() - Method in interface net.infordata.ifw2.web.ctrl.IFlow
Called to ensure that the flow has-been started.
enter(IFlow) - Method in class net.infordata.ifw2.web.ctrl.Flow.AsFlowState
 
enter(IFlow) - Method in class net.infordata.ifw2.web.ctrl.FlowState
 
enter(IFlow) - Method in interface net.infordata.ifw2.web.ctrl.IFlowState
The state is becaming the new current one.
enter(IFlow) - Method in enum net.infordata.ifw2.web.DialogResultEnum
 
EnumDef<T extends java.lang.Enum<T>> - Class in net.infordata.ifw2.web.grds.filter
 
EnumDef(Class<T>, Set<T>) - Constructor for class net.infordata.ifw2.web.grds.filter.EnumDef
 
EnumDef(Class<T>, Set<T>, boolean) - Constructor for class net.infordata.ifw2.web.grds.filter.EnumDef
 
EnumFormatter<T extends java.lang.Enum<T>> - Class in net.infordata.ifw2.util
An IFormatter suitable for enum to string conversions.
Its instances are immutable.
EnumFormatter(Class<T>) - Constructor for class net.infordata.ifw2.util.EnumFormatter
 
EnumModel<T extends java.lang.Enum<T>> - Class in net.infordata.ifw2.web.grds
A model containing all possible enum values.
EnumModel(Class<T>) - Constructor for class net.infordata.ifw2.web.grds.EnumModel
 
equals(Object) - Method in class net.infordata.ifw2.msgs.ExceptionMessage
 
equals(Object) - Method in interface net.infordata.ifw2.msgs.IMessage
 
equals(Object) - Method in class net.infordata.ifw2.msgs.SimpleMessage
 
equals(Object) - Method in class net.infordata.ifw2.props.BaseProperty
 
equals(Object) - Method in class net.infordata.ifw2.props.ClassInfo
 
equals(Object) - Method in class net.infordata.ifw2.props.CompositeProperty
 
equals(Object) - Method in class net.infordata.ifw2.props.PropsComparator
 
equals(Object) - Method in class net.infordata.ifw2.util.APojoFormatter
 
equals(Object) - Method in class net.infordata.ifw2.util.CompositeComparator
 
equals(Object) - Method in class net.infordata.ifw2.util.CompositeKey
 
equals(Object) - Method in class net.infordata.ifw2.util.DateFormatter
 
equals(Object) - Method in class net.infordata.ifw2.util.EnumFormatter
 
equals(Object) - Method in class net.infordata.ifw2.util.FSFile
 
equals(Object) - Method in class net.infordata.ifw2.util.NumberFormatter
 
equals(Object) - Method in class net.infordata.ifw2.util.NumberFormatterSpecs
 
equals(Object) - Method in class net.infordata.ifw2.util.RAMFile
 
equals(Object) - Method in class net.infordata.ifw2.util.RegexFormatter
 
equals(Object) - Method in class net.infordata.ifw2.util.ReverseComparator
 
equals(Object) - Method in class net.infordata.ifw2.util.URLFile
 
equals(Object, Object) - Static method in class net.infordata.ifw2.util.Util
Checks for object equality, if an array is found then recursively checks contained objects
equals(Object) - Method in class net.infordata.ifw2.web.bnds.Stroke
 
equals(Object) - Method in class net.infordata.ifw2.web.ctrl.FlowEndState
 
equals(Object) - Method in class net.infordata.ifw2.web.ctrl.FlowState
 
equals(Object) - Method in class net.infordata.ifw2.web.ctrl.RawActionInfo
 
equals(Object) - Method in class net.infordata.ifw2.web.form.ActionsForm
 
equals(Object) - Method in class net.infordata.ifw2.web.form.APojoLookupFormatter
 
equals(Object) - Method in class net.infordata.ifw2.web.form.APojoLookupValidator
 
equals(Object) - Method in class net.infordata.ifw2.web.form.Choice
 
equals(Object) - Method in class net.infordata.ifw2.web.form.FieldContraints
 
equals(Object) - Method in class net.infordata.ifw2.web.form.Form
 
equals(Object) - Method in class net.infordata.ifw2.web.form.FormRef
 
equals(Object) - Method in class net.infordata.ifw2.web.form.InRangeValidator
 
equals(Object) - Method in class net.infordata.ifw2.web.form.RangeValidator
 
equals(Object) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow.Layout
 
equals(Object) - Method in class net.infordata.ifw2.web.grds.layout.LayoutDefDlg.ColumnInfo
 
equals(Object) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel.TreeNodeKey
 
equals(Object) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.ATreeNode
 
equals(Object) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.ATreeNodeKey
 
equals(Object) - Method in class net.infordata.ifw2.web.jpa.AJpaUniquenessValidator
 
equals(Object) - Method in class net.infordata.ifw2.web.jpa.JpaFormatter
 
equals(Object) - Method in class net.infordata.ifw2.web.jpa.JpaLookupValidator
 
equals(Object) - Method in class net.infordata.ifw2.web.menu.AMenuItem
 
equals(Object) - Method in class net.infordata.ifw2.web.mpart.UploadedFile
 
equals(Object) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.Key
 
Error_jsp - Class in net.infordata.ifw2.web.jsp
 
Error_jsp() - Constructor for class net.infordata.ifw2.web.jsp.Error_jsp
 
Error_jsp - Class in net.infordata.ifw2.web.jsp7
 
Error_jsp() - Constructor for class net.infordata.ifw2.web.jsp7.Error_jsp
 
escapeMacro(String, Map<?, ?>) - Static method in class net.infordata.ifw2.util.Util
Utilizzata per macro-sostituzioni, una macro è così composta: ${[type:]var-name[,var-default-value]}.
eventReceived(IFlow, IFlowComponent, IComponentEvent) - Method in interface net.infordata.ifw2.web.ctrl.IComponentListener
Used by flows to receive notifications about events published by one of its IFlowComponent.
ExceptionMessage - Class in net.infordata.ifw2.msgs
 
ExceptionMessage(Exception) - Constructor for class net.infordata.ifw2.msgs.ExceptionMessage
autoRemove == true
ExceptionMessage(Exception, MessageTypeEnum) - Constructor for class net.infordata.ifw2.msgs.ExceptionMessage
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.APublishEventAction
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.AResultAction
 
execute(IBndsFlow, HttpServletRequest, String, String, ActionInfo) - Method in interface net.infordata.ifw2.web.bnds.IFieldAction
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in interface net.infordata.ifw2.web.bnds.IFormAction
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.bnds.RenderAllActionWrapper
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.CardSwitchAction
 
execute(IBndsFlow, HttpServletRequest, String, String, ActionInfo) - Method in class net.infordata.ifw2.web.form.CalendarAction
 
execute(IBndsFlow, HttpServletRequest, String, String, ActionInfo) - Method in class net.infordata.ifw2.web.grds.ModelActions.Base4DataGrid
 
execute(IBndsFlow, HttpServletRequest, String, String, ActionInfo) - Method in class net.infordata.ifw2.web.grds.ModelActions.Base4EditableGrid
 
execute(IBndsFlow, HttpServletRequest, String, String, ActionInfo) - Method in class net.infordata.ifw2.web.grds.ModelActions.Base4Grid
 
execute(IBndsFlow, HttpServletRequest, String, String, ActionInfo) - Method in class net.infordata.ifw2.web.grds.ModelActions.Base4OrderedGrid
 
execute(IBndsFlow, HttpServletRequest, String, String, ActionInfo) - Method in class net.infordata.ifw2.web.grds.ModelActions.Base4TreeGrid
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.Cancel
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.Edit
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.First
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.FirstAndFastEdit
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.Insert
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.Last
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.LastAndFastEdit
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.MoveRow
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.Next
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.NextAndFastEdit
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.Post
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.Previous
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.PreviousAndFastEdit
 
execute(IBndsFlow, HttpServletRequest, String, String, ActionInfo) - Method in class net.infordata.ifw2.web.grds.ModelActions.Reload
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.Reload
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.Remove
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.SetCurrent
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.SetCurrentAndEdit
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.ShowCompleteGHeaderText
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.ShowCompleteHeaderText
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.ShowCompleteText
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.Sort
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.ToggleCurrentExpand
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.grds.ModelActions.ToggleExpand
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.menu.APopupMenuAction
 
execute(IBndsFlow, HttpServletRequest, String, String, ActionInfo) - Method in class net.infordata.ifw2.web.menu.APopupMenuAction
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.menu.PopupActionAdapter
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.MessageAreaFlow.MaximizeAction
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.MessageAreaFlow.RefreshAction
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.MessageAreaFlow.ShowKeysAction
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.MessageAreaFlow.ShowMessagesAction
 
execute(IBndsFlow, HttpServletRequest, String, String, ActionInfo) - Method in class net.infordata.ifw2.web.PojoLookupAction
 
execute(String, LookupMoveEnum) - Method in class net.infordata.ifw2.web.PojoLookupAction
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.PojoLookupFormAction
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.TaskBoxFlow.MinimizeAction
 
execute(IBndsFlow, HttpServletRequest, String, ActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.TaskBoxFlow.RefreshAction
 
exists() - Method in interface net.infordata.ifw2.util.FileReference
 
exists() - Method in class net.infordata.ifw2.util.FSFile
 
exists() - Method in class net.infordata.ifw2.util.RAMFile
 
exists() - Method in class net.infordata.ifw2.util.URLFile
 
exists() - Method in class net.infordata.ifw2.web.mpart.UploadedFile
 
exit(IFlow) - Method in class net.infordata.ifw2.web.ctrl.Flow.AsFlowState
 
exit(IFlow) - Method in class net.infordata.ifw2.web.ctrl.FlowState
 
exit(IFlow) - Method in interface net.infordata.ifw2.web.ctrl.IFlowState
The state is not the current one anymore.
Exit is called after after the state changing operation completion.
exit(IFlow) - Method in enum net.infordata.ifw2.web.DialogResultEnum
 
expandAllChilds(int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
expandAllChilds(int) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
expandAllChilds(int) - Method in interface net.infordata.ifw2.web.jpa.IJpaFolderModel
 
expandedPojo(C) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
extIdToId(String) - Method in class net.infordata.ifw2.web.ctrl.FlowContext
 
EXTRA_PATH_INFO_ATTR - Static variable in class net.infordata.ifw2.web.util.MainServlet
 

F

FastEditEnum - Enum in net.infordata.ifw2.web.grds
 
feedParameters(Query, Map<String, Object>) - Static method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
Deprecated.
feedParameters(Query, Map<String, Object>) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
Usage pattern:
feedParameters(TypedQuery<T>, Map<String, Object>) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
fetchAll() - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
Calling this method ensures that all rows are fetched from the jpa storage.
It also sets the fetchAll internal attribute, if you want to restore paging remember to call the AJpaGridModel.setFetchAll(boolean) method.
fetchAll(EntityManager, int, Set<Attribute<?, ?>>, Object[]) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
fetchAll(EntityManager, int, Set<Attribute<?, ?>>, Collection<T>) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
fetchAllChilds(EntityManager) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.AFakeTreeNode
The implementor must load all of its childs discarding any previously loaded ones.
fetchChilds(EntityManager, boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.AFakeTreeNode
 
fetchedAll() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.AFakeTreeNode
 
fetchedAll() - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
fetchRows(int, int) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
fetchRows(int, int) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
fetchRows(int, int) - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
fetchRows(int, int) - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
fetchRows(int, int) - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
fetchRows(int, int) - Method in interface net.infordata.ifw2.web.grds.IGridModel
Used by the ui to ensure that the request rows really exist without the need to retrieve any column value.
The ui is simply saying that it wants to get access to the given rows.
fetchRows(int, int) - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
fetchRows(int, int) - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
fetchRows(int, int) - Method in class net.infordata.ifw2.web.grds.PojoGridModel
 
fetchRows(int, int) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
fetchRows(int, int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
fetchRows(int, int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
fetchRows(int, int) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
fetchRows(int, int) - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
FieldContraints - Class in net.infordata.ifw2.web.form
Immutable.
FieldContraints(boolean, int) - Constructor for class net.infordata.ifw2.web.form.FieldContraints
 
FieldEventEnum - Enum in net.infordata.ifw2.web.ctrl
This are field events generated on the client side.
FieldFactory - Class in net.infordata.ifw2.web.form
Simple implementation of IFieldFactory.
FieldFactory() - Constructor for class net.infordata.ifw2.web.form.FieldFactory
 
fieldMangledName - Variable in class net.infordata.ifw2.web.tags.KeyActionTag.Key
 
file(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
file(String, Boolean, String, String, String, Integer, Integer, Integer, Integer, String) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.file(String) instead.
file(String, Boolean, String, Integer, Integer, Integer) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.file(String) instead.
FileReference - Interface in net.infordata.ifw2.util
Common file interface.
FileTag - Class in net.infordata.ifw2.web.tags
 
FileTag() - Constructor for class net.infordata.ifw2.web.tags.FileTag
 
FileTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
FileTag.ECSBaseAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.FileTag.ECSBaseAdapter
 
fill(String, int) - Static method in class net.infordata.ifw2.util.Util
 
FilterDefDlg<T> - Class in net.infordata.ifw2.web.grds.filter
 
FilterDefDlg(AFilterDefinition<T>) - Constructor for class net.infordata.ifw2.web.grds.filter.FilterDefDlg
 
FilterDefinitionFactory - Class in net.infordata.ifw2.web.grds.filter
 
FilterDefinitionFactory() - Constructor for class net.infordata.ifw2.web.grds.filter.FilterDefinitionFactory
 
filterDialog(String) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
filterDialog(String) - Method in interface net.infordata.ifw2.web.grds.layout.IFilterable
Open a dialog to ask the user a filter condition for the given column-name
FixedGridResizers - Class in net.infordata.ifw2.web.grds
 
FixedGridResizers() - Constructor for class net.infordata.ifw2.web.grds.FixedGridResizers
 
Flow - Class in net.infordata.ifw2.web.ctrl
An IFlow which is able to process user requests and render its content.
By default it can only be used as a stand-alone flow, but by its "personalities" it can be transformed in a flow sub-state, in a dialog, ...
Flow(IRenderer) - Constructor for class net.infordata.ifw2.web.ctrl.Flow
 
Flow.AsDialogFlow - Class in net.infordata.ifw2.web.ctrl
With this "personality" the flow can be used in a modal dialog, see IFlowAsDialog.
Flow.AsFlowComponent - Class in net.infordata.ifw2.web.ctrl
This "personality" gives the flow the ability to be used as an IFlowComponent.
Flow.AsFlowState - Class in net.infordata.ifw2.web.ctrl
By using this "personality" the flow can be used as an IFlowState of another flow.
FlowContext - Class in net.infordata.ifw2.web.ctrl
This is a wrapper of common methods available during flow request processing.
There is a FlowContext instance per FlowRequestHandler instance.
FlowEndState - Class in net.infordata.ifw2.web.ctrl
FlowEndState(String) - Constructor for class net.infordata.ifw2.web.ctrl.FlowEndState
 
FlowRequestHandler - Class in net.infordata.ifw2.web.ctrl
An IRequestHandler which uses an IFlowRequestProcessor to process requests and an IRendererEngine to generate content/content-parts.
Each FlowRequestHandler has its own FlowContext shared by all IFlow belonging to it.
FlowRequestHandler(Flow, IRendererEngine) - Constructor for class net.infordata.ifw2.web.ctrl.FlowRequestHandler
 
flowRequiresFocus(String) - Method in class net.infordata.ifw2.web.ctrl.FlowContext
In the next rendering phase ifw2 will tries to give the focus to the given element.
flowRequiresFocus() - Method in class net.infordata.ifw2.web.ctrl.FlowContext
The currently active flows is added to the list of flows requiring focus.
Keep in mind that this has also the effect to synchronize the focused element on the client side with the one specified on the server side.
Use it with care.
FlowState - Class in net.infordata.ifw2.web.ctrl
 
FlowState(String) - Constructor for class net.infordata.ifw2.web.ctrl.FlowState
 
flush() - Method in class net.infordata.ifw2.util.NullWriter
 
focused - Variable in class net.infordata.ifw2.web.MessageAreaFlow.Msg
 
focusEventDeliveredAsync() - Method in class net.infordata.ifw2.web.view.RendererContext
 
forceReload(boolean) - Method in interface net.infordata.ifw2.web.grds.IReloadableGridModel
Forces the model to reload data from the external storage at next IGridModel.sync().
It is usable to free up resources.
forceReload(boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
forceReload(boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
forceReload(boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
forceReload(boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
forceReload(boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
Form - Class in net.infordata.ifw2.web.bnds
Deprecated.
use Form or ActionsForm (if you need a form not containing fields) instead.
Form() - Constructor for class net.infordata.ifw2.web.bnds.Form
Deprecated.
 
form(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
form(String, Boolean, String, String, Boolean, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.form(String) instead.
form(String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
 
form(String, String, Boolean, String, String, Boolean, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
use Bnds.form(String) instead.
Form - Class in net.infordata.ifw2.web.form
A complete IForm implementation.
It cannot be registered and binded by different flows, use a FormRef in this cases.
Form() - Constructor for class net.infordata.ifw2.web.form.Form
 
Form(IFieldFactory) - Constructor for class net.infordata.ifw2.web.form.Form
 
format(T) - Method in class net.infordata.ifw2.util.APojoFormatter
 
format(CharSequence) - Method in class net.infordata.ifw2.util.CharSequenceFormatter
 
format(Date) - Method in class net.infordata.ifw2.util.DateFormatter
 
format(String) - Method in class net.infordata.ifw2.util.DummyFormatter
 
format(T) - Method in class net.infordata.ifw2.util.EnumFormatter
 
format(T) - Method in interface net.infordata.ifw2.util.IFormatter
 
format(T) - Method in class net.infordata.ifw2.util.NumberFormatter
 
format(String) - Method in class net.infordata.ifw2.util.RegexFormatter
 
formatChoiceDescription(T) - Method in interface net.infordata.ifw2.web.form.IFormatterWithChoices
 
formatChoiceDescription(T) - Method in class net.infordata.ifw2.web.jpa.AJpaFormatterWithChoices
 
FormattedTextField<T> - Class in net.infordata.ifw2.web.form
A text field with an IFormatter which is used to convert an object to its string representation and vice-versa.
FormattedTextField(IFormatter<T>) - Constructor for class net.infordata.ifw2.web.form.FormattedTextField
 
FormattedTextFieldWithChoices<T> - Class in net.infordata.ifw2.web.form
 
FormattedTextFieldWithChoices(IFormatter<T>, T, T...) - Constructor for class net.infordata.ifw2.web.form.FormattedTextFieldWithChoices
 
FormattedTextFieldWithChoices(IFormatter<T>, Collection<T>) - Constructor for class net.infordata.ifw2.web.form.FormattedTextFieldWithChoices
 
FormattedTextFieldWithChoices(IFormatterWithChoices<T>) - Constructor for class net.infordata.ifw2.web.form.FormattedTextFieldWithChoices
The null value is automatically added to the combo-box options list.
FormComponent - Class in net.infordata.ifw2.web.tags
 
formCSAC - Variable in class net.infordata.ifw2.web.tags.KeyActionTag.Key
 
FormRef - Class in net.infordata.ifw2.web.form
To be used when you need to bind the same form Form more than once.
You can use it even in a different flow.
FormRef(Form) - Constructor for class net.infordata.ifw2.web.form.FormRef
 
FORMS_ATTR - Static variable in class net.infordata.ifw2.web.tags.FormTag
 
FormTag - Class in net.infordata.ifw2.web.tags
A form is enabled if it is in an active-flow (ie it is part of the chain of current states and its current child state is not a modal one).
If it is binded to an IForm then it is enabled only if the binded object is enabled.
FormTag() - Constructor for class net.infordata.ifw2.web.tags.FormTag
 
FormTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
FormTag.ECSBaseAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.FormTag.ECSBaseAdapter
 
FormTag.ECSBndsAdapter - Class in net.infordata.ifw2.web.tags
 
FormTag.ECSBndsAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.FormTag.ECSBndsAdapter
 
FSFile - Class in net.infordata.ifw2.util
A class to hold information about a file-system file.
FSFile(File, String) - Constructor for class net.infordata.ifw2.util.FSFile
 

G

generatePassword(String, int) - Static method in class net.infordata.ifw2.util.Util
 
get(C) - Method in class net.infordata.ifw2.props.BaseProperty
 
get(C) - Method in class net.infordata.ifw2.props.CompositeProperty
 
get(C) - Method in class net.infordata.ifw2.props.Property
 
get(int) - Method in class net.infordata.ifw2.util.OnDiskChunkedList
 
get() - Static method in class net.infordata.ifw2.web.ctrl.FlowContext
 
get() - Static method in class net.infordata.ifw2.web.ctrl.TaskContext
 
get() - Method in class net.infordata.ifw2.web.ctrl.TaskFuture
 
get(long, TimeUnit) - Method in class net.infordata.ifw2.web.ctrl.TaskFuture
 
get() - Static method in class net.infordata.ifw2.web.util.SecurityContext
 
get() - Static method in class net.infordata.ifw2.web.view.RendererContext
 
getAcceptedLanguages() - Static method in class net.infordata.ifw2.web.util.LocaleContext
 
getAcceptedLocales() - Static method in class net.infordata.ifw2.web.util.LocaleContext
 
getAcceptedRoles(ServletContext) - Static method in class net.infordata.ifw2.web.util.SecurityContext
 
getAcceptedRoles() - Method in class net.infordata.ifw2.web.util.SecurityContext
 
getAction(String) - Method in class net.infordata.ifw2.web.bnds.Form
Deprecated.
 
getAction(String) - Method in interface net.infordata.ifw2.web.bnds.IForm
 
getAction(Stroke) - Method in class net.infordata.ifw2.web.bnds.StrokeStripe
 
getAction(String) - Method in class net.infordata.ifw2.web.form.ActionsForm
 
getAction(String) - Method in interface net.infordata.ifw2.web.form.AForm
 
getAction(String) - Method in class net.infordata.ifw2.web.form.Form
 
getAction(String) - Method in class net.infordata.ifw2.web.form.FormRef
 
getAction(AMenuItem) - Method in class net.infordata.ifw2.web.menu.MenuStripe
 
getActionParameter() - Method in class net.infordata.ifw2.web.bnds.Stroke
 
getActionParameter() - Method in class net.infordata.ifw2.web.menu.MenuItem
 
getActions() - Method in class net.infordata.ifw2.web.bnds.Form
Deprecated.
 
getActions() - Method in interface net.infordata.ifw2.web.bnds.IForm
 
getActions() - Method in class net.infordata.ifw2.web.form.ActionsForm
 
getActions() - Method in interface net.infordata.ifw2.web.form.AForm
 
getActions() - Method in class net.infordata.ifw2.web.form.Form
 
getActions() - Method in class net.infordata.ifw2.web.form.FormRef
 
getActionsForm() - Method in class net.infordata.ifw2.web.CardFlow
 
getActionsForm() - Method in class net.infordata.ifw2.web.DialogBoxFlow
 
getActiveTab() - Method in class net.infordata.ifw2.web.TabbedFlow
 
getAlignment() - Method in interface net.infordata.ifw2.web.bnds.ITextField
 
getAlignment() - Method in class net.infordata.ifw2.web.form.ATextField
 
getAlignment() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Column
 
getAlignment() - Method in class net.infordata.ifw2.web.grds.Column
 
getAlignment() - Method in class net.infordata.ifw2.web.grds.ColumnWrapper
 
getAlignment() - Method in interface net.infordata.ifw2.web.grds.IColumn
 
getAllValues() - Method in class net.infordata.ifw2.web.MultiSelectionListFlow
 
getAllValues() - Method in class net.infordata.ifw2.web.PojoMultiSelectionListFlow
 
getAncestor(String) - Method in class net.infordata.ifw2.web.view.ContentPart
 
getAnnotation(Class<AT>) - Method in class net.infordata.ifw2.props.AnnotatedProperty
 
getAnnotation(Class<AT>) - Method in class net.infordata.ifw2.props.CompositeProperty
 
getAnnotations() - Method in class net.infordata.ifw2.props.AnnotatedProperty
 
getAnnotations() - Method in class net.infordata.ifw2.props.CompositeProperty
 
getAutoRemoveIndicator() - Method in class net.infordata.ifw2.msgs.ExceptionMessage
 
getAutoRemoveIndicator() - Method in interface net.infordata.ifw2.msgs.IMessage
 
getAutoRemoveIndicator() - Method in class net.infordata.ifw2.msgs.SimpleMessage
 
getBindedAction() - Method in class net.infordata.ifw2.web.tags.AActionTag
 
getBindedField(String) - Method in class net.infordata.ifw2.web.bnds.Form
Deprecated.
 
getBindedField(String) - Method in interface net.infordata.ifw2.web.bnds.IForm
This method is not intended to be called before IForm.bindField(Class, String).
getBindedField(String) - Method in class net.infordata.ifw2.web.form.ActionsForm
 
getBindedField(Class<T>, String) - Method in interface net.infordata.ifw2.web.form.AForm
 
getBindedField(String) - Method in interface net.infordata.ifw2.web.form.AForm
 
getBindedField(String) - Method in class net.infordata.ifw2.web.form.Form
 
getBindedField(Class<T>, String) - Method in class net.infordata.ifw2.web.form.Form
 
getBindedField(String) - Method in class net.infordata.ifw2.web.form.FormRef
 
getBindedField(Class<T>, String) - Method in class net.infordata.ifw2.web.form.FormRef
 
getBindedField(String) - Method in interface net.infordata.ifw2.web.form.IFormView
Deprecated.
use IFormView.getField(String) instead and IFormView.getBindedFields() if you need to know if a field has been binded by the ui.
getBindedField(Class<T>, String) - Method in interface net.infordata.ifw2.web.form.IFormView
Deprecated.
use IFormView.getField(Class, String) instead and IFormView.getBindedFields() if you need to know if a field has been binded by the ui.
getBindedField() - Method in class net.infordata.ifw2.web.tags.AInputTag
 
getBindedField() - Method in class net.infordata.ifw2.web.tags.RadioGroupTag
 
getBindedField() - Method in class net.infordata.ifw2.web.tags.SelectTag
 
getBindedFields() - Method in class net.infordata.ifw2.web.bnds.Form
Deprecated.
 
getBindedFields() - Method in interface net.infordata.ifw2.web.bnds.IForm
This method is not intended to be called before IForm.binded(int).
getBindedFields() - Method in class net.infordata.ifw2.web.form.ActionsForm
 
getBindedFields() - Method in interface net.infordata.ifw2.web.form.AForm
 
getBindedFields() - Method in class net.infordata.ifw2.web.form.Form
 
getBindedFields() - Method in class net.infordata.ifw2.web.form.FormRef
 
getBindedFields() - Method in interface net.infordata.ifw2.web.form.IFormView
 
getBindedForm() - Method in class net.infordata.ifw2.web.tags.AActionTag
 
getBindedForm() - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
getBindedForm() - Method in class net.infordata.ifw2.web.tags.AInputTag
 
getBindedForm() - Method in class net.infordata.ifw2.web.tags.FormTag
 
getBindedForm() - Method in class net.infordata.ifw2.web.tags.RadioGroupTag
 
getBindedForm() - Method in class net.infordata.ifw2.web.tags.SelectTag
 
getBreaker() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.DataColumn
 
getBreaker() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Row
 
getBrowser() - Method in class net.infordata.ifw2.web.view.RendererContext
 
getBrowserHeight() - Method in class net.infordata.ifw2.web.ctrl.FlowContext
 
getBrowserHeight() - Method in class net.infordata.ifw2.web.view.RendererContext
 
getBrowserPlatform() - Method in class net.infordata.ifw2.web.view.RendererContext
 
getBrowserPreferredLocale(HttpServletRequest) - Static method in class net.infordata.ifw2.web.util.LocaleContext
 
getBrowserWidth() - Method in class net.infordata.ifw2.web.ctrl.FlowContext
 
getBrowserWidth() - Method in class net.infordata.ifw2.web.view.RendererContext
 
getBundle(String, Locale) - Static method in class net.infordata.ifw2.util.Util
Same as ResourceBundle.getBundle(String) but with a no-fallback control by default.
getBundle() - Method in class net.infordata.ifw2.web.bnds.Stroke
 
getBundle() - Method in class net.infordata.ifw2.web.form.AField
 
getBundle() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Column
 
getBundle() - Method in class net.infordata.ifw2.web.grds.Column
 
getBundle() - Method in class net.infordata.ifw2.web.grds.ColumnGroup
 
getBundle() - Method in class net.infordata.ifw2.web.menu.AMenuItem
 
getBundle() - Method in class net.infordata.ifw2.web.TabInfo
 
getBundleName() - Method in class net.infordata.ifw2.web.bnds.Stroke
 
getBundleName() - Method in class net.infordata.ifw2.web.form.AField
 
getBundleName() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Column
 
getBundleName() - Method in class net.infordata.ifw2.web.grds.Column
 
getBundleName() - Method in class net.infordata.ifw2.web.grds.ColumnGroup
 
getBundleName() - Method in class net.infordata.ifw2.web.menu.AMenuItem
 
getBundleName() - Method in class net.infordata.ifw2.web.TabInfo
 
getCachedValue() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Cell
 
getCardFlow() - Method in class net.infordata.ifw2.web.CardSwitchAction
 
getCardToSwitch() - Method in class net.infordata.ifw2.web.CardSwitchAction
 
getCell(IGridModel, int, int, IColumn) - Method in class net.infordata.ifw2.web.dec.ACellDecoratorWrapper
 
getCell(IGridModel, int, int, IColumn, ITreeNode) - Method in class net.infordata.ifw2.web.dec.ATreeCellDecoratorWrapper
 
getCell(IGridModel, int, int, IColumn) - Method in class net.infordata.ifw2.web.dec.DefaultCellDecorator
 
getCell(IGridModel, int, int, IColumn, ITreeNode) - Method in class net.infordata.ifw2.web.dec.DefaultCellDecorator
 
getCell(IDateDecoratorClient, Calendar, Calendar) - Method in class net.infordata.ifw2.web.dec.DefaultDateDecorator
 
getCell(IDateDecoratorClient, Calendar, Calendar) - Method in interface net.infordata.ifw2.web.dec.IDateDecorator
 
getCell(IGridModel, int, int, IColumn) - Method in interface net.infordata.ifw2.web.dec.IGridCellDecorator
 
getCell(IGridModel, int, int, IColumn, ITreeNode) - Method in interface net.infordata.ifw2.web.dec.ITreeCellDecorator
 
getCell(int, int) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getCell(APojoCrossModel.Row<T>, int) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getCell(IGridModel, int, int, IColumn) - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.CellDecorator
 
getCellDecorator() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getCellDecorator() - Method in class net.infordata.ifw2.web.grds.DataGridFlow
 
getCellDecorator() - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
getCellDecorator() - Method in class net.infordata.ifw2.web.grds.TreeGridFlow
 
getCellPojos() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Cell
 
getCells() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Row
 
getCellValue(APojoCrossModel.Cell<T>, int) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getCharacterEncoding(ServletRequest) - Static method in class net.infordata.ifw2.web.util.WEBUtil
Same as ServletRequest.getCharacterEncoding() but with a default.
getChild(String) - Method in class net.infordata.ifw2.web.view.ContentPart
 
getChildModels() - Method in class net.infordata.ifw2.web.grds.ModelActions.Cancel
 
getChildModels() - Method in class net.infordata.ifw2.web.grds.ModelActions.Post
 
getChilds() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.AFakeTreeNode
 
getChilds(C) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getChilds() - Method in class net.infordata.ifw2.web.view.ContentPart
 
getChoices() - Method in interface net.infordata.ifw2.web.bnds.IFieldWithChoices
 
getChoices() - Method in class net.infordata.ifw2.web.form.AFormattedTextFieldWithChoices
 
getChoices() - Method in class net.infordata.ifw2.web.form.SelectField
 
getClassInfo() - Method in class net.infordata.ifw2.props.BaseProperty
 
getClassInfo() - Method in class net.infordata.ifw2.props.CompositeProperty
 
getClassInfo() - Method in class net.infordata.ifw2.props.Property
 
getClassInfo() - Method in class net.infordata.ifw2.web.form.PojoForm
 
getClassInfo() - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
getClientParameter(String) - Method in class net.infordata.ifw2.web.ctrl.RawActionInfo
 
getClientParameters() - Method in class net.infordata.ifw2.web.ctrl.RawActionInfo
This parameters are provided by the client side java-script engine if the action triggering event is better described by extra informations, an example is the "wheelDelta" parameter.
It is up to the action handling code to correctly use them.
getClientScriptAccessCode() - Method in class net.infordata.ifw2.web.tags.AActionTag
 
getClientScriptAccessCode() - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
getClientScriptAccessCode() - Method in class net.infordata.ifw2.web.tags.AInputTag
 
getClientScriptAccessCode() - Method in class net.infordata.ifw2.web.tags.DivTag
 
getClientScriptAccessCode() - Method in class net.infordata.ifw2.web.tags.FormComponent
 
getClientScriptAccessCode() - Method in class net.infordata.ifw2.web.tags.FormTag
 
getClientScriptAccessCode() - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
getClientScriptAccessCode() - Method in class net.infordata.ifw2.web.tags.RadioGroupTag
 
getClientScriptAccessCode() - Method in class net.infordata.ifw2.web.tags.SelectTag
 
getClientScriptAccessCode() - Method in class net.infordata.ifw2.web.view.ContentPart
 
getClientScriptAccessCode(String) - Method in class net.infordata.ifw2.web.view.RendererContext
This is the same result of the csac tag.
First search in its ancestors then in its sub-childs.
getCollectedValues(Class<VT>, String) - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
getCollectedValues(Class<VT>, int) - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
getCollectValuesIndicator() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Column
 
getCollectValuesIndicator() - Method in class net.infordata.ifw2.web.grds.Column
 
getCollectValuesIndicator() - Method in class net.infordata.ifw2.web.grds.ColumnWrapper
 
getCollectValuesIndicator() - Method in interface net.infordata.ifw2.web.grds.IColumn
 
getColumn(int) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
getColumn(int) - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getColumn(int) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getColumn(int) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getColumn(int) - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
getColumn(int) - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
getColumn(int) - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
getColumn(int) - Method in interface net.infordata.ifw2.web.grds.IGridModel
 
getColumn(int) - Method in interface net.infordata.ifw2.web.grds.layout.ILayoutable
 
getColumn(int) - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
getColumn(int) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getColumn(int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getColumn(int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
getColumn(int) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getColumn(int) - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
getColumn(int) - Method in interface net.infordata.ifw2.web.jpa.IJpaGridModel
 
getColumnCount() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getColumnCount() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getColumnCount() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
getColumnCount() - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
getColumnCount() - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
getColumnCount() - Method in interface net.infordata.ifw2.web.grds.IGridModel
 
getColumnCount() - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
getColumnCount() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getColumnCount() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getColumnCount() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
getColumnCount() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getColumnGroup(String) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getColumnGroup(String) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getColumnGroup(String) - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
getColumnGroup(String) - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
getColumnGroup(String) - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
getColumnGroup(String) - Method in interface net.infordata.ifw2.web.grds.IGridModel
 
getColumnGroup(String) - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
getColumnGroup(String) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getColumnGroup(String) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getColumnGroup(String) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
getColumnGroup(String) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getColumnGroupsMap() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getColumnGroupsMap() - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
getColumnIndex(String) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getColumnIndex(String) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getColumnIndex(String) - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
getColumnIndex(String) - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
getColumnIndex(String) - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
getColumnIndex(String) - Method in interface net.infordata.ifw2.web.grds.IGridModel
 
getColumnIndex(String) - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
getColumnIndex(String) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getColumnIndex(String) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getColumnIndex(String) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
getColumnIndex(String) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getColumnLabel() - Method in class net.infordata.ifw2.web.grds.layout.LayoutDefDlg.ColumnInfo
 
getColumnName(int) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getColumnName(int) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getColumnName(int) - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
getColumnName(int) - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
getColumnName(int) - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
getColumnName(int) - Method in interface net.infordata.ifw2.web.grds.IGridModel
 
getColumnName() - Method in class net.infordata.ifw2.web.grds.layout.LayoutDefDlg.ColumnInfo
 
getColumnName(int) - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
getColumnName(int) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getColumnName(int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getColumnName(int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
getColumnName(int) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getColumnsToShow() - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
getColumnsToShow() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getColumnsToShow() - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
getColumnsToShow() - Method in interface net.infordata.ifw2.web.grds.layout.ILayoutable
 
getComparatorByType(Class<?>) - Static method in class net.infordata.ifw2.web.grds.PojoColumnComparator
The returned comparator can change for the same data type since it can depends on the current locale (see LocaleContext.getLocale().
getComparatorForColumn(IColumn) - Static method in class net.infordata.ifw2.web.grds.PojoColumnComparator
 
getComponent(String) - Method in class net.infordata.ifw2.web.ctrl.Flow
 
getComponent(String) - Method in interface net.infordata.ifw2.web.ctrl.IFlowPersonality
 
getComponent(String) - Method in class net.infordata.ifw2.web.tags.FormTag
 
getComponentMap() - Method in class net.infordata.ifw2.web.ctrl.Flow
 
getConstraints() - Method in class net.infordata.ifw2.web.form.AField
 
getConstraints() - Method in class net.infordata.ifw2.web.form.AFormField
 
getContent() - Method in class net.infordata.ifw2.web.util.TxtResponseWrapper
 
getContent() - Method in class net.infordata.ifw2.web.view.ContentPart
 
getContentDiv(IFlowAsDialog) - Method in class net.infordata.ifw2.web.dec.DefaultDialogDecorator
 
getContentDiv(IFlowAsDialog) - Method in interface net.infordata.ifw2.web.dec.IDialogDecorator
Dialog must be rendered using Base.rendererRaw(net.infordata.ifw2.web.view.IRenderer) and as top-level ifw2 tag, ie.
getContentType() - Method in interface net.infordata.ifw2.util.FileReference
 
getContentType() - Method in class net.infordata.ifw2.util.FSFile
 
getContentType() - Method in class net.infordata.ifw2.util.RAMFile
 
getContentType() - Method in class net.infordata.ifw2.util.URLFile
 
getContentType() - Method in class net.infordata.ifw2.web.mpart.UploadedFile
 
getContextPath() - Method in class net.infordata.ifw2.web.view.RendererContext
 
getContraintsFor(String) - Method in interface net.infordata.ifw2.web.form.AForm
 
getContraintsFor(String) - Method in class net.infordata.ifw2.web.form.Form
 
getContraintsFor(String) - Method in class net.infordata.ifw2.web.form.FormRef
 
getContraintsFor(String) - Method in interface net.infordata.ifw2.web.form.IFormView
 
getCssClass() - Method in interface net.infordata.ifw2.web.bnds.IField
 
getCssClass() - Method in class net.infordata.ifw2.web.bnds.Stroke
Valid only for submits.
getCssClass() - Method in enum net.infordata.ifw2.web.DialogResultEnum
 
getCssClass() - Method in class net.infordata.ifw2.web.form.AField
 
getCssClass() - Method in interface net.infordata.ifw2.web.IDialogResult
 
getCurrentCard() - Method in class net.infordata.ifw2.web.CardFlow
 
getCurrentCell(String) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getCurrentCell(int) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getCurrentCol() - Method in class net.infordata.ifw2.web.grds.AGridFlow
This is expected to be used only if AGridFlow.isCellCursorEnabled()
getCurrentContentPart() - Method in class net.infordata.ifw2.web.view.RendererContext
 
getCurrentDialog() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsDialogFlow
 
getCurrentDialog() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsFlowComponent
 
getCurrentDialog() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsFlowState
 
getCurrentDialog() - Method in class net.infordata.ifw2.web.ctrl.Flow
 
getCurrentDialog() - Method in interface net.infordata.ifw2.web.ctrl.IFlowPersonality
 
getCurrentEntityManager() - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
getCurrentEntityManager(boolean) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
getCurrentEntityManager(String) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
getCurrentEntityManager(String, boolean) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
getCurrentFlow() - Method in class net.infordata.ifw2.web.view.RendererContext
 
getCurrentFlowId() - Method in class net.infordata.ifw2.web.view.RendererContext
 
getCurrentFlowScope() - Method in class net.infordata.ifw2.web.view.RendererContext
 
getCurrentModalScope() - Method in class net.infordata.ifw2.web.view.RendererContext
 
getCurrentPage(HttpServletRequest) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
getCurrentPageUri(HttpServletRequest) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
getCurrentParentFormTag() - Method in class net.infordata.ifw2.web.view.RendererContext
 
getCurrentPojo() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getCurrentPojo() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getCurrentPojo() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
getCurrentPojo() - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
getCurrentPojo() - Method in interface net.infordata.ifw2.web.grds.IPojoGridModel
 
getCurrentPojo() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getCurrentPojo() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getCurrentPojo() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
getCurrentPojo() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getCurrentPojo() - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
getCurrentRow() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getCurrentRow() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getCurrentRow() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getCurrentRow() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
getCurrentRow() - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
getCurrentRow() - Method in interface net.infordata.ifw2.web.grds.IGridModel
 
getCurrentRow() - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
getCurrentRow() - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
getCurrentRow() - Method in class net.infordata.ifw2.web.grds.PojoGridModel
 
getCurrentRow() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getCurrentRow() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getCurrentRow() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
getCurrentRow() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getCurrentRow() - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
getCurrentRowCount() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getCurrentRowCount() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getCurrentRowCount() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
getCurrentRowCount() - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
getCurrentRowCount() - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
getCurrentRowCount() - Method in interface net.infordata.ifw2.web.grds.IGridModel
 
getCurrentRowCount() - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
getCurrentRowCount() - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
getCurrentRowCount() - Method in class net.infordata.ifw2.web.grds.PojoGridModel
 
getCurrentRowCount() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getCurrentRowCount() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getCurrentRowCount() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
getCurrentRowCount() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getCurrentRowCount() - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
getCurrentState() - Method in class net.infordata.ifw2.web.ctrl.Flow
The current state.
getCurrentState() - Method in interface net.infordata.ifw2.web.ctrl.IFlow
 
getCurrentStep() - Method in class net.infordata.ifw2.web.ctrl.TaskContext
 
getCurrentSystemDialog() - Method in class net.infordata.ifw2.web.ctrl.Flow
 
getCurrentSystemDialog() - Method in interface net.infordata.ifw2.web.ctrl.IFlowPersonality
 
getCurrentTreeNode() - Method in interface net.infordata.ifw2.web.grds.ITreeGridModel
 
getCurrentTreeNode() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getCurrentTreeNode() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getCurrentTreeNode() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getCurrentTreeNode() - Method in interface net.infordata.ifw2.web.jpa.IJpaFolderModel
 
getData() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
Any modification maded to the returned collection is reflected into the model.
getData() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
Any modification maded to the returned collection is reflected into the model.
getData() - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
Any modification maded to the returned collection is reflected into the model as soon as the PojoDataGridModel._sync() method is directly called or indirectly called.
getData() - Method in class net.infordata.ifw2.web.grds.PojoGridModel
Any modification maded to the returned collection is reflected into the model.
getDataGridModel() - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
getDataVersion() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getDataVersion() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getDataVersion() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
getDataVersion() - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
getDataVersion() - Method in interface net.infordata.ifw2.web.grds.IPojoGridModel
 
getDataVersion() - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
getDataVersion() - Method in class net.infordata.ifw2.web.grds.PojoGridModel
 
getDataVersion() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getDataVersion() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getDataVersion() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
getDataVersion() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getDataVersion() - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
getDataView() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getDataView() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
If an insert or edit operation is pending, the pojo is not contained in the returned collection.
getDataView() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
If an insert or edit operation is pending, the pojo is not contained in the returned collection.
getDataView() - Method in interface net.infordata.ifw2.web.grds.IPojoEditableGridModel
Depending on the implementation, the returned collection may or may not contain the inserting pending pojo and may or may not contain a clone of the edited object instead of the original one.
getDataView() - Method in interface net.infordata.ifw2.web.grds.IPojoGridModel
 
getDataView() - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
getDataView() - Method in class net.infordata.ifw2.web.grds.PojoGridModel
 
getDataView() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getDataView() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getDataView() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
getDataView() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getDataView() - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
getDateDecorator() - Method in class net.infordata.ifw2.web.CalendarFlow
 
getDateInstance(int) - Static method in class net.infordata.ifw2.util.DateFormatter
 
getDateInstance() - Static method in class net.infordata.ifw2.util.DateFormatter
 
getDateInstance(Class<T>) - Static method in class net.infordata.ifw2.util.DateFormatter
 
getDateTimeInstance(int, int) - Static method in class net.infordata.ifw2.util.DateFormatter
 
getDateTimeInstance() - Static method in class net.infordata.ifw2.util.DateFormatter
 
getDblClickAction() - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
getDblClickAction() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getDblClickAction() - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
getDeclaredAnnotations() - Method in class net.infordata.ifw2.props.AnnotatedProperty
 
getDeclaredAnnotations() - Method in class net.infordata.ifw2.props.CompositeProperty
 
getDeclaredProperties() - Method in class net.infordata.ifw2.props.ClassInfo
 
getDeclaredProperty(String) - Method in class net.infordata.ifw2.props.ClassInfo
 
getDecorator() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsDialogFlow
 
getDecorator() - Method in interface net.infordata.ifw2.web.ctrl.IFlowAsDialog
 
getDefaultLocale() - Static method in class net.infordata.ifw2.util.LocaleContext
 
getDefaultPersistenceUnitName() - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
getDefaultRowHeight() - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
getDefaultRowHeight() - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
getDefinition() - Method in class net.infordata.ifw2.web.grds.filter.FilterDefDlg
 
getDelta() - Method in class net.infordata.ifw2.web.grds.ModelActions.MoveRow
 
getDependants() - Method in class net.infordata.ifw2.web.jsp.Calendar_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp.DataGrid_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp.DialogBox_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp.ECSRenderer_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp.EditableGrid_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp.Error_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp.MenuBar_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp.MessageArea_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp.ModalFooter_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp.PopupMenu_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp.Tabbed_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp.TaskBox_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp.Template_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp.TreeGrid_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp7.Calendar_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp7.DataGrid_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp7.DialogBox_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp7.ECSRenderer_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp7.EditableGrid_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp7.Error_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp7.MenuBar_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp7.MessageArea_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp7.ModalFooter_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp7.PopupMenu_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp7.Tabbed_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp7.TaskBox_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp7.Template_jsp
 
getDependants() - Method in class net.infordata.ifw2.web.jsp7.TreeGrid_jsp
 
getDescription() - Method in class net.infordata.ifw2.msgs.ExceptionMessage
 
getDescription() - Method in interface net.infordata.ifw2.msgs.IMessage
 
getDescription() - Method in class net.infordata.ifw2.msgs.SimpleMessage
 
getDescription() - Method in interface net.infordata.ifw2.web.bnds.IFieldWithChoices.IChoice
 
getDescription() - Method in class net.infordata.ifw2.web.form.Choice
 
getDirectProperty(String) - Method in class net.infordata.ifw2.props.ClassInfo
 
getDisplayedUnits() - Method in interface net.infordata.ifw2.web.grds.IGridHorzResizer
 
getEditingCell(IEditableGridModel, int, int, String, IColumn) - Method in class net.infordata.ifw2.web.dec.DefaultCellDecorator
The IForm field name and the IEditableGridModel column name must match.
getEditingCell(IEditableGridModel, int, int, String, IColumn) - Method in interface net.infordata.ifw2.web.dec.IEditableGridCellDecorator
 
getEmptyRowCell(IGridModel, int) - Method in class net.infordata.ifw2.web.dec.ACellDecoratorWrapper
 
getEmptyRowCell(IGridModel, int) - Method in class net.infordata.ifw2.web.dec.ATreeCellDecoratorWrapper
 
getEmptyRowCell(IGridModel, int) - Method in class net.infordata.ifw2.web.dec.DefaultCellDecorator
 
getEmptyRowCell(IGridModel, int) - Method in interface net.infordata.ifw2.web.dec.ICellDecorator
 
getEntityManager() - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
getEntityManager() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getEntityManager() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
getEntityManager() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getEntityManager() - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
getEntityManagerFactory() - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
getEntityManagerFactory(String) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
getEvent() - Method in class net.infordata.ifw2.web.APublishEventAction
 
getEvent() - Method in class net.infordata.ifw2.web.DialogBoxPublishEventAction
 
getException() - Method in class net.infordata.ifw2.msgs.ExceptionMessage
 
getFakeChild() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.TreeNode
 
getFakeChilds() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.AFakeTreeNode
 
getFakeKey() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.AFakeTreeNode
 
getField(String) - Method in class net.infordata.ifw2.web.bnds.Form
Deprecated.
 
getField(String) - Method in interface net.infordata.ifw2.web.bnds.IForm
 
getField(String) - Method in class net.infordata.ifw2.web.form.ActionsForm
 
getField(Class<T>, String) - Method in interface net.infordata.ifw2.web.form.AForm
 
getField(String) - Method in interface net.infordata.ifw2.web.form.AForm
 
getField(String) - Method in class net.infordata.ifw2.web.form.Form
 
getField(Class<T>, String) - Method in class net.infordata.ifw2.web.form.Form
 
getField(String) - Method in class net.infordata.ifw2.web.form.FormRef
 
getField(Class<T>, String) - Method in class net.infordata.ifw2.web.form.FormRef
 
getField(String) - Method in interface net.infordata.ifw2.web.form.IFormView
 
getField(Class<T>, String) - Method in interface net.infordata.ifw2.web.form.IFormView
 
getField(Class<T>, String) - Method in interface net.infordata.ifw2.web.form.IPojoForm
 
getFieldDecorator(IField) - Method in class net.infordata.ifw2.web.view.RendererContext
 
getFieldId() - Method in class net.infordata.ifw2.web.bnds.Stroke
 
getFieldNames() - Method in class net.infordata.ifw2.web.form.AFormValidatorWrapper
 
getFieldNames() - Method in class net.infordata.ifw2.web.form.APojoFormValidator
 
getFieldNames() - Method in class net.infordata.ifw2.web.form.APojoLookupValidator
 
getFieldNames() - Method in interface net.infordata.ifw2.web.form.IFormValidator
 
getFieldNames() - Method in class net.infordata.ifw2.web.form.InRangeValidator
 
getFieldNames() - Method in class net.infordata.ifw2.web.form.RangeValidator
 
getFieldNames() - Method in class net.infordata.ifw2.web.jpa.AJpaUniquenessValidator
 
getFields() - Method in class net.infordata.ifw2.web.bnds.Form
Deprecated.
 
getFields() - Method in interface net.infordata.ifw2.web.bnds.IForm
 
getFields() - Method in class net.infordata.ifw2.web.form.ActionsForm
 
getFields() - Method in interface net.infordata.ifw2.web.form.AForm
 
getFields() - Method in class net.infordata.ifw2.web.form.APojoLookupValidator
 
getFields() - Method in class net.infordata.ifw2.web.form.Form
 
getFields() - Method in class net.infordata.ifw2.web.form.FormRef
 
getFields() - Method in interface net.infordata.ifw2.web.form.IFormView
 
getFieldsFactory() - Method in class net.infordata.ifw2.web.form.Form
 
getFieldWithChoices() - Method in class net.infordata.ifw2.web.tags.SelectTag
 
getFile() - Method in class net.infordata.ifw2.util.FSFile
 
getFile(String) - Method in interface net.infordata.ifw2.web.mpart.IMultipartRequest
 
getFile() - Method in class net.infordata.ifw2.web.mpart.UploadedFile
 
getFileExt() - Method in class net.infordata.ifw2.web.mpart.UploadedFile
 
getFileMap() - Method in interface net.infordata.ifw2.web.mpart.IMultipartRequest
 
getFileNames() - Method in interface net.infordata.ifw2.web.mpart.IMultipartRequest
 
getFilter(String) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
getFilter(String) - Method in interface net.infordata.ifw2.web.grds.layout.IFilterable
 
getFilterDefinitionFactory() - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
getFilters() - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
getFilters() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getFilters() - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
getFilters() - Method in interface net.infordata.ifw2.web.grds.IDataGridModel
 
getFilters() - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
getFilters() - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
getFilters() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getFilters() - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
getFilters() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableDataGridModel
 
getFilters() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getFilters() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getFixedSelection() - Method in class net.infordata.ifw2.web.MultiSelectionListFlow
 
getFixedSelection() - Method in class net.infordata.ifw2.web.PojoMultiSelectionListFlow
 
getFlow() - Method in class net.infordata.ifw2.web.ctrl.Flow
 
getFlow() - Method in interface net.infordata.ifw2.web.ctrl.IFlowPersonality
The real flow.
getFlowPersonality() - Method in class net.infordata.ifw2.web.ctrl.Flow
 
getFlowPersonality() - Method in interface net.infordata.ifw2.web.ctrl.IFlow
The flow personality.
getFocusCandidateName() - Method in class net.infordata.ifw2.web.ctrl.Flow
 
getFocusCandidateName() - Method in interface net.infordata.ifw2.web.ctrl.IFlow
getForm(String) - Method in class net.infordata.ifw2.web.bnds.ABndsFlow
 
getForm(String) - Method in class net.infordata.ifw2.web.bnds.BndsFlow
 
getForm(String) - Method in interface net.infordata.ifw2.web.bnds.IFormSet
 
getForm(String) - Method in class net.infordata.ifw2.web.CalendarFlow
The expected id is "form".
getForm(String) - Method in class net.infordata.ifw2.web.DialogBoxFlow
The expected id is "actions".
getForm() - Method in class net.infordata.ifw2.web.form.AFormField
 
getForm() - Method in class net.infordata.ifw2.web.form.FormRef
 
getForm() - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
getForm(String) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
The expected id is "form".
getForm() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getForm() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
getForm() - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
getForm(String) - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
The expected id is "form".
getForm() - Method in class net.infordata.ifw2.web.grds.filter.FilterDefDlg
 
getForm() - Method in interface net.infordata.ifw2.web.grds.IEditableGridModel
 
getForm() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getForm() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
getForm() - Method in class net.infordata.ifw2.web.menu.MenuBarFlow
 
getForm(String) - Method in class net.infordata.ifw2.web.menu.MenuBarFlow
The expected id is "actions".
getForm() - Method in class net.infordata.ifw2.web.menu.MenuStripe
 
getForm() - Method in class net.infordata.ifw2.web.menu.PopupMenuFlow
 
getForm(String) - Method in class net.infordata.ifw2.web.menu.PopupMenuFlow
The expected id is "actions".
getForm(String) - Method in class net.infordata.ifw2.web.MessageAreaFlow
The expected id is "actions".
getForm(String) - Method in class net.infordata.ifw2.web.TabbedFlow
 
getForm(String) - Method in class net.infordata.ifw2.web.TaskBoxFlow
The expected id is "actions".
getFormat() - Method in class net.infordata.ifw2.util.NumberFormatter
 
getFormattedCellValue(Object, int, IColumn) - Method in class net.infordata.ifw2.web.dec.ACellDecoratorWrapper
 
getFormattedCellValue(Object, int, IColumn) - Method in class net.infordata.ifw2.web.dec.ATreeCellDecoratorWrapper
 
getFormattedCellValue(Object, int, IColumn) - Method in class net.infordata.ifw2.web.dec.DefaultCellDecorator
 
getFormattedCellValue(Object, int, IColumn) - Method in interface net.infordata.ifw2.web.dec.ICellDecorator
 
getFormatter() - Method in class net.infordata.ifw2.web.form.FormattedTextField
 
getFormatter() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.DataColumn
 
getFormatter() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.IndentColumn
 
getFormatter() - Method in class net.infordata.ifw2.web.grds.Column
 
getFormatter() - Method in class net.infordata.ifw2.web.grds.ColumnWrapper
 
getFormatter() - Method in interface net.infordata.ifw2.web.grds.IColumn
 
getFormDecorator(IForm) - Method in class net.infordata.ifw2.web.view.RendererContext
 
getFormName() - Method in class net.infordata.ifw2.web.tags.FormTag
 
getFormScope() - Method in class net.infordata.ifw2.web.tags.FormTag
 
getFrom() - Method in class net.infordata.ifw2.web.grds.filter.ARangeDefinition
 
getFrom() - Method in class net.infordata.ifw2.web.grds.filter.DateDef
 
getFrom() - Method in class net.infordata.ifw2.web.grds.filter.NumberDef
 
getGHCell(IGridModel, String, int...) - Method in class net.infordata.ifw2.web.dec.ACellDecoratorWrapper
 
getGHCell(IGridModel, String, int...) - Method in class net.infordata.ifw2.web.dec.ATreeCellDecoratorWrapper
 
getGHCell(IGridModel, String, int...) - Method in class net.infordata.ifw2.web.dec.DefaultCellDecorator
 
getGHCell(IGridModel, String, int...) - Method in interface net.infordata.ifw2.web.dec.ICellDecorator
 
getGotoLastAction() - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
getGridFlow() - Method in class net.infordata.ifw2.web.PojoLookupFlow
 
getGroupId() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Column
 
getGroupId() - Method in class net.infordata.ifw2.web.grds.Column
 
getGroupId() - Method in class net.infordata.ifw2.web.grds.ColumnWrapper
 
getGroupId() - Method in interface net.infordata.ifw2.web.grds.IColumn
The column group id.
getHCell(IGridModel, int, IColumn) - Method in class net.infordata.ifw2.web.dec.ACellDecoratorWrapper
 
getHCell(IGridModel, int, IColumn) - Method in class net.infordata.ifw2.web.dec.ATreeCellDecoratorWrapper
 
getHCell(IGridModel, int, IColumn) - Method in class net.infordata.ifw2.web.dec.DefaultCellDecorator
 
getHCell(IGridModel, int, IColumn) - Method in interface net.infordata.ifw2.web.dec.ICellDecorator
 
getHeaderHeight() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getHeight() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsDialogFlow
 
getHeight() - Method in interface net.infordata.ifw2.web.ctrl.IFlowAsDialog
 
getHeight() - Method in enum net.infordata.ifw2.web.DialogIconEnum
 
getHorzDisplayedUnits() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getHorzResizer() - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
getHorzResizer() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getHorzResizer() - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
getHorzResizer(int) - Static method in class net.infordata.ifw2.web.grds.FixedGridResizers
 
getHorzResizer(int, int, int, int) - Static method in class net.infordata.ifw2.web.grds.ProportionalGridResizers
 
getHtmlFormScriptAccessCode() - Method in class net.infordata.ifw2.web.tags.FormTag
 
getId() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsDialogFlow
 
getId() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsFlowComponent
 
getId() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsFlowState
 
getId() - Method in class net.infordata.ifw2.web.ctrl.Flow
 
getId() - Method in class net.infordata.ifw2.web.ctrl.FlowState
 
getId() - Method in interface net.infordata.ifw2.web.ctrl.IFlowComponent
Used to redirect events to the component.
getId() - Method in interface net.infordata.ifw2.web.ctrl.IFlowPersonality
 
getId() - Method in interface net.infordata.ifw2.web.ctrl.IFlowState
It must be univoque in an IFlow.
getId() - Method in class net.infordata.ifw2.web.ctrl.RawActionInfo
 
getId() - Method in enum net.infordata.ifw2.web.DialogResultEnum
 
getId() - Method in class net.infordata.ifw2.web.form.AFormField
 
getId() - Method in class net.infordata.ifw2.web.menu.AMenuItem
 
getId() - Method in class net.infordata.ifw2.web.util.CSSDummyParser.Macro
 
getId() - Method in class net.infordata.ifw2.web.util.JSDummyParser.Macro
 
getId() - Method in class net.infordata.ifw2.web.view.ContentPart
 
getId() - Method in class net.infordata.ifw2.web.view.RendererContext
 
getImage() - Method in class net.infordata.ifw2.web.bnds.Stroke
Valid only for submits.
getImage() - Method in enum net.infordata.ifw2.web.DialogResultEnum
 
getImage() - Method in interface net.infordata.ifw2.web.IDialogResult
 
getImage() - Method in class net.infordata.ifw2.web.menu.AMenuItem
 
getImageHeight() - Method in class net.infordata.ifw2.web.DialogBoxFlow
 
getImagePath() - Method in class net.infordata.ifw2.web.DialogBoxFlow
 
getImageWitdh() - Method in class net.infordata.ifw2.web.DialogBoxFlow
 
getIndentColumns() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getIndentValue(APojoCrossModel.Row<T>, int) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getInnerElement() - Method in class net.infordata.ifw2.web.dec.Cell
 
getInnerElement() - Method in class net.infordata.ifw2.web.dec.HCell
 
getInputStream() - Method in interface net.infordata.ifw2.util.FileReference
 
getInputStream() - Method in class net.infordata.ifw2.util.FSFile
 
getInputStream() - Method in class net.infordata.ifw2.util.RAMFile
 
getInputStream() - Method in class net.infordata.ifw2.util.URLFile
 
getInputStream() - Method in class net.infordata.ifw2.web.mpart.UploadedFile
 
getInstance(Class<C>, ClassInfo.ClassPool) - Static method in class net.infordata.ifw2.props.ClassInfo
Static access method (readden values are cached).
getInstance(Class<C>) - Static method in class net.infordata.ifw2.props.ClassInfo
 
getInstance(C) - Static method in class net.infordata.ifw2.props.ClassInfo
 
getInstance() - Static method in class net.infordata.ifw2.util.CharSequenceFormatter
 
getInstance() - Static method in class net.infordata.ifw2.util.DummyFormatter
 
getInstance() - Static method in class net.infordata.ifw2.util.NullWriter
 
getInstance(Class<T>) - Static method in class net.infordata.ifw2.util.NumberFormatter
 
getItems() - Method in class net.infordata.ifw2.web.menu.AMenuItem
 
getItems() - Method in class net.infordata.ifw2.web.menu.MenuItem
 
getItems() - Method in class net.infordata.ifw2.web.menu.MenuStripe
 
getJavaType() - Method in class net.infordata.ifw2.web.grds.filter.AFilterDefinition
 
getJavaType() - Method in class net.infordata.ifw2.web.grds.filter.BooleanDef
 
getJavaType() - Method in class net.infordata.ifw2.web.grds.filter.DateDef
 
getJavaType() - Method in class net.infordata.ifw2.web.grds.filter.DefaultDef
 
getJavaType() - Method in class net.infordata.ifw2.web.grds.filter.EnumDef
 
getJavaType() - Method in class net.infordata.ifw2.web.grds.filter.FilterDefDlg
 
getJavaType() - Method in class net.infordata.ifw2.web.grds.filter.NumberDef
 
getKeepChangedContentIndicator() - Method in class net.infordata.ifw2.web.view.RendererContext
 
getKey() - Method in class net.infordata.ifw2.web.bnds.Stroke
 
getKey() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.ATreeNodeKey
 
getKey1() - Method in class net.infordata.ifw2.util.CompositeKey
 
getKey2() - Method in class net.infordata.ifw2.util.CompositeKey
 
getKeyCode() - Method in enum net.infordata.ifw2.web.bnds.KeyEnum
 
getKeyDescr() - Method in class net.infordata.ifw2.web.tags.KeyActionTag.Key
 
getKeys() - Method in class net.infordata.ifw2.web.MessageAreaFlow
 
getKeysMap() - Method in class net.infordata.ifw2.web.MessageAreaFlow
 
getLabel() - Method in class net.infordata.ifw2.web.APublishEventAction
 
getLabel() - Method in class net.infordata.ifw2.web.AResultAction
 
getLabel(String) - Method in class net.infordata.ifw2.web.bnds.Form
Deprecated.
 
getLabel() - Method in interface net.infordata.ifw2.web.bnds.IAction
 
getLabel() - Method in interface net.infordata.ifw2.web.bnds.IField
 
getLabel(String) - Method in interface net.infordata.ifw2.web.bnds.IForm
This method can be called before binding the field.
getLabel() - Method in class net.infordata.ifw2.web.bnds.RenderAllActionWrapper
 
getLabel() - Method in class net.infordata.ifw2.web.bnds.Stroke
 
getLabel() - Method in class net.infordata.ifw2.web.CardSwitchAction
 
getLabel() - Method in class net.infordata.ifw2.web.DialogBoxPublishEventAction
 
getLabel() - Method in class net.infordata.ifw2.web.DialogResultAction
 
getLabel() - Method in enum net.infordata.ifw2.web.DialogResultEnum
 
getLabel(String) - Method in class net.infordata.ifw2.web.form.ActionsForm
 
getLabel() - Method in class net.infordata.ifw2.web.form.AField
 
getLabel(String) - Method in interface net.infordata.ifw2.web.form.AForm
 
getLabel() - Method in class net.infordata.ifw2.web.form.CalendarAction
 
getLabel(String) - Method in class net.infordata.ifw2.web.form.Form
 
getLabel(String) - Method in class net.infordata.ifw2.web.form.FormRef
 
getLabel() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Column
 
getLabel() - Method in class net.infordata.ifw2.web.grds.Column
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ColumnGroup
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ColumnWrapper
 
getLabel() - Method in interface net.infordata.ifw2.web.grds.IColumn
 
getLabel() - Method in interface net.infordata.ifw2.web.grds.IColumnGroup
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.Cancel
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.Edit
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.First
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.FirstAndFastEdit
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.Insert
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.Last
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.LastAndFastEdit
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.MoveRow
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.Next
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.NextAndFastEdit
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.Post
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.Previous
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.PreviousAndFastEdit
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.Reload
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.Remove
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.SetCurrent
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.SetCurrentAndEdit
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.ShowCompleteGHeaderText
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.ShowCompleteHeaderText
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.ShowCompleteText
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.Sort
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.ToggleCurrentExpand
 
getLabel() - Method in class net.infordata.ifw2.web.grds.ModelActions.ToggleExpand
 
getLabel() - Method in interface net.infordata.ifw2.web.IDialogResult
 
getLabel() - Method in interface net.infordata.ifw2.web.ITab
 
getLabel() - Method in class net.infordata.ifw2.web.menu.AMenuItem
 
getLabel() - Method in class net.infordata.ifw2.web.menu.APopupMenuAction
 
getLabel() - Method in class net.infordata.ifw2.web.menu.PopupActionAdapter
 
getLabel() - Method in class net.infordata.ifw2.web.MessageAreaFlow.MaximizeAction
 
getLabel() - Method in class net.infordata.ifw2.web.MessageAreaFlow.RefreshAction
 
getLabel() - Method in class net.infordata.ifw2.web.MessageAreaFlow.ShowKeysAction
 
getLabel() - Method in class net.infordata.ifw2.web.MessageAreaFlow.ShowMessagesAction
 
getLabel() - Method in class net.infordata.ifw2.web.PojoLookupAction
 
getLabel() - Method in class net.infordata.ifw2.web.PojoLookupFormAction
 
getLabel() - Method in class net.infordata.ifw2.web.TabInfo
 
getLabel() - Method in class net.infordata.ifw2.web.TaskBoxFlow.MinimizeAction
 
getLabel() - Method in class net.infordata.ifw2.web.TaskBoxFlow.RefreshAction
 
getLabel() - Method in enum net.infordata.ifw2.web.util.Alignment
 
getLastActiveFieldName() - Method in class net.infordata.ifw2.web.ctrl.Flow
 
getLastActiveFieldName() - Method in class net.infordata.ifw2.web.ctrl.FlowContext
 
getLastActiveFieldName() - Method in interface net.infordata.ifw2.web.ctrl.IFlow
 
getLastActiveFlow() - Method in class net.infordata.ifw2.web.ctrl.FlowContext
 
getLastActiveForm() - Method in class net.infordata.ifw2.web.bnds.ABndsFlow
 
getLastActiveForm() - Method in interface net.infordata.ifw2.web.bnds.IBndsFlow
 
getLastActiveFormName() - Method in class net.infordata.ifw2.web.ctrl.Flow
 
getLastActiveFormName() - Method in class net.infordata.ifw2.web.ctrl.FlowContext
 
getLastActiveFormName() - Method in interface net.infordata.ifw2.web.ctrl.IFlow
 
getLayout() - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
getLevel() - Method in interface net.infordata.ifw2.web.grds.ITreeNode
 
getLevel() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.ATreeNode
 
getLocale() - Method in class net.infordata.ifw2.util.DateFormatter
 
getLocale() - Static method in class net.infordata.ifw2.util.LocaleContext
 
getLocale() - Method in class net.infordata.ifw2.util.NumberFormatter
 
getLocalizedCalendar() - Method in class net.infordata.ifw2.web.CalendarFlow
 
getLocalizedString(String, String) - Static method in class net.infordata.ifw2.util.Util
Retrieves a string from the given bundle for the LocaleContext.getLocale() locale.
getLocalizedString(String) - Method in class net.infordata.ifw2.web.tags.BundleTag
 
getMainContentPartId() - Method in class net.infordata.ifw2.web.view.ARendererEngine
 
getMainContentPartId() - Method in interface net.infordata.ifw2.web.view.IRendererEngine
 
getMangledName() - Method in class net.infordata.ifw2.web.tags.AActionTag
 
getMangledName() - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
getMangledName() - Method in class net.infordata.ifw2.web.tags.AInputTag
 
getMangledName() - Method in class net.infordata.ifw2.web.tags.FormComponent
 
getMangledName() - Method in class net.infordata.ifw2.web.tags.FormTag
 
getMangledName() - Method in class net.infordata.ifw2.web.tags.RadioGroupTag
 
getMangledName() - Method in class net.infordata.ifw2.web.tags.SelectTag
 
getMaxDisplayedTextLength() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Column
 
getMaxDisplayedTextLength() - Method in class net.infordata.ifw2.web.grds.Column
 
getMaxDisplayedTextLength() - Method in class net.infordata.ifw2.web.grds.ColumnWrapper
 
getMaxDisplayedTextLength() - Method in interface net.infordata.ifw2.web.grds.IColumn
 
getMaxDispLen() - Method in class net.infordata.ifw2.web.grds.layout.LayoutDefDlg.ColumnInfo
 
getMaximumFractionDigits() - Method in class net.infordata.ifw2.util.NumberFormatterSpecs
 
getMaximumIntegerDigits() - Method in class net.infordata.ifw2.util.NumberFormatterSpecs
 
getMaxLength() - Method in interface net.infordata.ifw2.web.bnds.ITextField
 
getMaxLength() - Method in class net.infordata.ifw2.web.form.ATextField
 
getMaxLength() - Method in class net.infordata.ifw2.web.form.FieldContraints
 
getMaxLength() - Method in interface net.infordata.ifw2.web.form.IFieldContraints
 
getMaxLength() - Method in class net.infordata.ifw2.web.form.SelectField
 
getMenuStripe() - Method in class net.infordata.ifw2.web.menu.MenuBarFlow
 
getMenuStripe() - Method in class net.infordata.ifw2.web.menu.PopupMenuFlow
 
getMessage() - Method in interface net.infordata.ifw2.msgs.IMessageSet
 
getMessage(Enum<?>) - Method in interface net.infordata.ifw2.msgs.IMessageSet
 
getMessage() - Method in class net.infordata.ifw2.msgs.MessageSet
 
getMessage(Enum<?>) - Method in class net.infordata.ifw2.msgs.MessageSet
 
getMessage() - Method in class net.infordata.ifw2.web.ctrl.TaskStep
 
getMessage() - Method in class net.infordata.ifw2.web.DialogBoxFlow
 
getMessage() - Method in class net.infordata.ifw2.web.form.AField
 
getMessage(Enum<?>) - Method in class net.infordata.ifw2.web.form.AField
 
getMessage() - Method in interface net.infordata.ifw2.web.form.AForm
 
getMessage(Enum<?>) - Method in interface net.infordata.ifw2.web.form.AForm
 
getMessage() - Method in class net.infordata.ifw2.web.form.Form
 
getMessage(Enum<?>) - Method in class net.infordata.ifw2.web.form.Form
 
getMessage() - Method in class net.infordata.ifw2.web.form.FormRef
 
getMessage(Enum<?>) - Method in class net.infordata.ifw2.web.form.FormRef
 
getMessages() - Method in interface net.infordata.ifw2.msgs.IMessageSet
 
getMessages() - Method in class net.infordata.ifw2.msgs.MessageSet
 
getMessages() - Method in class net.infordata.ifw2.web.form.AField
 
getMessages() - Method in interface net.infordata.ifw2.web.form.AForm
 
getMessages() - Method in class net.infordata.ifw2.web.form.Form
 
getMessages() - Method in class net.infordata.ifw2.web.form.FormRef
 
getMessages() - Method in class net.infordata.ifw2.web.MessageAreaFlow
 
getMessagesMap() - Method in interface net.infordata.ifw2.msgs.IMessageSet
 
getMessagesMap() - Method in class net.infordata.ifw2.msgs.MessageSet
 
getMessagesMap() - Method in class net.infordata.ifw2.web.form.AField
 
getMessagesMap() - Method in interface net.infordata.ifw2.web.form.AForm
 
getMessagesMap() - Method in class net.infordata.ifw2.web.form.Form
 
getMessagesMap() - Method in class net.infordata.ifw2.web.form.FormRef
 
getMessageType() - Method in class net.infordata.ifw2.web.ctrl.TaskStep
 
getMinimumFractionDigits() - Method in class net.infordata.ifw2.util.NumberFormatterSpecs
 
getMinimumIntegerDigits() - Method in class net.infordata.ifw2.util.NumberFormatterSpecs
 
getMinRowsToFetch() - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
getModel() - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
getModel() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getModel() - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
getModel() - Method in interface net.infordata.ifw2.web.grds.layout.ILayoutable
 
getModel() - Method in class net.infordata.ifw2.web.grds.ModelActions.Base4DataGrid
 
getModel() - Method in class net.infordata.ifw2.web.grds.ModelActions.Base4EditableGrid
 
getModel() - Method in class net.infordata.ifw2.web.grds.ModelActions.Base4Grid
 
getModel() - Method in class net.infordata.ifw2.web.grds.ModelActions.Base4OrderedGrid
 
getModel() - Method in class net.infordata.ifw2.web.grds.ModelActions.Base4TreeGrid
 
getModel() - Method in class net.infordata.ifw2.web.grds.ModelActions.Reload
 
getModel() - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow
 
getModel() - Method in class net.infordata.ifw2.web.grds.TreeGridFlow
 
getModel() - Method in class net.infordata.ifw2.web.PojoLookupAction
 
getModel() - Method in class net.infordata.ifw2.web.PojoLookupFlow
 
getMouse() - Method in class net.infordata.ifw2.web.bnds.Stroke
 
getName() - Method in class net.infordata.ifw2.props.BaseProperty
 
getName() - Method in class net.infordata.ifw2.props.CompositeProperty
 
getName() - Method in class net.infordata.ifw2.props.Property
 
getName() - Method in class net.infordata.ifw2.web.tags.AActionTag
 
getName() - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
getName() - Method in class net.infordata.ifw2.web.tags.AInputTag
 
getName() - Method in class net.infordata.ifw2.web.tags.FormComponent
 
getName() - Method in class net.infordata.ifw2.web.tags.FormTag
 
getName() - Method in class net.infordata.ifw2.web.tags.RadioGroupTag
 
getName() - Method in class net.infordata.ifw2.web.tags.SelectTag
 
getNaturalLeafLevel() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getNestedExceptions(Throwable) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
getNodeKey() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.ATreeNode
 
getOrderedGridModel() - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
getOrderedModel() - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
getOrgContextPath(HttpServletRequest) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
getOrgPathInfo(HttpServletRequest) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
getOrgQueryString(HttpServletRequest) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
getOrgRequestURI(HttpServletRequest) - Static method in class net.infordata.ifw2.web.util.WEBUtil
See http://www.caucho.com/resin-3.0/webapp/faq.xtp
getOrgRootPath(HttpServletRequest) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
getOrgServletPath(HttpServletRequest) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
getOutputStream() - Method in class net.infordata.ifw2.web.util.TxtResponseWrapper
 
getOverallProgress() - Method in class net.infordata.ifw2.web.ctrl.TaskInfo
 
getPageIdx() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getPageSize() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getPageSize() - Method in interface net.infordata.ifw2.web.grds.IGridVertResizer
 
getPageSize() - Method in class net.infordata.ifw2.web.TaskBoxFlow
 
getParameter() - Method in class net.infordata.ifw2.web.ctrl.RawActionInfo
 
getParameter() - Method in class net.infordata.ifw2.web.tags.AActionTag
 
getParams() - Method in class net.infordata.ifw2.web.util.CSSDummyParser.Macro
 
getParams() - Method in class net.infordata.ifw2.web.util.JSDummyParser.Macro
 
getParent() - Method in class net.infordata.ifw2.web.ctrl.Flow
 
getParent() - Method in interface net.infordata.ifw2.web.ctrl.IFlowAsState
 
getParent() - Method in interface net.infordata.ifw2.web.ctrl.IFlowComponent
 
getParent() - Method in interface net.infordata.ifw2.web.ctrl.IFlowPersonality
 
getParent() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.ATreeNode
 
getParent() - Method in class net.infordata.ifw2.web.tags.DivTag
 
getParent() - Method in class net.infordata.ifw2.web.tags.FormTag
 
getParent() - Method in class net.infordata.ifw2.web.view.ContentPart
 
getParentComponent() - Method in class net.infordata.ifw2.web.tags.DivTag
 
getParentComponent() - Method in class net.infordata.ifw2.web.tags.FormTag
 
getParentComponent() - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
getParentKey() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.ATreeNodeKey
 
getPath() - Method in enum net.infordata.ifw2.web.DialogIconEnum
 
getPattern() - Method in class net.infordata.ifw2.util.RegexFormatter
 
getPK(C) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getPK(C) - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
getPojo() - Method in interface net.infordata.ifw2.web.form.IPojoForm
 
getPojo() - Method in interface net.infordata.ifw2.web.form.IPojoFormView
 
getPojo() - Method in class net.infordata.ifw2.web.form.PojoForm
 
getPojo() - Method in class net.infordata.ifw2.web.form.PojoFormRef
 
getPojo(int) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getPojo(int) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getPojo(int) - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
getPojo(int) - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
getPojo(int) - Method in interface net.infordata.ifw2.web.grds.IPojoGridModel
 
getPojo(int) - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
getPojo(int) - Method in class net.infordata.ifw2.web.grds.PojoGridModel
 
getPojo(int) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getPojo(int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getPojo(int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
getPojo() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.AFakeTreeNode
 
getPojo() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.ATreeNode
 
getPojo() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.FetchMoreNode
 
getPojo(int) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getPojo() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.TreeNode
 
getPojo(int) - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
getPojoField() - Method in class net.infordata.ifw2.web.form.APojoLookupValidator
 
getPojoType() - Method in interface net.infordata.ifw2.web.form.IPojoForm
 
getPojoType() - Method in interface net.infordata.ifw2.web.form.IPojoFormView
 
getPojoType() - Method in class net.infordata.ifw2.web.form.PojoForm
 
getPojoType() - Method in class net.infordata.ifw2.web.form.PojoFormRef
 
getPojoType() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getPojoType() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getPojoType() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
getPojoType() - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
getPojoType() - Method in interface net.infordata.ifw2.web.grds.IPojoGridModel
 
getPojoType() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getPojoType() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getPojoType() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
getPojoType() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getPojoVersion() - Method in interface net.infordata.ifw2.web.form.IPojoForm
 
getPojoVersion() - Method in interface net.infordata.ifw2.web.form.IPojoFormView
 
getPojoVersion() - Method in class net.infordata.ifw2.web.form.PojoForm
 
getPojoVersion() - Method in class net.infordata.ifw2.web.form.PojoFormRef
 
getPopup() - Method in class net.infordata.ifw2.web.ctrl.Flow
 
getPopup() - Method in interface net.infordata.ifw2.web.ctrl.IFlowPersonality
 
getPopupStyles() - Method in class net.infordata.ifw2.web.menu.MenuStripe
 
getPreferredSize() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Column
 
getPreferredSize() - Method in class net.infordata.ifw2.web.grds.Column
 
getPreferredSize() - Method in class net.infordata.ifw2.web.grds.ColumnWrapper
 
getPreferredSize() - Method in interface net.infordata.ifw2.web.grds.IColumn
 
getPreviousState() - Method in class net.infordata.ifw2.web.ctrl.Flow
 
getPreviousState() - Method in interface net.infordata.ifw2.web.ctrl.IFlow
 
getProgress() - Method in class net.infordata.ifw2.web.ctrl.TaskStep
 
getProperties() - Method in class net.infordata.ifw2.props.ClassInfo
 
getProperties() - Method in class net.infordata.ifw2.web.form.APojoLookupValidator
 
getProperty(String) - Method in class net.infordata.ifw2.props.ClassInfo
 
getProperty() - Method in class net.infordata.ifw2.web.form.APojoLookupFormatter
 
getProperty(String) - Method in class net.infordata.ifw2.web.form.PojoForm
 
getProperty(int) - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
getPropertyName(int) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getPropertyName(int) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getPropertyName(int) - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
getPropertyName(int) - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
getPropertyName(int) - Method in interface net.infordata.ifw2.web.grds.IPojoGridModel
 
getPropertyName(int) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getPropertyName(int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getPropertyName(int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
getPropertyName(int) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getRadioField() - Method in class net.infordata.ifw2.web.tags.SelectTag
 
getRefreshRateInSeconds() - Method in class net.infordata.ifw2.web.TaskBoxFlow
 
getRelatedClass() - Method in class net.infordata.ifw2.props.ClassInfo
 
getRemoteUser() - Method in class net.infordata.ifw2.web.util.SecurityContext
 
getRequestDispatcher(ServletContext, HttpServletRequest, String) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
getRequestHandler(HttpServletRequest) - Method in interface net.infordata.ifw2.web.ctrl.IRequestHandlerFactory
 
getRequestHandler(HttpServletRequest) - Method in class net.infordata.ifw2.web.ctrl.SimpleRequestHandlerFactory
 
getRequestId() - Method in class net.infordata.ifw2.web.ctrl.FlowContext
 
getRequestURL(HttpServletRequest) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
getRequestURLUpToContextPath(HttpServletRequest) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
getResult() - Method in class net.infordata.ifw2.web.AResultAction
 
getResult() - Method in class net.infordata.ifw2.web.DialogResultAction
 
getRootCause(Throwable) - Static method in class net.infordata.ifw2.util.Util
 
getRootModel() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getRoundingMode() - Method in class net.infordata.ifw2.util.NumberFormatterSpecs
 
getRowCount() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getRowCount() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getRowCount() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
getRowCount() - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
getRowCount() - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
getRowCount() - Method in interface net.infordata.ifw2.web.grds.IGridModel
 
getRowCount() - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
getRowCount() - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
getRowCount() - Method in class net.infordata.ifw2.web.grds.PojoGridModel
 
getRowCount() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getRowCount() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getRowCount() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
getRowCount() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getRowCount() - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
getRowHeadingCell(IGridModel, int) - Method in class net.infordata.ifw2.web.dec.ACellDecoratorWrapper
 
getRowHeadingCell(IGridModel, int, ITreeNode) - Method in class net.infordata.ifw2.web.dec.ATreeCellDecoratorWrapper
 
getRowHeadingCell(IGridModel, int) - Method in class net.infordata.ifw2.web.dec.DefaultCellDecorator
 
getRowHeadingCell(IGridModel, int, ITreeNode) - Method in class net.infordata.ifw2.web.dec.DefaultCellDecorator
 
getRowHeadingCell(IGridModel, int) - Method in interface net.infordata.ifw2.web.dec.IGridCellDecorator
 
getRowHeadingCell(IGridModel, int, ITreeNode) - Method in interface net.infordata.ifw2.web.dec.ITreeCellDecorator
 
getRowHeight() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getScopedResourceUri(String) - Method in class net.infordata.ifw2.web.view.RendererContext
 
getScopedResourceUri(String, String) - Method in class net.infordata.ifw2.web.view.RendererContext
 
getScript(String) - Method in interface net.infordata.ifw2.web.bnds.IClientSideAction
The script receives the following variables when invoked in the browser:
getSeconds() - Method in class net.infordata.ifw2.web.bnds.Stroke
 
getSelectableValues() - Method in interface net.infordata.ifw2.web.form.IFormatterWithChoices
Used by FormattedTextFieldWithChoices as a delegator to get the selectable values.
getSelectableValues() - Method in class net.infordata.ifw2.web.jpa.AJpaFormatterWithChoices
 
getSelectField() - Method in class net.infordata.ifw2.web.tags.SelectTag
 
getSelection() - Method in class net.infordata.ifw2.web.grds.layout.LayoutDefDlg
 
getSelection() - Method in class net.infordata.ifw2.web.MultiSelectionListFlow
 
getSelection() - Method in class net.infordata.ifw2.web.PojoLookupFlow
 
getSelection() - Method in class net.infordata.ifw2.web.PojoMultiSelectionListFlow
 
getServletContext() - Method in class net.infordata.ifw2.web.ctrl.FlowContext
 
getServletContext() - Method in class net.infordata.ifw2.web.view.RendererContext
 
getServletRequest() - Method in class net.infordata.ifw2.web.ctrl.FlowContext
 
getServletRequest() - Method in class net.infordata.ifw2.web.view.RendererContext
 
getSharedScope() - Method in class net.infordata.ifw2.web.ctrl.FlowContext
 
getShowColumnGroups() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getShowDefaultButtons() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getShowedColumns() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getShowedTab() - Method in class net.infordata.ifw2.web.TabbedFlow
 
getShowHeader() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getShowNavigationButtons() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getShowRowNumber() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getSize() - Method in interface net.infordata.ifw2.web.bnds.ITextField
 
getSize() - Method in class net.infordata.ifw2.web.form.ATextField
 
getSize() - Method in class net.infordata.ifw2.web.grds.layout.LayoutDefDlg.ColumnInfo
 
getSortedAscendingIndicator() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getSortedAscendingIndicator() - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
getSortedAscendingIndicator() - Method in interface net.infordata.ifw2.web.grds.IDataGridModel
 
getSortedAscendingIndicator() - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
getSortedAscendingIndicator() - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
getSortedAscendingIndicator() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getSortedAscendingIndicator() - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
getSortedAscendingIndicator() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableDataGridModel
 
getSortedAscendingIndicator() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getSortedAscendingIndicator() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getSortedColumn() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getSortedColumn() - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
getSortedColumn() - Method in interface net.infordata.ifw2.web.grds.IDataGridModel
 
getSortedColumn() - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
getSortedColumn() - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
getSortedColumn() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getSortedColumn() - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
getSortedColumn() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableDataGridModel
 
getSortedColumn() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getSortedColumn() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getSourceFileName() - Method in interface net.infordata.ifw2.util.FileReference
 
getSourceFileName() - Method in class net.infordata.ifw2.util.FSFile
 
getSourceFileName() - Method in class net.infordata.ifw2.util.RAMFile
 
getSourceFileName() - Method in class net.infordata.ifw2.util.URLFile
 
getSourceFileName() - Method in class net.infordata.ifw2.web.mpart.UploadedFile
 
getSourceFilePath() - Method in interface net.infordata.ifw2.util.FileReference
 
getSourceFilePath() - Method in class net.infordata.ifw2.util.FSFile
 
getSourceFilePath() - Method in class net.infordata.ifw2.util.RAMFile
 
getSourceFilePath() - Method in class net.infordata.ifw2.util.URLFile
 
getSourceFilePath() - Method in class net.infordata.ifw2.web.mpart.UploadedFile
 
getState(String) - Method in class net.infordata.ifw2.web.ctrl.Flow
 
getState(String) - Method in interface net.infordata.ifw2.web.ctrl.IFlow
 
getStateMap() - Method in class net.infordata.ifw2.web.ctrl.Flow
 
getString(String) - Static method in class net.infordata.ifw2.web.JSPMessages
 
getStrokes() - Method in class net.infordata.ifw2.web.bnds.Form
Deprecated.
 
getStrokes() - Method in interface net.infordata.ifw2.web.bnds.IForm
 
getStrokes() - Method in class net.infordata.ifw2.web.bnds.StrokeStripe
 
getStrokes() - Method in class net.infordata.ifw2.web.form.ActionsForm
 
getStrokes() - Method in interface net.infordata.ifw2.web.form.AForm
 
getStrokes() - Method in class net.infordata.ifw2.web.form.Form
 
getStrokes() - Method in class net.infordata.ifw2.web.form.FormRef
 
getStyle() - Method in interface net.infordata.ifw2.web.bnds.IField
 
getStyle() - Method in class net.infordata.ifw2.web.bnds.Stroke
Valid only for submits and spacer.
getStyle() - Method in enum net.infordata.ifw2.web.DialogResultEnum
 
getStyle() - Method in class net.infordata.ifw2.web.form.AField
 
getStyle() - Method in interface net.infordata.ifw2.web.IDialogResult
 
getSubChild(String) - Method in class net.infordata.ifw2.web.view.ContentPart
 
getTab(String) - Method in class net.infordata.ifw2.web.TabbedFlow
 
getTabsMap() - Method in class net.infordata.ifw2.web.TabbedFlow
 
getTag() - Method in class net.infordata.ifw2.web.tags.ActionGroupTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.ActionGroupTag.ECSBndsAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.ActionRefTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.ActionRefTag.ECSBndsAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.BundleTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.CheckboxTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.CheckboxTag.ECSBndsAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.DivTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.FileTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.FormTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.FormTag.ECSBndsAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.GlueTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.IncludeTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBndsAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.LabelTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.LabelTag.ECSBndsAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.MessageTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.MouseActionTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.MouseActionTag.ECSBndsAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.MPFormTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.MPFormTag.ECSBndsAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.ObjectTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.OptionTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.RadioGroupTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.RadioGroupTag.ECSBndsAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.RadioTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.RefreshActionTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.RefreshActionTag.ECSBndsAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.ScriptActionTag.ECSBndsAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBndsAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.SpanTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBndsAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.TBodyTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBndsAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBndsAdapter
 
getTag() - Method in class net.infordata.ifw2.web.tags.TrTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.view.ECSAdapter
 
getTag() - Method in class net.infordata.ifw2.web.view.RendererRawTag.ECSBaseAdapter
 
getTag() - Method in class net.infordata.ifw2.web.view.RendererTag.ECSComponentAdapter
 
getTag() - Method in class net.infordata.ifw2.web.view.RendererTag.ECSRendererAdapter
 
getTag() - Method in class net.infordata.ifw2.web.view.RendererTag.ECSStateAdapter
 
getTagStack() - Method in class net.infordata.ifw2.web.view.RendererContext
 
getTaskFuture() - Method in class net.infordata.ifw2.web.ctrl.FlowContext
 
getTaskFuture() - Method in class net.infordata.ifw2.web.TaskBoxFlow
 
getTaskInfo() - Method in class net.infordata.ifw2.web.ctrl.TaskFuture
 
getTaskSteps() - Method in class net.infordata.ifw2.web.ctrl.TaskInfo
 
getTD() - Method in class net.infordata.ifw2.web.dec.Cell
 
getTempDir() - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
getTempDir(ServletContext) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
getText() - Method in interface net.infordata.ifw2.web.bnds.IFieldWithChoices.IChoice
 
getText() - Method in interface net.infordata.ifw2.web.bnds.IMultiValueField
 
getText() - Method in interface net.infordata.ifw2.web.bnds.ISingleValueField
 
getText() - Method in class net.infordata.ifw2.web.form.AMultiValueField
 
getText() - Method in class net.infordata.ifw2.web.form.ASingleValueField
 
getText() - Method in class net.infordata.ifw2.web.form.Choice
 
getText() - Method in class net.infordata.ifw2.web.form.PojoField
 
getTH() - Method in class net.infordata.ifw2.web.dec.HCell
 
getTimeInstance(int) - Static method in class net.infordata.ifw2.util.DateFormatter
 
getTimeInstance() - Static method in class net.infordata.ifw2.util.DateFormatter
 
getTitle() - Method in interface net.infordata.ifw2.web.bnds.IField
 
getTitle() - Method in class net.infordata.ifw2.web.bnds.Stroke
 
getTitle() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsDialogFlow
 
getTitle() - Method in interface net.infordata.ifw2.web.ctrl.IFlowAsDialog
 
getTitle() - Method in class net.infordata.ifw2.web.ctrl.TaskInfo
 
getTitle() - Method in class net.infordata.ifw2.web.ctrl.TaskStep
 
getTitle() - Method in class net.infordata.ifw2.web.form.AField
 
getTitle() - Method in class net.infordata.ifw2.web.menu.AMenuItem
 
getTitleDiv(IFlowAsDialog) - Method in class net.infordata.ifw2.web.dec.DefaultDialogDecorator
 
getTitleDiv(IFlowAsDialog) - Method in interface net.infordata.ifw2.web.dec.IDialogDecorator
 
getTo() - Method in class net.infordata.ifw2.web.grds.filter.ARangeDefinition
 
getTo() - Method in class net.infordata.ifw2.web.grds.filter.DateDef
 
getTo() - Method in class net.infordata.ifw2.web.grds.filter.NumberDef
 
getTopMostChangedChilds() - Method in class net.infordata.ifw2.web.view.ContentPart
 
getTreeNode(int) - Method in interface net.infordata.ifw2.web.grds.ITreeGridModel
 
getTreeNode(int) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getTreeNode(int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getTreeNode(int) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getTreeNode(int) - Method in interface net.infordata.ifw2.web.jpa.IJpaFolderModel
 
getType() - Method in class net.infordata.ifw2.msgs.ExceptionMessage
 
getType() - Method in interface net.infordata.ifw2.msgs.IMessage
 
getType() - Method in class net.infordata.ifw2.msgs.SimpleMessage
 
getType() - Method in class net.infordata.ifw2.props.BaseProperty
 
getType() - Method in class net.infordata.ifw2.props.CompositeProperty
 
getType() - Method in class net.infordata.ifw2.props.Property
 
getUniqueId() - Method in class net.infordata.ifw2.web.tags.AActionTag
 
getUniqueId() - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
getUniqueId() - Method in class net.infordata.ifw2.web.tags.AInputTag
 
getUniqueId() - Method in class net.infordata.ifw2.web.tags.FormComponent
 
getUniqueId() - Method in class net.infordata.ifw2.web.tags.RadioGroupTag
 
getUniqueId() - Method in class net.infordata.ifw2.web.tags.SelectTag
 
getUniqueId() - Method in class net.infordata.ifw2.web.view.ContentPart
 
getUniqueId(String) - Method in class net.infordata.ifw2.web.view.RendererContext
 
getUriHashState() - Method in class net.infordata.ifw2.web.CardFlow
For internal use only.
getUriHashState() - Method in interface net.infordata.ifw2.web.ctrl.IFlowUriDependent
Called on the IFlow when it ends action processing and exits from the active flow stacks.
getUriHashState() - Method in class net.infordata.ifw2.web.TabbedFlow
For internal use only.
getURL() - Method in class net.infordata.ifw2.util.URLFile
 
getUseBackgroudSyncIfNeeded() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getUseBackgroudSyncIfNeeded() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getUseBackgroudSyncIfNeeded() - Method in interface net.infordata.ifw2.web.jpa.IJpaFolderModel
 
getUserPrincipal() - Method in class net.infordata.ifw2.web.util.SecurityContext
 
getUserRoles() - Method in class net.infordata.ifw2.web.util.SecurityContext
 
getValidatorFactory() - Static method in class net.infordata.ifw2.util.ValidatorUtil
 
getValue() - Method in class net.infordata.ifw2.web.CalendarFlow
 
getValue() - Method in class net.infordata.ifw2.web.form.AFormField
 
getValue() - Method in class net.infordata.ifw2.web.form.CheckboxField
 
getValue() - Method in class net.infordata.ifw2.web.form.FormattedTextField
 
getValue() - Method in interface net.infordata.ifw2.web.form.IFormattedTextField
 
getValue() - Method in class net.infordata.ifw2.web.form.PojoField
 
getValue() - Method in class net.infordata.ifw2.web.form.SelectField
 
getValue() - Method in class net.infordata.ifw2.web.form.TextField
 
getValue(APojoCrossModel.Row<T>, int) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getValue(C, int) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getValue(C, int) - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
getValue(C, int) - Method in class net.infordata.ifw2.web.grds.APojoGridModel
Redefine it to provide any not pojo property bounded value.
getValue() - Method in class net.infordata.ifw2.web.grds.filter.AValueDefinition
 
getValue() - Method in class net.infordata.ifw2.web.grds.filter.BooleanDef
 
getValue() - Method in class net.infordata.ifw2.web.grds.filter.DefaultDef
 
getValue(C, int) - Method in interface net.infordata.ifw2.web.grds.IPojoGridModel
 
getValue(C, int) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getValue(C, int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getValue(C, int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
getValue(C, int) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getValueAt(int, int) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
getValueAt(int, int) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
getValueAt(int, int) - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
getValueAt(int, int) - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
getValueAt(int, int) - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
getValueAt(int, int) - Method in interface net.infordata.ifw2.web.grds.IGridModel
 
getValueAt(int, int) - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
getValueAt(int, int) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
getValueAt(int, int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getValueAt(int, int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
getValueAt(int, int) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getValues() - Method in class net.infordata.ifw2.web.grds.filter.ASetDefinition
 
getValues() - Method in class net.infordata.ifw2.web.grds.filter.EnumDef
 
getValueType() - Method in class net.infordata.ifw2.util.APojoFormatter
 
getValueType() - Method in class net.infordata.ifw2.util.CharSequenceFormatter
 
getValueType() - Method in class net.infordata.ifw2.util.DateFormatter
 
getValueType() - Method in class net.infordata.ifw2.util.DummyFormatter
 
getValueType() - Method in class net.infordata.ifw2.util.EnumFormatter
 
getValueType() - Method in interface net.infordata.ifw2.util.IFormatter
 
getValueType() - Method in class net.infordata.ifw2.util.NumberFormatter
 
getValueType() - Method in class net.infordata.ifw2.util.RegexFormatter
 
getValueType() - Method in class net.infordata.ifw2.web.form.AFormField
 
getValueType() - Method in class net.infordata.ifw2.web.form.CheckboxField
 
getValueType() - Method in class net.infordata.ifw2.web.form.FormattedTextField
 
getValueType() - Method in interface net.infordata.ifw2.web.form.IFormattedTextField
 
getValueType() - Method in class net.infordata.ifw2.web.form.PojoField
 
getValueType() - Method in class net.infordata.ifw2.web.form.SelectField
 
getValueType() - Method in class net.infordata.ifw2.web.form.TextField
 
getValueType() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.DataColumn
 
getValueType() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.IndentColumn
 
getValueType() - Method in class net.infordata.ifw2.web.grds.Column
 
getValueType() - Method in class net.infordata.ifw2.web.grds.ColumnWrapper
 
getValueType() - Method in interface net.infordata.ifw2.web.grds.IColumn
 
getVertResizer() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
getVertResizer(int) - Static method in class net.infordata.ifw2.web.grds.FixedGridResizers
 
getVertResizer(int, int, int, int) - Static method in class net.infordata.ifw2.web.grds.ProportionalGridResizers
 
getWebViewVersion() - Method in class net.infordata.ifw2.web.view.RendererContext
 
getWidth() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsDialogFlow
 
getWidth() - Method in interface net.infordata.ifw2.web.ctrl.IFlowAsDialog
 
getWidth() - Method in enum net.infordata.ifw2.web.DialogIconEnum
 
getWidth() - Method in interface net.infordata.ifw2.web.ITab
 
getWidth() - Method in class net.infordata.ifw2.web.TabInfo
 
getWrapped() - Method in class net.infordata.ifw2.web.grds.ColumnWrapper
 
getWrappedComparator() - Method in class net.infordata.ifw2.util.ReverseComparator
 
getWrappedComparators() - Method in class net.infordata.ifw2.util.CompositeComparator
 
getWriter() - Method in class net.infordata.ifw2.web.util.TxtResponseWrapper
 
getZoomedNode() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getZoomedNode() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getZoomedNode() - Method in interface net.infordata.ifw2.web.jpa.IJpaFolderModel
 
getZoomingLevel() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
getZoomingLevel() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
getZoomingLevel() - Method in interface net.infordata.ifw2.web.jpa.IJpaFolderModel
 
glue(String, String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
glue(String, String, Boolean, String, String) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
GlueTag - Class in net.infordata.ifw2.web.tags
 
GlueTag() - Constructor for class net.infordata.ifw2.web.tags.GlueTag
 
GlueTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
GlueTag.ECSBaseAdapter(String, String) - Constructor for class net.infordata.ifw2.web.tags.GlueTag.ECSBaseAdapter
 
goTo(C, boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
goTo(C, boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
goTo(C, boolean) - Method in interface net.infordata.ifw2.web.jpa.IJpaFolderModel
 
gotoCellPojo(T) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 

H

hasChilds() - Method in interface net.infordata.ifw2.web.grds.ITreeNode
 
hasChilds() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.AFakeTreeNode
 
hasChilds() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.FetchMoreNode
 
hasChilds() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.TreeNode
 
hasFakeChild(C) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
Override it and return true if there are fake child nodes of the given entity.
You can safely return true even for leafs.
hashCode() - Method in class net.infordata.ifw2.msgs.ExceptionMessage
 
hashCode() - Method in class net.infordata.ifw2.msgs.SimpleMessage
 
hashCode() - Method in class net.infordata.ifw2.props.BaseProperty
 
hashCode() - Method in class net.infordata.ifw2.props.ClassInfo
 
hashCode() - Method in class net.infordata.ifw2.props.CompositeProperty
 
hashCode() - Method in class net.infordata.ifw2.props.PropsComparator
 
hashCode() - Method in class net.infordata.ifw2.util.APojoFormatter
 
hashCode() - Method in class net.infordata.ifw2.util.CompositeKey
 
hashCode() - Method in class net.infordata.ifw2.util.DateFormatter
 
hashCode() - Method in class net.infordata.ifw2.util.EnumFormatter
 
hashCode() - Method in class net.infordata.ifw2.util.FSFile
 
hashCode() - Method in class net.infordata.ifw2.util.NumberFormatter
 
hashCode() - Method in class net.infordata.ifw2.util.RAMFile
 
hashCode() - Method in class net.infordata.ifw2.util.RegexFormatter
 
hashCode() - Method in class net.infordata.ifw2.util.URLFile
 
hashCode() - Method in class net.infordata.ifw2.web.bnds.Stroke
 
hashCode() - Method in class net.infordata.ifw2.web.ctrl.FlowEndState
 
hashCode() - Method in class net.infordata.ifw2.web.ctrl.FlowState
 
hashCode() - Method in class net.infordata.ifw2.web.ctrl.RawActionInfo
 
hashCode() - Method in class net.infordata.ifw2.web.form.ActionsForm
 
hashCode() - Method in class net.infordata.ifw2.web.form.APojoLookupFormatter
 
hashCode() - Method in class net.infordata.ifw2.web.form.APojoLookupValidator
 
hashCode() - Method in class net.infordata.ifw2.web.form.Choice
 
hashCode() - Method in class net.infordata.ifw2.web.form.FieldContraints
 
hashCode() - Method in class net.infordata.ifw2.web.form.Form
 
hashCode() - Method in class net.infordata.ifw2.web.form.FormRef
 
hashCode() - Method in class net.infordata.ifw2.web.form.InRangeValidator
 
hashCode() - Method in class net.infordata.ifw2.web.form.RangeValidator
 
hashCode() - Method in class net.infordata.ifw2.web.grds.layout.LayoutDefDlg.ColumnInfo
 
hashCode() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel.TreeNodeKey
 
hashCode() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.ATreeNode
 
hashCode() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.ATreeNodeKey
 
hashCode() - Method in class net.infordata.ifw2.web.jpa.JpaFormatter
 
hashCode() - Method in class net.infordata.ifw2.web.jpa.JpaLookupValidator
 
hashCode() - Method in class net.infordata.ifw2.web.menu.AMenuItem
 
hashCode() - Method in class net.infordata.ifw2.web.mpart.UploadedFile
 
hashCode() - Method in class net.infordata.ifw2.web.tags.KeyActionTag.Key
 
hasMessage() - Method in interface net.infordata.ifw2.msgs.IMessageSet
 
hasMessage(MessageTypeEnum) - Method in interface net.infordata.ifw2.msgs.IMessageSet
 
hasMessage(MessageTypeEnum) - Method in class net.infordata.ifw2.msgs.MessageSet
 
hasMessage() - Method in class net.infordata.ifw2.msgs.MessageSet
 
hasMessage() - Method in class net.infordata.ifw2.web.form.AField
 
hasMessage(MessageTypeEnum) - Method in class net.infordata.ifw2.web.form.AField
 
hasMessage() - Method in interface net.infordata.ifw2.web.form.AForm
 
hasMessage(MessageTypeEnum) - Method in interface net.infordata.ifw2.web.form.AForm
 
hasMessage() - Method in class net.infordata.ifw2.web.form.Form
 
hasMessage(MessageTypeEnum) - Method in class net.infordata.ifw2.web.form.Form
 
hasMessage() - Method in class net.infordata.ifw2.web.form.FormRef
 
hasMessage(MessageTypeEnum) - Method in class net.infordata.ifw2.web.form.FormRef
 
hasMoreElements() - Method in class net.infordata.ifw2.util.Util.Iterator2Enumeration
 
hasPojoBeenExpendedBefore() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.TreeNode
 
hasValidationMessages(MessageTypeEnum) - Method in class net.infordata.ifw2.web.form.Form
 
HCell - Class in net.infordata.ifw2.web.dec
 
HCell() - Constructor for class net.infordata.ifw2.web.dec.HCell
 
hiddenActionName(String) - Static method in class net.infordata.ifw2.web.ctrl.RawActionInfo
 
highlighted - Variable in class net.infordata.ifw2.web.tags.KeyActionTag.Key
 
HttpParametersParser - Class in net.infordata.ifw2.web.util
 
HttpParametersParser() - Constructor for class net.infordata.ifw2.web.util.HttpParametersParser
 
HttpRequestFilter - Class in net.infordata.ifw2.web.util
This filter is used to properly decode ajax requests.
HttpRequestFilter() - Constructor for class net.infordata.ifw2.web.util.HttpRequestFilter
 

I

IAction - Interface in net.infordata.ifw2.web.bnds
 
IBndsFlow - Interface in net.infordata.ifw2.web.bnds
 
IBndsFlowRequestProcessor - Interface in net.infordata.ifw2.web.bnds
 
ICard - Interface in net.infordata.ifw2.web
Optional interface which can be implemented by an IFlow to receive notifications from a containing CardFlow.
ICellDecorator - Interface in net.infordata.ifw2.web.dec
 
ICheckboxField - Interface in net.infordata.ifw2.web.bnds
 
IClearableMessageSet - Interface in net.infordata.ifw2.msgs
IClientSideAction - Interface in net.infordata.ifw2.web.bnds
This action is used to trigger script execution on the client side.
IColumn - Interface in net.infordata.ifw2.web.grds
 
IColumnGroup - Interface in net.infordata.ifw2.web.grds
 
IComponentEvent - Interface in net.infordata.ifw2.web.ctrl
 
IComponentListener - Interface in net.infordata.ifw2.web.ctrl
 
IDataGridModel - Interface in net.infordata.ifw2.web.grds
Specialized IGridModel to be used with DataGridFlow.
It adds support for sorting and filtering.
IDateDecorator - Interface in net.infordata.ifw2.web.dec
Used by the CalendarFlow to render each day.
IDateDecoratorClient - Interface in net.infordata.ifw2.web.dec
This is the ninterface that must be implemented by the IDateDecorator client class.
IdentityHashSet<E> - Class in net.infordata.ifw2.util
Uses == instead of Object.equals(Object).
Internally uses IdentityHashMap.
IdentityHashSet() - Constructor for class net.infordata.ifw2.util.IdentityHashSet
 
IdentityHashSet(int) - Constructor for class net.infordata.ifw2.util.IdentityHashSet
 
identityIndexOf(Collection<T>, T) - Static method in class net.infordata.ifw2.util.Util
 
IDialogCallback - Interface in net.infordata.ifw2.web.ctrl
If implemented by an IFlow it is ensured that no other call-backs can be used it.
IDialogCallback2 - Interface in net.infordata.ifw2.web.ctrl
 
IDialogDecorator - Interface in net.infordata.ifw2.web.dec
 
IDialogResult - Interface in net.infordata.ifw2.web
 
idToExtId(String) - Method in class net.infordata.ifw2.web.ctrl.FlowContext
 
idToExtId(String) - Method in class net.infordata.ifw2.web.view.RendererContext
IEditableGridCellDecorator - Interface in net.infordata.ifw2.web.dec
Used by EditableGridFlow to render cells while in editing mode.
IEditableGridModel - Interface in net.infordata.ifw2.web.grds
Specialized IGridModel to be used with EditableGridFlow.
It adds support for in-line editing of the current row.
IEntityWithTransientStates<T extends IEntityWithTransientStates<T>> - Interface in net.infordata.ifw2.web.jpa
 
IField - Interface in net.infordata.ifw2.web.bnds
Base interface used to bind ui elements to the model.
Members of this hierarchy strictly interact with objects in the tag library like AInputTag.
It is expected that concrete classes will implement also the IMessageSet and the IFieldDecorator interfaces.
IFieldAction - Interface in net.infordata.ifw2.web.bnds
 
IFieldContraints - Interface in net.infordata.ifw2.web.form
Interface for constraints on fields automatically handled by Form objects.
IFieldDecorator - Interface in net.infordata.ifw2.web.bnds
 
IFieldFactory - Interface in net.infordata.ifw2.web.form
 
IFieldWithChoices - Interface in net.infordata.ifw2.web.bnds
A field able to provide a list of acceptable choiches (ie.
IFieldWithChoices.IChoice - Interface in net.infordata.ifw2.web.bnds
 
IFilterable - Interface in net.infordata.ifw2.web.grds.layout
Interface implemented by flows which can have their data filtered by users via LayoutDefDlg.
IFlow - Interface in net.infordata.ifw2.web.ctrl
A flow is a set of IFlowState, one of them is the current one.
IFlowAsDialog - Interface in net.infordata.ifw2.web.ctrl
An IFlow that can be used in a modal dialog (see Flow.modalDialog(IFlowAsDialog, IDialogCallback).
IFlowAsState - Interface in net.infordata.ifw2.web.ctrl
An IFlow which can be a sub-state of a parent IFlow.
IFlowComponent - Interface in net.infordata.ifw2.web.ctrl
 
IFlowEndState - Interface in net.infordata.ifw2.web.ctrl
The result of the processing of a flow request (see IFlowRequestProcessor).
IFlowPersonality - Interface in net.infordata.ifw2.web.ctrl
 
IFlowRequestProcessor - Interface in net.infordata.ifw2.web.ctrl
A flow request processor.
IFlowState - Interface in net.infordata.ifw2.web.ctrl
An object which is used to represent the the state of an IFlow.
IFlowUriDependent - Interface in net.infordata.ifw2.web.ctrl
A flow able to store and restore its state from a simple string which becames part of the url hash.
IForm - Interface in net.infordata.ifw2.web.bnds
Interface used to bind forms (ie set of IField) to the model.
It is possible to combine the implementation of IMessageSet and IFormDecorator.
IFormAction - Interface in net.infordata.ifw2.web.bnds
 
IFormattedTextField<T> - Interface in net.infordata.ifw2.web.form
An ITextField which supports data conversion to and from the user inputed text.
IFormatter<T> - Interface in net.infordata.ifw2.util
 
IFormatterWithChoices<T> - Interface in net.infordata.ifw2.web.form
 
IFormatterWithValidation<T> - Interface in net.infordata.ifw2.web.form
 
IFormDecorator - Interface in net.infordata.ifw2.web.bnds
 
IFormSet - Interface in net.infordata.ifw2.web.bnds
 
IFormValidator - Interface in net.infordata.ifw2.web.form
Implemented by objects used to validate a Form object.
IFormValidator2 - Interface in net.infordata.ifw2.web.form
An IFormValidator extension.
IFormView - Interface in net.infordata.ifw2.web.form
The Form view passed in to IFormValidator.
It is a subset of the Form functionalities, just the one usable during the validation process.
IGridCellDecorator - Interface in net.infordata.ifw2.web.dec
Used by DataGridFlow to render grid cells.
IGridHorzResizer - Interface in net.infordata.ifw2.web.grds
 
IGridModel - Interface in net.infordata.ifw2.web.grds
 
IGridVertResizer - Interface in net.infordata.ifw2.web.grds
 
IJpaColumn - Interface in net.infordata.ifw2.web.jpa
 
IJpaFolderModel<C> - Interface in net.infordata.ifw2.web.jpa
 
IJpaGridModel<C> - Interface in net.infordata.ifw2.web.jpa
 
ILayoutable - Interface in net.infordata.ifw2.web.grds.layout
Interface implemented by flows which can have their layout modified by users via LayoutDefDlg.
IMessage - Interface in net.infordata.ifw2.msgs
Implementation classes are required to be immutable.
IMessageSet - Interface in net.infordata.ifw2.msgs
A container of IMessage.
Each IMessage is associated to an enum which is the "owner" of the message.
IMultipartRequest - Interface in net.infordata.ifw2.web.mpart
 
IMultiValueField - Interface in net.infordata.ifw2.web.bnds
 
include(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
includeNull() - Method in class net.infordata.ifw2.web.grds.filter.ASetDefinition
 
includeNull() - Method in class net.infordata.ifw2.web.grds.filter.DefaultDef
 
includeNull() - Method in class net.infordata.ifw2.web.grds.filter.EnumDef
 
includes(Object) - Method in class net.infordata.ifw2.web.grds.filter.AFilterDefinition
 
includes(Object) - Method in class net.infordata.ifw2.web.grds.filter.ARangeDefinition
 
includes(Object) - Method in class net.infordata.ifw2.web.grds.filter.ASetDefinition
 
includes(Object) - Method in class net.infordata.ifw2.web.grds.filter.AValueDefinition
 
includes(Object) - Method in class net.infordata.ifw2.web.grds.filter.DefaultDef
 
IncludeTag - Class in net.infordata.ifw2.web.tags
 
IncludeTag() - Constructor for class net.infordata.ifw2.web.tags.IncludeTag
 
IncludeTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
IncludeTag.ECSBaseAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.IncludeTag.ECSBaseAdapter
 
INDCOL_NAME - Static variable in class net.infordata.ifw2.web.grds.TreeGridFlow
The column used to show tree nodes indentation.
indexOf(T[], T) - Static method in class net.infordata.ifw2.util.Util
 
init(ServletConfig) - Method in class net.infordata.ifw2.web.ctrl.PageControllerServlet
 
init(FilterConfig) - Method in class net.infordata.ifw2.web.jpa.JpaFilter
 
init(FilterConfig) - Method in class net.infordata.ifw2.web.mpart.MultipartFilter
 
init(FilterConfig) - Method in class net.infordata.ifw2.web.util.CompressionFilter
 
init(ServletConfig) - Method in class net.infordata.ifw2.web.util.CSSServlet
Initialize global variables
init(FilterConfig) - Method in class net.infordata.ifw2.web.util.HttpRequestFilter
 
init(ServletConfig) - Method in class net.infordata.ifw2.web.util.JSServlet
Initialize global variables
init(ServletConfig) - Method in class net.infordata.ifw2.web.util.MainServlet
Initialize global variables
init(ServletConfig) - Method in class net.infordata.ifw2.web.util.StaticResourceServlet
Initialize global variables
InitListener - Class in net.infordata.ifw2.web.jpa
 
InitListener() - Constructor for class net.infordata.ifw2.web.jpa.InitListener
 
InitListener - Class in net.infordata.ifw2.web.util
 
InitListener() - Constructor for class net.infordata.ifw2.web.util.InitListener
 
InRangeValidator<T extends java.lang.Comparable<T>> - Class in net.infordata.ifw2.web.form
Checks that the provided field value is included in the range.
The range can be open ended if null is specified as range-limit value.
Field Value must be of type T.
InRangeValidator(String, T, T) - Constructor for class net.infordata.ifw2.web.form.InRangeValidator
 
InRangeValidator(String, T, T, IMessage) - Constructor for class net.infordata.ifw2.web.form.InRangeValidator
 
insert(Object, boolean) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
insert(Object, boolean) - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
insert(Object, boolean) - Method in interface net.infordata.ifw2.web.grds.IEditableGridModel
 
insert(Object, boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
insert(Object, boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
interpolate(String, MessageInterpolator.Context) - Method in class net.infordata.ifw2.util.ResourceBundleMessageInterpolator
 
interpolate(String, MessageInterpolator.Context, Locale) - Method in class net.infordata.ifw2.util.ResourceBundleMessageInterpolator
 
interpolate(MessageInterpolator, ConstraintViolation<?>) - Static method in class net.infordata.ifw2.util.ValidatorUtil
Same as MessageInterpolator.interpolate(String, javax.validation.MessageInterpolator.Context) but uses LocaleContext.getLocale().
intersect(Set<?>, Object[]) - Static method in class net.infordata.ifw2.util.Util
 
intersection(Set<T>, T[]) - Static method in class net.infordata.ifw2.util.Util
 
InvalidUrlException - Exception in net.infordata.ifw2.web.util
 
InvalidUrlException(HttpServletRequest) - Constructor for exception net.infordata.ifw2.web.util.InvalidUrlException
 
IOrderedGridModel - Interface in net.infordata.ifw2.web.grds
An IGridModel where its row order is relevant, and can be changed by the final user.
IPojoEditableGridModel<C> - Interface in net.infordata.ifw2.web.grds
 
IPojoForm<C> - Interface in net.infordata.ifw2.web.form
 
IPojoFormView<C> - Interface in net.infordata.ifw2.web.form
An IFormValidator can safely cast the received IFormView to this "specialization" when dealing with PojoForm.
IPojoGridModel<C> - Interface in net.infordata.ifw2.web.grds
 
IPopupCallback - Interface in net.infordata.ifw2.web.ctrl
 
IPopupCallback2 - Interface in net.infordata.ifw2.web.ctrl
 
IRadioField - Interface in net.infordata.ifw2.web.bnds
 
IReloadableGridModel - Interface in net.infordata.ifw2.web.grds
Specialized IGridModel which supports the reload of data.
IRenderer - Interface in net.infordata.ifw2.web.view
 
IRendererEngine - Interface in net.infordata.ifw2.web.view
It is responsible of the generation of content through IRenderer.
IRequestHandler - Interface in net.infordata.ifw2.web.ctrl
 
IRequestHandlerFactory - Interface in net.infordata.ifw2.web.ctrl
It is used by PageControllerServlet to choose to which IRequestHandler forward the request.
isAConstraintException(PersistenceException) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
The current implementation works with Hibernate.
isApplicable() - Method in class net.infordata.ifw2.web.form.AFormValidatorWrapper
 
isApplicable() - Method in class net.infordata.ifw2.web.form.APojoFormValidator
 
isApplicable() - Method in class net.infordata.ifw2.web.form.APojoLookupValidator
 
isApplicable() - Method in interface net.infordata.ifw2.web.form.IFormValidator
 
isApplicable() - Method in class net.infordata.ifw2.web.form.InRangeValidator
 
isApplicable() - Method in class net.infordata.ifw2.web.form.RangeValidator
 
isApplicable() - Method in class net.infordata.ifw2.web.jpa.AJpaUniquenessValidator
It is normally active when the related IEditableGridModel.isEditPending() and IEditableGridModel.isInsertPending() are true.
isApplicable() - Method in class net.infordata.ifw2.web.jpa.JpaLookupValidator
 
isCancelled() - Method in class net.infordata.ifw2.web.ctrl.TaskFuture
 
isCellCursorEnabled() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
isCellCursorEnabled() - Method in class net.infordata.ifw2.web.grds.DataGridFlow
 
isChainEnabled() - Method in class net.infordata.ifw2.web.tags.AActionTag
 
isChainEnabled() - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
isChainEnabled() - Method in class net.infordata.ifw2.web.tags.AInputTag
 
isChainEnabled() - Method in class net.infordata.ifw2.web.tags.AScriptActionTag
 
isChainEnabled() - Method in class net.infordata.ifw2.web.tags.DivTag
 
isChainEnabled() - Method in class net.infordata.ifw2.web.tags.FormComponent
 
isChainEnabled() - Method in class net.infordata.ifw2.web.tags.FormTag
 
isChainEnabled() - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
isChainEnabled() - Method in class net.infordata.ifw2.web.tags.RadioGroupTag
 
isChainEnabled() - Method in class net.infordata.ifw2.web.tags.SelectTag
 
isChainEnabled() - Method in class net.infordata.ifw2.web.view.ContentPart
 
isChainEnabled(String) - Method in class net.infordata.ifw2.web.view.RendererContext
First search in its ancestors then in its sub-childs.
isChanged() - Method in class net.infordata.ifw2.web.view.ContentPart
 
isChecked() - Method in interface net.infordata.ifw2.web.bnds.ICheckboxField
 
isChecked() - Method in class net.infordata.ifw2.web.form.CheckboxField
 
isColumnsPopupEnabled() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
isContentScrollable() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsDialogFlow
 
isContentScrollable() - Method in interface net.infordata.ifw2.web.ctrl.IFlowAsDialog
 
isCtrlKey() - Method in class net.infordata.ifw2.web.bnds.Stroke
 
isCurrentFlowActive() - Method in class net.infordata.ifw2.web.view.RendererContext
 
isCurrentRowEditable() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
isCurrentRowEditable() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
isCurrentRowEditable() - Method in interface net.infordata.ifw2.web.grds.IEditableGridModel
 
isCurrentRowEditable() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
isCurrentRowEditable() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
isCurrentRowFreezed() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
isCurrentRowFreezed() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
isCurrentRowFreezed() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
isCurrentRowFreezed() - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
isCurrentRowFreezed() - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
isCurrentRowFreezed() - Method in interface net.infordata.ifw2.web.grds.IGridModel
 
isCurrentRowFreezed() - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
isCurrentRowFreezed() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
isCurrentRowFreezed() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
isCurrentRowFreezed() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
isCurrentRowFreezed() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
isDefault(Stroke) - Method in class net.infordata.ifw2.web.bnds.StrokeStripe
 
isDefault(AMenuItem) - Method in class net.infordata.ifw2.web.menu.MenuStripe
 
isDone() - Method in class net.infordata.ifw2.web.ctrl.TaskFuture
 
isEditing(C) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
isEditing(C) - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
isEditing(C) - Method in interface net.infordata.ifw2.web.grds.IPojoEditableGridModel
 
isEditing(C) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
isEditing(C) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
isEditPending() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
isEditPending() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
isEditPending() - Method in interface net.infordata.ifw2.web.grds.IEditableGridModel
 
isEditPending() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
isEditPending() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
ISelectField - Interface in net.infordata.ifw2.web.bnds
 
isEmpty() - Method in class net.infordata.ifw2.util.IdentityHashSet
 
isEnabled() - Method in class net.infordata.ifw2.web.APublishEventAction
 
isEnabled() - Method in class net.infordata.ifw2.web.AResultAction
 
isEnabled() - Method in class net.infordata.ifw2.web.bnds.Form
Deprecated.
 
isEnabled() - Method in interface net.infordata.ifw2.web.bnds.IAction
 
isEnabled() - Method in interface net.infordata.ifw2.web.bnds.IField
 
isEnabled() - Method in interface net.infordata.ifw2.web.bnds.IForm
If disabled then actions are also disabled.
isEnabled() - Method in class net.infordata.ifw2.web.bnds.RenderAllActionWrapper
 
isEnabled() - Method in class net.infordata.ifw2.web.CardSwitchAction
 
isEnabled() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsFlowComponent
 
isEnabled() - Method in interface net.infordata.ifw2.web.ctrl.IFlowComponent
 
isEnabled() - Method in class net.infordata.ifw2.web.DialogBoxPublishEventAction
 
isEnabled() - Method in class net.infordata.ifw2.web.DialogResultAction
 
isEnabled() - Method in class net.infordata.ifw2.web.form.ActionsForm
 
isEnabled() - Method in class net.infordata.ifw2.web.form.AField
 
isEnabled() - Method in interface net.infordata.ifw2.web.form.AForm
 
isEnabled() - Method in class net.infordata.ifw2.web.form.CalendarAction
 
isEnabled() - Method in class net.infordata.ifw2.web.form.Form
 
isEnabled() - Method in class net.infordata.ifw2.web.form.FormRef
 
isEnabled() - Method in interface net.infordata.ifw2.web.form.IFormView
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.Cancel
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.Edit
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.First
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.FirstAndFastEdit
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.Insert
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.Last
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.LastAndFastEdit
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.MoveRow
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.Next
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.NextAndFastEdit
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.Post
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.Previous
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.PreviousAndFastEdit
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.Reload
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.Remove
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.SetCurrent
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.SetCurrentAndEdit
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.ShowCompleteGHeaderText
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.ShowCompleteHeaderText
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.ShowCompleteText
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.Sort
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.ToggleCurrentExpand
 
isEnabled() - Method in class net.infordata.ifw2.web.grds.ModelActions.ToggleExpand
 
isEnabled() - Method in class net.infordata.ifw2.web.menu.APopupMenuAction
 
isEnabled() - Method in class net.infordata.ifw2.web.menu.MenuStripe
Used for sub-stripes only.
isEnabled() - Method in class net.infordata.ifw2.web.menu.PopupActionAdapter
 
isEnabled() - Method in class net.infordata.ifw2.web.MessageAreaFlow.MaximizeAction
 
isEnabled() - Method in class net.infordata.ifw2.web.MessageAreaFlow.RefreshAction
 
isEnabled() - Method in class net.infordata.ifw2.web.MessageAreaFlow.ShowKeysAction
 
isEnabled() - Method in class net.infordata.ifw2.web.MessageAreaFlow.ShowMessagesAction
 
isEnabled() - Method in class net.infordata.ifw2.web.PojoLookupAction
 
isEnabled() - Method in class net.infordata.ifw2.web.PojoLookupFormAction
 
isEnabled() - Method in class net.infordata.ifw2.web.tags.AActionTag
 
isEnabled() - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
isEnabled() - Method in class net.infordata.ifw2.web.tags.AInputTag
 
isEnabled() - Method in class net.infordata.ifw2.web.tags.AScriptActionTag
 
isEnabled() - Method in class net.infordata.ifw2.web.tags.DivTag
 
isEnabled() - Method in class net.infordata.ifw2.web.tags.FormComponent
 
isEnabled() - Method in class net.infordata.ifw2.web.tags.FormTag
 
isEnabled() - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
isEnabled() - Method in class net.infordata.ifw2.web.tags.RadioGroupTag
 
isEnabled() - Method in class net.infordata.ifw2.web.tags.SelectTag
 
isEnabled() - Method in class net.infordata.ifw2.web.TaskBoxFlow.MinimizeAction
 
isEnabled() - Method in class net.infordata.ifw2.web.TaskBoxFlow.RefreshAction
 
isEnded() - Method in class net.infordata.ifw2.web.ctrl.Flow
 
isExpanded() - Method in interface net.infordata.ifw2.web.grds.ITreeNode
 
isExpanded() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.AFakeTreeNode
 
isExpanded() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.FetchMoreNode
 
isExpanded() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.TreeNode
 
isFake() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.AFakeTreeNode
 
isFake() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.ATreeNode
 
isFake() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.ATreeNodeKey
 
isFake() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.FakeTreeNodeKey
 
isFake() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.FetchMoreNode
 
isFake() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.TreeNode
 
isFake() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.TreeNodeKey
 
isFetchingAll() - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
isFilterable() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Column
 
isFilterable() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
isFilterable() - Method in class net.infordata.ifw2.web.grds.Column
 
isFilterable() - Method in class net.infordata.ifw2.web.grds.ColumnWrapper
 
isFilterable() - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
isFilterable() - Method in interface net.infordata.ifw2.web.grds.IColumn
 
isFilterable() - Method in interface net.infordata.ifw2.web.grds.IDataGridModel
 
isFilterable() - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
isFilterable() - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
isFilterable() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
isFilterable() - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
isFilterable() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableDataGridModel
 
isFilterable() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
isFilterable() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
isFiltered() - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
isFilterInMemory() - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
isFixed() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.DataColumn
 
isFixed() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.IndentColumn
 
isFixed() - Method in class net.infordata.ifw2.web.grds.Column
 
isFixed() - Method in class net.infordata.ifw2.web.grds.ColumnWrapper
 
isFixed() - Method in interface net.infordata.ifw2.web.grds.IColumn
 
isFixed() - Method in class net.infordata.ifw2.web.grds.layout.LayoutDefDlg.ColumnInfo
 
isFocused() - Method in class net.infordata.ifw2.web.tags.AActionTag
 
isFocused() - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
isFocused() - Method in class net.infordata.ifw2.web.tags.AInputTag
 
isFocused() - Method in class net.infordata.ifw2.web.tags.FormComponent
 
isFocused() - Method in class net.infordata.ifw2.web.tags.RadioGroupTag
 
isFocused() - Method in class net.infordata.ifw2.web.tags.SelectTag
 
isFolder(C) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
isFreezed() - Method in class net.infordata.ifw2.web.view.ContentPart
 
isGotoLastKnown() - Method in class net.infordata.ifw2.web.grds.ModelActions.Last
 
isGotoLastKnown() - Method in class net.infordata.ifw2.web.grds.ModelActions.LastAndFastEdit
 
isGroupingUsed() - Method in class net.infordata.ifw2.util.NumberFormatterSpecs
 
isHidden() - Method in class net.infordata.ifw2.web.ctrl.RawActionInfo
 
isHighlighted() - Method in class net.infordata.ifw2.web.bnds.Stroke
 
isInErrorState() - Method in class net.infordata.ifw2.web.ctrl.Flow
 
ISingleValueField - Interface in net.infordata.ifw2.web.bnds
 
isInsertAllowed(Object, boolean) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
isInsertAllowed(Object, boolean) - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
isInsertAllowed(Object, boolean) - Method in interface net.infordata.ifw2.web.grds.IEditableGridModel
 
isInsertAllowed(Object, boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
isInsertAllowed(Object, boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
isInserting(C) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
isInserting(C) - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
isInserting(C) - Method in interface net.infordata.ifw2.web.grds.IPojoEditableGridModel
 
isInserting(C) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
isInserting(C) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
isInsertPending() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
isInsertPending() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
isInsertPending() - Method in interface net.infordata.ifw2.web.grds.IEditableGridModel
 
isInsertPending() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
isInsertPending() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
isLayoutable() - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
isLeaf() - Method in interface net.infordata.ifw2.web.grds.ITreeNode
 
isLeaf() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.AFakeTreeNode
 
isLeaf() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.FetchMoreNode
 
isLeaf() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.TreeNode
 
isLockHeldByCurrentThread() - Method in class net.infordata.ifw2.web.ctrl.TaskContext
 
isMandatory() - Method in class net.infordata.ifw2.web.form.ATextField
 
isMandatory() - Method in class net.infordata.ifw2.web.form.FieldContraints
 
isMandatory() - Method in interface net.infordata.ifw2.web.form.IFieldContraints
 
isMandatory() - Method in class net.infordata.ifw2.web.form.PojoField
 
isMandatory() - Method in class net.infordata.ifw2.web.form.SelectField
 
isMaximized() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsDialogFlow
 
isMaximized() - Method in interface net.infordata.ifw2.web.ctrl.IFlowAsDialog
 
isMultiChoice() - Method in interface net.infordata.ifw2.web.bnds.ISelectField
 
isMultiChoice() - Method in class net.infordata.ifw2.web.form.SelectField
 
isMultipartContent(HttpServletRequest) - Static method in class net.infordata.ifw2.web.mpart.MultipartUtil
 
isNew() - Method in class net.infordata.ifw2.web.view.ContentPart
 
isNumeric() - Method in interface net.infordata.ifw2.web.bnds.ITextField
 
isNumeric() - Method in class net.infordata.ifw2.web.form.ATextField
 
isNumeric() - Method in class net.infordata.ifw2.web.form.FormattedTextField
 
isParseIntegerOnly() - Method in class net.infordata.ifw2.util.NumberFormatterSpecs
 
isProcessingRequest() - Static method in class net.infordata.ifw2.web.ctrl.FlowContext
 
isQueryPushdownEnabled() - Method in interface net.infordata.ifw2.web.jpa.IJpaColumn
isQueryPushdownEnabled() - Method in class net.infordata.ifw2.web.jpa.JpaColumn
 
isQueryPushdownEnabled() - Method in class net.infordata.ifw2.web.jpa.JpaColumnWrapper
 
isReadable() - Method in class net.infordata.ifw2.props.BaseProperty
 
isReadable() - Method in class net.infordata.ifw2.props.CompositeProperty
 
isReadable() - Method in class net.infordata.ifw2.props.Property
 
isReadOnly() - Method in class net.infordata.ifw2.props.BaseProperty
 
isReadOnly() - Method in class net.infordata.ifw2.props.CompositeProperty
 
isReadOnly() - Method in class net.infordata.ifw2.props.Property
 
isReadOnly() - Method in class net.infordata.ifw2.web.bnds.Form
Deprecated.
 
isReadOnly() - Method in interface net.infordata.ifw2.web.bnds.IField
A read only field is a disabled field for which the state should not be transferred to the underlying model.
isReadOnly() - Method in interface net.infordata.ifw2.web.bnds.IForm
In a read only form, actions are enabled but input fields are not.
isReadOnly() - Method in class net.infordata.ifw2.web.form.ActionsForm
 
isReadOnly() - Method in class net.infordata.ifw2.web.form.AField
 
isReadOnly() - Method in interface net.infordata.ifw2.web.form.AForm
 
isReadOnly() - Method in class net.infordata.ifw2.web.form.Form
 
isReadOnly() - Method in class net.infordata.ifw2.web.form.FormRef
 
isReadOnly() - Method in interface net.infordata.ifw2.web.form.IFormView
 
isReadOnly() - Method in class net.infordata.ifw2.web.tags.AInputTag
 
isReadOnly() - Method in class net.infordata.ifw2.web.tags.FormTag
 
isReadOnly() - Method in class net.infordata.ifw2.web.tags.SelectTag
 
isRemoved() - Method in class net.infordata.ifw2.web.view.ContentPart
 
isRendering() - Static method in class net.infordata.ifw2.web.view.RendererContext
 
isRequiringFocus(IFlow) - Method in class net.infordata.ifw2.web.ctrl.FlowContext
 
isRowsPopupEnabled() - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
isRunningTask() - Method in class net.infordata.ifw2.web.ctrl.FlowContext
 
isSelectable(Calendar) - Method in class net.infordata.ifw2.web.CalendarFlow
 
isSelectable(Calendar) - Method in interface net.infordata.ifw2.web.dec.IDateDecoratorClient
 
isSelected(S) - Method in class net.infordata.ifw2.web.MultiSelectionListFlow
 
isSelected(S) - Method in class net.infordata.ifw2.web.PojoMultiSelectionListFlow
 
isSelectionEmpty() - Method in class net.infordata.ifw2.web.MultiSelectionListFlow
 
isSelectionEmpty() - Method in class net.infordata.ifw2.web.PojoMultiSelectionListFlow
 
isSelfFiltering() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.AFakeTreeNode
 
isShadow() - Method in class net.infordata.ifw2.web.form.AField
 
isShadow() - Method in class net.infordata.ifw2.web.form.AFormField
 
isShadow() - Method in class net.infordata.ifw2.web.form.Form
All fields in a shadow form act as shadow fields, see AFormField.setShadow(boolean).
isShadow(String) - Method in class net.infordata.ifw2.web.form.Form
Let the form control the single field shadow state.
isShadow() - Method in class net.infordata.ifw2.web.form.PojoForm
 
isShadow(String) - Method in class net.infordata.ifw2.web.form.PojoForm
 
isShiftKey() - Method in class net.infordata.ifw2.web.bnds.Stroke
 
isShowedByDefault() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Column
 
isShowedByDefault() - Method in class net.infordata.ifw2.web.grds.Column
 
isShowedByDefault() - Method in class net.infordata.ifw2.web.grds.ColumnWrapper
 
isShowedByDefault() - Method in interface net.infordata.ifw2.web.grds.IColumn
 
isSortable() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Column
 
isSortable() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
isSortable() - Method in class net.infordata.ifw2.web.grds.Column
 
isSortable() - Method in class net.infordata.ifw2.web.grds.ColumnWrapper
 
isSortable() - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
isSortable() - Method in interface net.infordata.ifw2.web.grds.IColumn
 
isSortable() - Method in interface net.infordata.ifw2.web.grds.IDataGridModel
 
isSortable() - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
isSortable() - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
isSortable() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
isSortable() - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
isSortable() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableDataGridModel
 
isSortable() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
isSortable() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
isSpacer() - Method in class net.infordata.ifw2.web.bnds.Stroke
 
isSpacer() - Method in class net.infordata.ifw2.web.menu.AMenuItem
 
isSpacer() - Method in class net.infordata.ifw2.web.menu.MenuItem
 
isSpacer() - Method in class net.infordata.ifw2.web.menu.MenuStripe
 
isStarted() - Method in class net.infordata.ifw2.web.ctrl.Flow
 
isSubForm() - Method in class net.infordata.ifw2.web.tags.FormTag
 
isSubTotal() - Method in interface net.infordata.ifw2.web.grds.ITreeNode
 
isSubTotal() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.AFakeTreeNode
 
isSubTotal() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.FetchMoreNode
 
isSubTotal() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.TreeNode
 
IStateMapper - Interface in net.infordata.ifw2.web.ctrl
 
isTempRemoved() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.AFakeTreeNode
 
isUserInRole(String) - Method in class net.infordata.ifw2.web.util.SecurityContext
 
isValid(T) - Method in interface net.infordata.ifw2.web.form.IFormatterWithValidation
 
isVisible() - Method in enum net.infordata.ifw2.msgs.MessageTypeEnum
 
isVoid() - Method in class net.infordata.ifw2.web.grds.filter.AFilterDefinition
 
isVoid() - Method in class net.infordata.ifw2.web.grds.filter.ARangeDefinition
 
isVoid() - Method in class net.infordata.ifw2.web.grds.filter.ASetDefinition
 
isVoid() - Method in class net.infordata.ifw2.web.grds.filter.AValueDefinition
 
isVoid() - Method in class net.infordata.ifw2.web.grds.filter.DefaultDef
 
isWriteable() - Method in class net.infordata.ifw2.props.BaseProperty
 
isWriteable() - Method in class net.infordata.ifw2.props.CompositeProperty
 
isWriteable() - Method in class net.infordata.ifw2.props.Property
 
isWriteOnly() - Method in class net.infordata.ifw2.props.BaseProperty
 
isWriteOnly() - Method in class net.infordata.ifw2.props.CompositeProperty
 
isWriteOnly() - Method in class net.infordata.ifw2.props.Property
 
ITab - Interface in net.infordata.ifw2.web
 
ITaskCallback<T> - Interface in net.infordata.ifw2.web.ctrl
 
iterator() - Method in class net.infordata.ifw2.util.IdentityHashSet
 
ITextField - Interface in net.infordata.ifw2.web.bnds
 
ITreeCellDecorator - Interface in net.infordata.ifw2.web.dec
Used by AGridFlow to render grid cells.
ITreeGridModel - Interface in net.infordata.ifw2.web.grds
Specialized IDataGridModel to be used with TreeGridFlow.
It adds support nested nodes, see ITreeNode.
ITreeNode - Interface in net.infordata.ifw2.web.grds
 

J

JpaCallable<T> - Class in net.infordata.ifw2.web.jpa
A Callable wrapper usable to ensure EntityManager closing (if obtained with JpaUtil).
JpaCallable(Callable<T>) - Constructor for class net.infordata.ifw2.web.jpa.JpaCallable
 
JpaCallable(String, Callable<T>) - Constructor for class net.infordata.ifw2.web.jpa.JpaCallable
 
JpaColumn - Class in net.infordata.ifw2.web.jpa
 
JpaColumn() - Constructor for class net.infordata.ifw2.web.jpa.JpaColumn
 
JpaColumn(Class<?>) - Constructor for class net.infordata.ifw2.web.jpa.JpaColumn
 
JpaColumnWrapper - Class in net.infordata.ifw2.web.jpa
 
JpaColumnWrapper(IColumn) - Constructor for class net.infordata.ifw2.web.jpa.JpaColumnWrapper
 
JpaFilter - Class in net.infordata.ifw2.web.jpa
This filter ensures that the thread serving the current request has an EntityManagerFactory ready to be used.
It also closes the possibly used EntityManager.
JpaFilter() - Constructor for class net.infordata.ifw2.web.jpa.JpaFilter
 
JpaFormatter<T,P> - Class in net.infordata.ifw2.web.jpa
 
JpaFormatter(Class<T>, String, String) - Constructor for class net.infordata.ifw2.web.jpa.JpaFormatter
 
JpaFormatter(Class<T>, String, IFormatter<P>, String) - Constructor for class net.infordata.ifw2.web.jpa.JpaFormatter
 
JpaFormatter(String, Class<T>, String, IFormatter<P>, String) - Constructor for class net.infordata.ifw2.web.jpa.JpaFormatter
 
JpaLookupValidator<T> - Class in net.infordata.ifw2.web.jpa
APojoLookupValidator using JPA to validate the pojo object reference.
JpaLookupValidator(String, Class<T>, String, String[], String[], String[]) - Constructor for class net.infordata.ifw2.web.jpa.JpaLookupValidator
 
JpaLookupValidator(Class<T>, String, String[], String[], String[]) - Constructor for class net.infordata.ifw2.web.jpa.JpaLookupValidator
 
JpaUtil - Class in net.infordata.ifw2.web.jpa
 
JSDummyParser - Class in net.infordata.ifw2.web.util
 
JSDummyParser.Macro - Class in net.infordata.ifw2.web.util
 
JSDummyParser.MacroProcessor - Interface in net.infordata.ifw2.web.util
 
JSPMessages - Class in net.infordata.ifw2.web
 
JSPRenderer - Class in net.infordata.ifw2.web.view
 
JSPRenderer(String) - Constructor for class net.infordata.ifw2.web.view.JSPRenderer
 
JSServlet - Class in net.infordata.ifw2.web.util
 
JSServlet() - Constructor for class net.infordata.ifw2.web.util.JSServlet
 

K

key - Variable in class net.infordata.ifw2.web.tags.KeyActionTag.Key
 
keyAction(String, KeyEnum) - Static method in class net.infordata.ifw2.web.ecs.Base
 
keyAction(String, Boolean, String, String, KeyEnum, Boolean, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use #keyAction(String) instead.
keyAction(String, Boolean, String, String, KeyEnum, Boolean, Boolean, String, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use #keyAction(String) instead.
keyAction(String, Boolean, String, String, KeyEnum, Boolean, Boolean, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use #keyAction(String) instead.
keyAction(String, KeyEnum) - Static method in class net.infordata.ifw2.web.ecs.Bnds
 
keyAction(Boolean, String, String, String, Boolean, KeyEnum, Boolean, Boolean, String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
keyAction(Boolean, String, String, Boolean, KeyEnum, Boolean, Boolean, String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
KeyActionTag - Class in net.infordata.ifw2.web.tags
 
KeyActionTag() - Constructor for class net.infordata.ifw2.web.tags.KeyActionTag
 
KeyActionTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
KeyActionTag.ECSBaseAdapter(String, KeyEnum) - Constructor for class net.infordata.ifw2.web.tags.KeyActionTag.ECSBaseAdapter
 
KeyActionTag.ECSBndsAdapter - Class in net.infordata.ifw2.web.tags
 
KeyActionTag.ECSBndsAdapter(String, KeyEnum) - Constructor for class net.infordata.ifw2.web.tags.KeyActionTag.ECSBndsAdapter
 
KeyActionTag.Key - Class in net.infordata.ifw2.web.tags
 
KeyEnum - Enum in net.infordata.ifw2.web.bnds
 
KEYS_ATTR - Static variable in class net.infordata.ifw2.web.tags.KeyActionTag
 

L

label(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
label(String, String, String) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.label(String) instead.
label(String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
 
label(String, String, String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
use Bnds.label(String) instead.
label(String, String, String, String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
use Bnds.label(String) instead.
label - Variable in class net.infordata.ifw2.web.MessageAreaFlow.Msg
 
LabelTag - Class in net.infordata.ifw2.web.tags
 
LabelTag() - Constructor for class net.infordata.ifw2.web.tags.LabelTag
 
LabelTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
LabelTag.ECSBaseAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.LabelTag.ECSBaseAdapter
 
LabelTag.ECSBndsAdapter - Class in net.infordata.ifw2.web.tags
 
LabelTag.ECSBndsAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.LabelTag.ECSBndsAdapter
 
lastModified() - Method in interface net.infordata.ifw2.util.FileReference
 
lastModified() - Method in class net.infordata.ifw2.util.FSFile
 
lastModified() - Method in class net.infordata.ifw2.util.RAMFile
 
lastModified() - Method in class net.infordata.ifw2.util.URLFile
Not supported by all URL provider.
lastModified() - Method in class net.infordata.ifw2.web.mpart.UploadedFile
 
LayoutDefDlg - Class in net.infordata.ifw2.web.grds.layout
 
LayoutDefDlg(ILayoutable) - Constructor for class net.infordata.ifw2.web.grds.layout.LayoutDefDlg
 
LayoutDefDlg.ColumnInfo - Class in net.infordata.ifw2.web.grds.layout
 
LayoutDefDlg.ColumnInfo(String, int, IColumn) - Constructor for class net.infordata.ifw2.web.grds.layout.LayoutDefDlg.ColumnInfo
 
length() - Method in interface net.infordata.ifw2.util.FileReference
 
length() - Method in class net.infordata.ifw2.util.FSFile
 
length() - Method in class net.infordata.ifw2.util.RAMFile
 
length() - Method in class net.infordata.ifw2.util.URLFile
 
length() - Method in class net.infordata.ifw2.web.mpart.UploadedFile
 
LocaleContext - Class in net.infordata.ifw2.util
 
LocaleContext() - Constructor for class net.infordata.ifw2.util.LocaleContext
 
LocaleContext - Class in net.infordata.ifw2.web.util
 
LocaleContext() - Constructor for class net.infordata.ifw2.web.util.LocaleContext
 
lock() - Method in class net.infordata.ifw2.web.ctrl.TaskContext
Locks the Lock shared with the user requests serving thread, which means that no user request is served while the lock is acquired.
Use TaskContext.yieldLock() or TaskContext.unlock() to let the user requests serving thread do its job.
lookup(LookupMoveEnum) - Method in class net.infordata.ifw2.web.PojoLookupFlow
Lookup the pojo with no user interaction returning the current selected one.
LookupMoveEnum - Enum in net.infordata.ifw2.web
 

M

main(String[]) - Static method in class net.infordata.ifw2.util.Util
 
MainServlet - Class in net.infordata.ifw2.web.util
This is the main servlet, it is used as a dispatcher for PageControllerServlet.
MainServlet() - Constructor for class net.infordata.ifw2.web.util.MainServlet
 
map(IFlow, IFlowEndState) - Method in interface net.infordata.ifw2.web.ctrl.IStateMapper
Used by flows to map a sub-flow ending state to one of their own states.
MenuBar_jsp - Class in net.infordata.ifw2.web.jsp
 
MenuBar_jsp() - Constructor for class net.infordata.ifw2.web.jsp.MenuBar_jsp
 
MenuBar_jsp - Class in net.infordata.ifw2.web.jsp7
 
MenuBar_jsp() - Constructor for class net.infordata.ifw2.web.jsp7.MenuBar_jsp
 
MenuBarFlow - Class in net.infordata.ifw2.web.menu
 
MenuBarFlow() - Constructor for class net.infordata.ifw2.web.menu.MenuBarFlow
 
MenuBarFlow(MenuStripe) - Constructor for class net.infordata.ifw2.web.menu.MenuBarFlow
 
MenuItem - Class in net.infordata.ifw2.web.menu
 
MenuItem(String) - Constructor for class net.infordata.ifw2.web.menu.MenuItem
 
MenuItem(String, String) - Constructor for class net.infordata.ifw2.web.menu.MenuItem
 
MenuStripe - Class in net.infordata.ifw2.web.menu
 
MenuStripe(String) - Constructor for class net.infordata.ifw2.web.menu.MenuStripe
 
MenuStripe(String, String) - Constructor for class net.infordata.ifw2.web.menu.MenuStripe
 
merged(T) - Method in interface net.infordata.ifw2.web.jpa.IEntityWithTransientStates
The entity has the opportunity to copy transient states from the detached entity.
It works only with an EntityManager obtained from JpaUtil and only if not merged because of a CascadeType.MERGE on a parent entity.
message(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
message - Variable in class net.infordata.ifw2.web.MessageAreaFlow.Msg
 
message(String) - Static method in class net.infordata.ifw2.web.PojoLookupFlow
 
MessageArea_jsp - Class in net.infordata.ifw2.web.jsp
 
MessageArea_jsp() - Constructor for class net.infordata.ifw2.web.jsp.MessageArea_jsp
 
MessageArea_jsp - Class in net.infordata.ifw2.web.jsp7
 
MessageArea_jsp() - Constructor for class net.infordata.ifw2.web.jsp7.MessageArea_jsp
 
MessageAreaFlow - Class in net.infordata.ifw2.web
This is a generic message area for IBndsFlow.
To properly work is has to appear in the rendering process after its binded IBndsFlow, then, using css it can be placed anywhere on the html page.
MessageAreaFlow() - Constructor for class net.infordata.ifw2.web.MessageAreaFlow
 
MessageAreaFlow(boolean) - Constructor for class net.infordata.ifw2.web.MessageAreaFlow
 
MessageAreaFlow(IRenderer, boolean) - Constructor for class net.infordata.ifw2.web.MessageAreaFlow
 
MessageAreaFlow.MaximizeAction - Class in net.infordata.ifw2.web
 
MessageAreaFlow.MaximizeAction() - Constructor for class net.infordata.ifw2.web.MessageAreaFlow.MaximizeAction
 
MessageAreaFlow.Msg - Class in net.infordata.ifw2.web
 
MessageAreaFlow.RefreshAction - Class in net.infordata.ifw2.web
 
MessageAreaFlow.RefreshAction() - Constructor for class net.infordata.ifw2.web.MessageAreaFlow.RefreshAction
 
MessageAreaFlow.ShowKeysAction - Class in net.infordata.ifw2.web
 
MessageAreaFlow.ShowKeysAction() - Constructor for class net.infordata.ifw2.web.MessageAreaFlow.ShowKeysAction
 
MessageAreaFlow.ShowMessagesAction - Class in net.infordata.ifw2.web
 
MessageAreaFlow.ShowMessagesAction() - Constructor for class net.infordata.ifw2.web.MessageAreaFlow.ShowMessagesAction
 
MessageSet - Class in net.infordata.ifw2.msgs
Default IMessageSet implementation.
MessageSet() - Constructor for class net.infordata.ifw2.msgs.MessageSet
 
messageSet - Variable in class net.infordata.ifw2.web.MessageAreaFlow.Msg
 
MessageTag - Class in net.infordata.ifw2.web.tags
 
MessageTag() - Constructor for class net.infordata.ifw2.web.tags.MessageTag
 
MessageTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
MessageTag.ECSBaseAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.MessageTag.ECSBaseAdapter
 
MessageTypeEnum - Enum in net.infordata.ifw2.msgs
Messages starting from INFO are displayed to the user, the others are a sort of flags.
MIN_CHUNCK_SIZE - Static variable in class net.infordata.ifw2.util.OnDiskChunkedList
 
MIN_CHUNCKS_IN_MEMORY - Static variable in class net.infordata.ifw2.util.OnDiskChunkedList
 
MIN_ROWS_TO_FETCH - Static variable in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
modalDialog(IFlowAsDialog, IDialogCallback) - Method in class net.infordata.ifw2.web.ctrl.Flow
Starts a modal dialog which means that the flow, starting from next request, is suspended waiting for the modal dialog flow to complete.
modalDialog(IFlowAsDialog, IDialogCallback) - Method in class net.infordata.ifw2.web.ctrl.FlowContext
This is the preferred way to open a dialog, since contract rules are enforced.
See IFlowPersonality.modalDialog(IFlowAsDialog, IDialogCallback)
modalDialog(IFlowAsDialog) - Method in class net.infordata.ifw2.web.ctrl.FlowContext
This is the preferred way to open a dialog, since contract rules are enforced.
See IFlowPersonality.modalDialog(IFlowAsDialog, IDialogCallback)
modalDialog(IFlowAsDialog, IDialogCallback) - Method in interface net.infordata.ifw2.web.ctrl.IFlowPersonality
Starts a modal dialog which means that the flow, starting from next request, is suspended waiting for the modal dialog flow to complete.
It can be safely used when the flow is processing submits or events (ie it is the active flow) or when it is rendering itself.
modalDialogIfNone(IFlowAsDialog, IDialogCallback) - Method in class net.infordata.ifw2.web.ctrl.FlowContext
This is the preferred way to open a dialog, since contract rules are enforced.
See IFlowPersonality.modalDialog(IFlowAsDialog, IDialogCallback)
ModalDialogStartedException - Exception in net.infordata.ifw2.web.ctrl
 
ModalDialogStartedException() - Constructor for exception net.infordata.ifw2.web.ctrl.ModalDialogStartedException
 
ModalDialogStartedException(String, Throwable) - Constructor for exception net.infordata.ifw2.web.ctrl.ModalDialogStartedException
 
ModalDialogStartedException(String) - Constructor for exception net.infordata.ifw2.web.ctrl.ModalDialogStartedException
 
ModalDialogStartedException(Throwable) - Constructor for exception net.infordata.ifw2.web.ctrl.ModalDialogStartedException
 
ModalFooter_jsp - Class in net.infordata.ifw2.web.jsp
 
ModalFooter_jsp() - Constructor for class net.infordata.ifw2.web.jsp.ModalFooter_jsp
 
ModalFooter_jsp - Class in net.infordata.ifw2.web.jsp7
 
ModalFooter_jsp() - Constructor for class net.infordata.ifw2.web.jsp7.ModalFooter_jsp
 
ModelActions - Class in net.infordata.ifw2.web.grds
 
ModelActions() - Constructor for class net.infordata.ifw2.web.grds.ModelActions
 
ModelActions.Base4DataGrid - Class in net.infordata.ifw2.web.grds
 
ModelActions.Base4DataGrid(IDataGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.Base4DataGrid
 
ModelActions.Base4EditableGrid - Class in net.infordata.ifw2.web.grds
 
ModelActions.Base4EditableGrid(IEditableGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.Base4EditableGrid
 
ModelActions.Base4Grid - Class in net.infordata.ifw2.web.grds
 
ModelActions.Base4Grid(IGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.Base4Grid
 
ModelActions.Base4OrderedGrid - Class in net.infordata.ifw2.web.grds
 
ModelActions.Base4OrderedGrid(IOrderedGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.Base4OrderedGrid
 
ModelActions.Base4TreeGrid - Class in net.infordata.ifw2.web.grds
 
ModelActions.Base4TreeGrid(ITreeGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.Base4TreeGrid
 
ModelActions.Cancel - Class in net.infordata.ifw2.web.grds
 
ModelActions.Cancel(IEditableGridModel, IEditableGridModel...) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.Cancel
 
ModelActions.Edit - Class in net.infordata.ifw2.web.grds
 
ModelActions.Edit(IEditableGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.Edit
 
ModelActions.First - Class in net.infordata.ifw2.web.grds
 
ModelActions.First(IGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.First
 
ModelActions.FirstAndFastEdit - Class in net.infordata.ifw2.web.grds
 
ModelActions.FirstAndFastEdit(IEditableGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.FirstAndFastEdit
 
ModelActions.Insert - Class in net.infordata.ifw2.web.grds
 
ModelActions.Insert(IEditableGridModel, Object, boolean) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.Insert
 
ModelActions.Last - Class in net.infordata.ifw2.web.grds
 
ModelActions.Last(IGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.Last
 
ModelActions.LastAndFastEdit - Class in net.infordata.ifw2.web.grds
 
ModelActions.LastAndFastEdit(IEditableGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.LastAndFastEdit
 
ModelActions.MoveRow - Class in net.infordata.ifw2.web.grds
 
ModelActions.MoveRow(IOrderedGridModel, int) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.MoveRow
 
ModelActions.Next - Class in net.infordata.ifw2.web.grds
 
ModelActions.Next(IGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.Next
 
ModelActions.NextAndFastEdit - Class in net.infordata.ifw2.web.grds
 
ModelActions.NextAndFastEdit(IEditableGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.NextAndFastEdit
 
ModelActions.Post - Class in net.infordata.ifw2.web.grds
 
ModelActions.Post(IEditableGridModel, IEditableGridModel...) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.Post
 
ModelActions.Previous - Class in net.infordata.ifw2.web.grds
 
ModelActions.Previous(IGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.Previous
 
ModelActions.PreviousAndFastEdit - Class in net.infordata.ifw2.web.grds
 
ModelActions.PreviousAndFastEdit(IEditableGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.PreviousAndFastEdit
 
ModelActions.Reload - Class in net.infordata.ifw2.web.grds
 
ModelActions.Reload(IReloadableGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.Reload
 
ModelActions.Remove - Class in net.infordata.ifw2.web.grds
 
ModelActions.Remove(IEditableGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.Remove
 
ModelActions.SetCurrent - Class in net.infordata.ifw2.web.grds
 
ModelActions.SetCurrent(IGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.SetCurrent
 
ModelActions.SetCurrentAndEdit - Class in net.infordata.ifw2.web.grds
 
ModelActions.SetCurrentAndEdit(IEditableGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.SetCurrentAndEdit
 
ModelActions.ShowCompleteGHeaderText - Class in net.infordata.ifw2.web.grds
 
ModelActions.ShowCompleteGHeaderText(AGridFlow) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.ShowCompleteGHeaderText
 
ModelActions.ShowCompleteHeaderText - Class in net.infordata.ifw2.web.grds
 
ModelActions.ShowCompleteHeaderText(AGridFlow) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.ShowCompleteHeaderText
 
ModelActions.ShowCompleteText - Class in net.infordata.ifw2.web.grds
 
ModelActions.ShowCompleteText(AGridFlow) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.ShowCompleteText
 
ModelActions.Sort - Class in net.infordata.ifw2.web.grds
 
ModelActions.Sort(IDataGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.Sort
 
ModelActions.ToggleCurrentExpand - Class in net.infordata.ifw2.web.grds
 
ModelActions.ToggleCurrentExpand(ITreeGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.ToggleCurrentExpand
 
ModelActions.ToggleExpand - Class in net.infordata.ifw2.web.grds
 
ModelActions.ToggleExpand(ITreeGridModel) - Constructor for class net.infordata.ifw2.web.grds.ModelActions.ToggleExpand
 
mouseAction(String, MouseEnum) - Static method in class net.infordata.ifw2.web.ecs.Base
 
mouseAction(String, Boolean, String, String, MouseEnum, Boolean, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use #mouseAction(String) instead.
mouseAction(String, Boolean, String, String, MouseEnum, Boolean, Boolean, String, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use #mouseAction(String) instead.
mouseAction(String, Boolean, String, String, MouseEnum, Boolean, Boolean, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use #mouseAction(String) instead.
mouseAction(String, MouseEnum) - Static method in class net.infordata.ifw2.web.ecs.Bnds
 
mouseAction(Boolean, String, String, String, Boolean, MouseEnum, Boolean, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
mouseAction(Boolean, String, String, Boolean, MouseEnum, Boolean, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
MouseActionTag - Class in net.infordata.ifw2.web.tags
 
MouseActionTag() - Constructor for class net.infordata.ifw2.web.tags.MouseActionTag
 
MouseActionTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
MouseActionTag.ECSBaseAdapter(String, MouseEnum) - Constructor for class net.infordata.ifw2.web.tags.MouseActionTag.ECSBaseAdapter
 
MouseActionTag.ECSBndsAdapter - Class in net.infordata.ifw2.web.tags
 
MouseActionTag.ECSBndsAdapter(String, MouseEnum) - Constructor for class net.infordata.ifw2.web.tags.MouseActionTag.ECSBndsAdapter
 
MouseEnum - Enum in net.infordata.ifw2.web.bnds
For MouseEnum.WHEELDN and MouseEnum.WHEELUP the "wheelDelta" parameter is added to RawActionInfo.getClientParameters().
For MouseEnum.CONTEXTMENU the "clientX" and "clientY" parameters are added to RawActionInfo.getClientParameters().
mpform(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
mpform(String, Boolean, String, String, Boolean, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.mpform(String) instead.
mpform(String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
 
mpform(String, String, Boolean, String, String, Boolean, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
use Bnds.mpform(String) instead.
MPFormTag - Class in net.infordata.ifw2.web.tags
The multi-part FormTag version, it cannot be nested and cannot be ancestor of another FormTag.
MPFormTag() - Constructor for class net.infordata.ifw2.web.tags.MPFormTag
 
MPFormTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
MPFormTag.ECSBaseAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.MPFormTag.ECSBaseAdapter
 
MPFormTag.ECSBndsAdapter - Class in net.infordata.ifw2.web.tags
 
MPFormTag.ECSBndsAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.MPFormTag.ECSBndsAdapter
 
MultipartFilter - Class in net.infordata.ifw2.web.mpart
A filter for easy semi-automatic handling of multipart/form-data requests (file uploads).
MultipartFilter() - Constructor for class net.infordata.ifw2.web.mpart.MultipartFilter
 
MultipartUtil - Class in net.infordata.ifw2.web.mpart
 
MultiSelectionGridFlow - Class in net.infordata.ifw2.web.grds
A specialized DataGridFlow that supports multi row selections (via check-box) and row reordering (if combined with an IOrderedGridModel).
MultiSelectionGridFlow(IGridModel, String...) - Constructor for class net.infordata.ifw2.web.grds.MultiSelectionGridFlow
 
MultiSelectionGridFlow(IDataGridModel, String...) - Constructor for class net.infordata.ifw2.web.grds.MultiSelectionGridFlow
 
MultiSelectionGridFlow.CellDecorator - Class in net.infordata.ifw2.web.grds
 
MultiSelectionGridFlow.CellDecorator(IGridCellDecorator) - Constructor for class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.CellDecorator
 
MultiSelectionGridFlow.Model - Class in net.infordata.ifw2.web.grds
 
MultiSelectionGridFlow.Model(IOrderedGridModel) - Constructor for class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
MultiSelectionListFlow<S> - Class in net.infordata.ifw2.web
A simple flow used to show a list of data on screen with a check box to select rows.
MultiSelectionListFlow(IDataGridModel, String, Set<S>, DialogResultEnum...) - Constructor for class net.infordata.ifw2.web.MultiSelectionListFlow
 
MultiSelectionListFlow(IDataGridModel, String, Set<S>, Set<S>, DialogResultEnum...) - Constructor for class net.infordata.ifw2.web.MultiSelectionListFlow
 
MultiSelectionListFlow(IOrderedGridModel, String, Set<S>, Set<S>, DialogResultEnum...) - Constructor for class net.infordata.ifw2.web.MultiSelectionListFlow
 

N

nbsp(String) - Static method in class net.infordata.ifw2.web.util.WEBUtil
Converts the string in a format which is html friendly by replacing special chars with the relative entities.
needsFakeSpan() - Method in class net.infordata.ifw2.web.view.RendererContext
 
net.infordata.ifw2.msgs - package net.infordata.ifw2.msgs
 
net.infordata.ifw2.props - package net.infordata.ifw2.props
 
net.infordata.ifw2.util - package net.infordata.ifw2.util
 
net.infordata.ifw2.web - package net.infordata.ifw2.web
 
net.infordata.ifw2.web.bnds - package net.infordata.ifw2.web.bnds
Contains classes and interfaces to extend controller functionalities provided by the Flow class with the capability to directly bind data and user actions to server side objects.
net.infordata.ifw2.web.ctrl - package net.infordata.ifw2.web.ctrl
Contains classes and interfaces implementing controller functionalities of the IFW2 framework.
Most commonly used class is: Flow and its "helper" class FlowContext.
User defined flows extends the Flow class or (better) its subclass BndsFlow.
net.infordata.ifw2.web.dec - package net.infordata.ifw2.web.dec
 
net.infordata.ifw2.web.ecs - package net.infordata.ifw2.web.ecs
 
net.infordata.ifw2.web.form - package net.infordata.ifw2.web.form
 
net.infordata.ifw2.web.grds - package net.infordata.ifw2.web.grds
 
net.infordata.ifw2.web.grds.filter - package net.infordata.ifw2.web.grds.filter
 
net.infordata.ifw2.web.grds.layout - package net.infordata.ifw2.web.grds.layout
 
net.infordata.ifw2.web.jpa - package net.infordata.ifw2.web.jpa
This package contains optional classes ready to be used in applications using jpa as orm.
net.infordata.ifw2.web.js - package net.infordata.ifw2.web.js
Not a real package, it contains javascript code served to the client browser after behind processed by the JSServlet.
The javascript code is the client side implementation of the IFW2 framework rendering and controller functionalities.
It is normally the only javascript code required to fully explode IFW2 ajax functionalities since one of the main goal of IFW2 is to let the developer build ajax applications without writing javascript code.
net.infordata.ifw2.web.jsp - package net.infordata.ifw2.web.jsp
 
net.infordata.ifw2.web.jsp7 - package net.infordata.ifw2.web.jsp7
 
net.infordata.ifw2.web.menu - package net.infordata.ifw2.web.menu
 
net.infordata.ifw2.web.mpart - package net.infordata.ifw2.web.mpart
 
net.infordata.ifw2.web.tags - package net.infordata.ifw2.web.tags
 
net.infordata.ifw2.web.util - package net.infordata.ifw2.web.util
 
net.infordata.ifw2.web.view - package net.infordata.ifw2.web.view
Contains the implementation of the server-side part of the rendering engine which is in charge of tracking changes to the browser html content.
The mechanism is transparent to the final IFW2 user which normally as to deal only with: JSPRenderer, ECSRenderer, RendererContext and with tags descending from WrapBodyTag/WrapTag or ecs elements defined in factory classes like Base and Bnds.
newInstance() - Method in class net.infordata.ifw2.props.ClassInfo
public void addProperty(Property property) { String propertyName = property.getName(); if (propertyName == null) throw new IllegalArgumentException("null parameter"); if (getDeclaredProperty(propertyName) != null) throw new IllegalArgumentException("Property: " + propertyName + " already defined in: " + toString()); ivProperties.put(propertyName, property); }
nextElement() - Method in class net.infordata.ifw2.util.Util.Iterator2Enumeration
 
NO_FALLBACK - Static variable in class net.infordata.ifw2.util.Util
 
NotFoundException - Exception in net.infordata.ifw2.web.form
 
NotFoundException() - Constructor for exception net.infordata.ifw2.web.form.NotFoundException
 
NotFoundException(String) - Constructor for exception net.infordata.ifw2.web.form.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception net.infordata.ifw2.web.form.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception net.infordata.ifw2.web.form.NotFoundException
 
NullWriter - Class in net.infordata.ifw2.util
Discards any output.
NumberDef - Class in net.infordata.ifw2.web.grds.filter
 
NumberDef(Class<? extends Number>, Number, Number) - Constructor for class net.infordata.ifw2.web.grds.filter.NumberDef
 
NumberFormatter<T extends java.lang.Number> - Class in net.infordata.ifw2.util
An IFormatter suitable for number to string conversions.
It is based on standard NumberFormat java class.
Its instances are immutable.
NumberFormatter(Class<T>, NumberFormatterSpecs) - Constructor for class net.infordata.ifw2.util.NumberFormatter
 
NumberFormatterSpecs - Class in net.infordata.ifw2.util
 
NumberFormatterSpecs() - Constructor for class net.infordata.ifw2.util.NumberFormatterSpecs
 

O

object(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
object(String, Boolean, String, String, String, String, String, String, String) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.object(String) instead.
object(String, Boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.object(String) instead.
ObjectTag - Class in net.infordata.ifw2.web.tags
 
ObjectTag() - Constructor for class net.infordata.ifw2.web.tags.ObjectTag
 
ObjectTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
ObjectTag.ECSBaseAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.ObjectTag.ECSBaseAdapter
 
onBeforeExecute(ActionInfo) - Method in class net.infordata.ifw2.web.APublishEventAction
 
onBeforeExecute(ActionInfo) - Method in class net.infordata.ifw2.web.AResultAction
 
OnDiskChunkedList<E> - Class in net.infordata.ifw2.util
An AbstractList which maintains data in chunks, chunks exceeding the maximum number of in memory chunks are swapped to disk, freeing memory.
It has good performances when accessed serially or pseudo-randomly, ie randomically but in contiguous ranges.
If real random access is needed (like in Collections.shuffle(List)), it is better to have more small chunks in memory than fewer larger chunks.
OnDiskChunkedList(int, int, File) - Constructor for class net.infordata.ifw2.util.OnDiskChunkedList
 
onFrameRendering() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsDialogFlow
 
onFrameRendering() - Method in interface net.infordata.ifw2.web.ctrl.IFlowAsDialog
The dialog frame is about to be rendered, this is the best place where you can compute dialog dimensions.
option(String, String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
option(String, String, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
option(String, String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
 
OptionTag - Class in net.infordata.ifw2.web.tags
 
OptionTag() - Constructor for class net.infordata.ifw2.web.tags.OptionTag
 
OptionTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
OptionTag.ECSBaseAdapter(String, String) - Constructor for class net.infordata.ifw2.web.tags.OptionTag.ECSBaseAdapter
 
OutOfBoundsException - Exception in net.infordata.ifw2.web.grds
 
OutOfBoundsException(String) - Constructor for exception net.infordata.ifw2.web.grds.OutOfBoundsException
 
OutOfSyncException - Exception in net.infordata.ifw2.web.ctrl
 
OutOfSyncException() - Constructor for exception net.infordata.ifw2.web.ctrl.OutOfSyncException
 
OutOfSyncException(String, Throwable) - Constructor for exception net.infordata.ifw2.web.ctrl.OutOfSyncException
 
OutOfSyncException(String) - Constructor for exception net.infordata.ifw2.web.ctrl.OutOfSyncException
 
OutOfSyncException(Throwable) - Constructor for exception net.infordata.ifw2.web.ctrl.OutOfSyncException
 
output(OutputStream) - Method in class net.infordata.ifw2.web.view.ECSAdapter
 
output(Writer) - Method in class net.infordata.ifw2.web.view.ECSAdapter
 
output(PrintWriter) - Method in class net.infordata.ifw2.web.view.ECSAdapter
 
overrideSessionLocale(HttpSession, Locale) - Static method in class net.infordata.ifw2.web.util.LocaleContext
Sets the preferred locale for the current session.
It is used starting from the next incoming request.

P

pad(String, char, int) - Static method in class net.infordata.ifw2.util.Util
 
PageControllerServlet - Class in net.infordata.ifw2.web.ctrl
A servlet which uses IRequestHandlerFactory proto-types (cloned via Serialization) to choose to which IRequestHandler forward the request.
PageControllerServlet() - Constructor for class net.infordata.ifw2.web.ctrl.PageControllerServlet
 
PARAMETERS_MAP - Static variable in class net.infordata.ifw2.web.util.HttpRequestFilter
 
PARENT_KEYS_ATTR - Static variable in class net.infordata.ifw2.web.tags.KeyActionTag
 
parse(String) - Method in class net.infordata.ifw2.util.APojoFormatter
 
parse(String) - Method in class net.infordata.ifw2.util.CharSequenceFormatter
 
parse(String) - Method in class net.infordata.ifw2.util.DateFormatter
 
parse(String) - Method in class net.infordata.ifw2.util.DummyFormatter
 
parse(String) - Method in class net.infordata.ifw2.util.EnumFormatter
 
parse(String) - Method in interface net.infordata.ifw2.util.IFormatter
 
parse(String) - Method in class net.infordata.ifw2.util.NumberFormatter
 
parse(String) - Method in class net.infordata.ifw2.util.RegexFormatter
 
parse(Reader, CSSDummyParser.MacroProcessor, boolean) - Static method in class net.infordata.ifw2.web.util.CSSDummyParser
 
parse(Reader, JSDummyParser.MacroProcessor, boolean, boolean) - Static method in class net.infordata.ifw2.web.util.JSDummyParser
 
parseParameters(Map<String, String[]>, byte[], String, boolean) - Static method in class net.infordata.ifw2.web.util.HttpParametersParser
This reflects the normal process of decoding ad url request, except for the '+' char which can remain as is (ie.
peek() - Method in class net.infordata.ifw2.util.Stack
 
PojoColumnComparator<T> - Class in net.infordata.ifw2.web.grds
A Comparator which uses IPojoGridModel.getValue(Object, int) to access column values of an IPojoGridModel.
If provided, a delegated comparator is used to compare columns values otherwise values must implement the Comparable interface.
PojoColumnComparator(IPojoGridModel<T>, boolean, int) - Constructor for class net.infordata.ifw2.web.grds.PojoColumnComparator
 
PojoColumnComparator(IPojoGridModel<T>, Comparator<?>, boolean, int) - Constructor for class net.infordata.ifw2.web.grds.PojoColumnComparator
 
PojoDataGridModel<C> - Class in net.infordata.ifw2.web.grds
An IPojoGridModel and IDataGridModel backed by a Collection supporting data filtering and sorting only for columns bounded to any Comparable pojo property.
PojoDataGridModel(Class<C>) - Constructor for class net.infordata.ifw2.web.grds.PojoDataGridModel
 
PojoDataGridModel(Class<C>, Collection<? extends C>) - Constructor for class net.infordata.ifw2.web.grds.PojoDataGridModel
 
PojoField<T> - Class in net.infordata.ifw2.web.form
This field is only a container for a java object, it is used associate generic data to a form.
It is always disabled.
PojoField(Class<T>) - Constructor for class net.infordata.ifw2.web.form.PojoField
 
PojoForm<C> - Class in net.infordata.ifw2.web.form
A Form directly binded to a pojo object.
PojoForm(Class<C>) - Constructor for class net.infordata.ifw2.web.form.PojoForm
 
PojoForm(Class<C>, IFieldFactory) - Constructor for class net.infordata.ifw2.web.form.PojoForm
 
PojoFormRef<C> - Class in net.infordata.ifw2.web.form
 
PojoFormRef(PojoForm<C>) - Constructor for class net.infordata.ifw2.web.form.PojoFormRef
 
PojoGridModel<C> - Class in net.infordata.ifw2.web.grds
An IPojoGridModel backed by a Collection.
PojoGridModel(Class<C>) - Constructor for class net.infordata.ifw2.web.grds.PojoGridModel
 
PojoGridModel(Class<C>, Collection<? extends C>) - Constructor for class net.infordata.ifw2.web.grds.PojoGridModel
 
PojoGroupingModel<C> - Class in net.infordata.ifw2.web.grds
Starting from and IPojoGridModel it is adapted to ITreeGridModel, by grouping its contained pojos.
PojoGroupingModel(IPojoGridModel<C>) - Constructor for class net.infordata.ifw2.web.grds.PojoGroupingModel
 
PojoGroupingModel(IPojoGridModel<C>, boolean) - Constructor for class net.infordata.ifw2.web.grds.PojoGroupingModel
 
PojoGroupingModel.TreeNodeKey<C> - Class in net.infordata.ifw2.web.grds
 
PojoLookupAction<T> - Class in net.infordata.ifw2.web
An action which lets the user select the content of a set of fields from a list of pojos using PojoLookupFlow.
It is normally combined with an APojoLookupValidator or a APojoFormatter.
PojoLookupAction(IPojoGridModel<T>, AForm, String) - Constructor for class net.infordata.ifw2.web.PojoLookupAction
This ctor is specially useful combined with an APojoFormatter.
PojoLookupAction(IPojoGridModel<T>, AForm, String, String[]) - Constructor for class net.infordata.ifw2.web.PojoLookupAction
 
PojoLookupAction(IPojoGridModel<T>, AForm, String, String[], String[]) - Constructor for class net.infordata.ifw2.web.PojoLookupAction
 
PojoLookupFlow<T> - Class in net.infordata.ifw2.web
A flow used to display a list of pojos with a single possible selection.
PojoLookupFlow(IPojoGridModel<T>, T, String) - Constructor for class net.infordata.ifw2.web.PojoLookupFlow
 
PojoLookupFlow(IPojoGridModel<T>, String, Object) - Constructor for class net.infordata.ifw2.web.PojoLookupFlow
 
PojoLookupFlow(IRenderer, IPojoGridModel<T>, T, String, Object) - Constructor for class net.infordata.ifw2.web.PojoLookupFlow
 
PojoLookupFormAction<T> - Class in net.infordata.ifw2.web
Adapts the PojoLookupAction to IFormAction so it can be used with form buttons, anchors, ...
PojoLookupFormAction(PojoLookupAction<T>, String) - Constructor for class net.infordata.ifw2.web.PojoLookupFormAction
 
PojoMultiSelectionListFlow<S> - Class in net.infordata.ifw2.web
A simple flow used to show a list of data on screen with a check box to select rows.
PojoMultiSelectionListFlow(IPojoGridModel<S>, Set<S>, DialogResultEnum...) - Constructor for class net.infordata.ifw2.web.PojoMultiSelectionListFlow
 
PojoMultiSelectionListFlow(IPojoGridModel<S>, Set<S>, Set<S>, DialogResultEnum...) - Constructor for class net.infordata.ifw2.web.PojoMultiSelectionListFlow
 
pop() - Method in class net.infordata.ifw2.util.Stack
 
popup(IFlow, String, String, IPopupCallback) - Method in class net.infordata.ifw2.web.ctrl.Flow
 
popup(IFlow, String, String, PopupPreferredPos, IPopupCallback) - Method in class net.infordata.ifw2.web.ctrl.Flow
 
popup(IFlow, String, int, int, IPopupCallback) - Method in class net.infordata.ifw2.web.ctrl.Flow
 
popup(IFlow, String, String, IPopupCallback) - Method in class net.infordata.ifw2.web.ctrl.FlowContext
This is the preferred way to open a popup, since contract rules are enforced.
See IFlowPersonality.popup(IFlow, String, String, IPopupCallback)
popup(IFlow, String, String, PopupPreferredPos, IPopupCallback) - Method in class net.infordata.ifw2.web.ctrl.FlowContext
This is the preferred way to open a popup, since contract rules are enforced.
See IFlowPersonality.popup(IFlow, String, String, PopupPreferredPos, IPopupCallback)
popup(IFlow, String, int, int, IPopupCallback) - Method in class net.infordata.ifw2.web.ctrl.FlowContext
This is the preferred way to open a popup, since contract rules are enforced.
See IFlowPersonality.popup(IFlow, String, int, int, IPopupCallback)
popup(IFlow, String, String, IPopupCallback) - Method in interface net.infordata.ifw2.web.ctrl.IFlowPersonality
Opens a popup, it is a sort of mode-less dialog which remains open until a parent or sibling flow becomes active or an IFlowEndState is reached.
popup(IFlow, String, String, PopupPreferredPos, IPopupCallback) - Method in interface net.infordata.ifw2.web.ctrl.IFlowPersonality
Opens a popup, it is a sort of mode-less dialog which remains open until a parent or sibling flow becomes active or an IFlowEndState is reached.
popup(IFlow, String, int, int, IPopupCallback) - Method in interface net.infordata.ifw2.web.ctrl.IFlowPersonality
Opens a popup, it is a sort of mode-less dialog which remains open until a parent or sibling flow becomes active or an IFlowEndState is reached.
PopupActionAdapter - Class in net.infordata.ifw2.web.menu
Adapts a "standard" action to be used with APopupMenuAction.
The popup is automatically closed on action execution.
PopupActionAdapter(IFormAction) - Constructor for class net.infordata.ifw2.web.menu.PopupActionAdapter
 
PopupMenu_jsp - Class in net.infordata.ifw2.web.jsp
 
PopupMenu_jsp() - Constructor for class net.infordata.ifw2.web.jsp.PopupMenu_jsp
 
PopupMenu_jsp - Class in net.infordata.ifw2.web.jsp7
 
PopupMenu_jsp() - Constructor for class net.infordata.ifw2.web.jsp7.PopupMenu_jsp
 
PopupMenuFlow - Class in net.infordata.ifw2.web.menu
 
PopupMenuFlow() - Constructor for class net.infordata.ifw2.web.menu.PopupMenuFlow
 
PopupMenuFlow(MenuStripe) - Constructor for class net.infordata.ifw2.web.menu.PopupMenuFlow
 
PopupPreferredPos - Enum in net.infordata.ifw2.web.view
see: Popup.js#_setLocationRelativeTo()
PopupRenderer - Class in net.infordata.ifw2.web.view
 
PopupRenderer(IFlowComponent, String, String, PopupPreferredPos) - Constructor for class net.infordata.ifw2.web.view.PopupRenderer
 
PopupRenderer(IFlowComponent, String, int, int) - Constructor for class net.infordata.ifw2.web.view.PopupRenderer
 
post() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
If in edit mode, the current record instance is replaced.
post() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
If in edit mode, the current record instance is replaced.
post() - Method in interface net.infordata.ifw2.web.grds.IEditableGridModel
post() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
post() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
processFieldEvent(IBndsFlow, HttpServletRequest, String, IForm, String, FieldEventEnum) - Method in interface net.infordata.ifw2.web.bnds.IBndsFlowRequestProcessor
A form validation request has been received.
processFieldEvent(IFlow, HttpServletRequest, String, String, FieldEventEnum, RawActionInfo) - Method in class net.infordata.ifw2.web.ctrl.Flow
Requests are routed to the active IFlowPersonality.
processFieldEvent(IFlow, HttpServletRequest, String, String, FieldEventEnum, RawActionInfo) - Method in interface net.infordata.ifw2.web.ctrl.IFlowRequestProcessor
 
processGet(IFlow, HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.ctrl.Flow
Requests are routed to the active IFlowPersonality.
processGet(IFlow, HttpServletRequest, HttpServletResponse) - Method in interface net.infordata.ifw2.web.ctrl.IFlowRequestProcessor
A form get request has been received (probably a resource get), route the request directly to the flow.
processMacro(CSSDummyParser.Macro) - Method in interface net.infordata.ifw2.web.util.CSSDummyParser.MacroProcessor
 
processMacro(JSDummyParser.Macro) - Method in interface net.infordata.ifw2.web.util.JSDummyParser.MacroProcessor
 
processSubmit(IBndsFlow, HttpServletRequest, String, IForm, RawActionInfo, Map<String, UploadedFile>) - Method in interface net.infordata.ifw2.web.bnds.IBndsFlowRequestProcessor
A form submit has been received.
If a IFlowEndState is returned then the parent IBndsFlowRequestProcessor can choose to automatically move to a different IFlowState.
processSubmit(IFlow, HttpServletRequest, String, RawActionInfo, Map<String, UploadedFile>) - Method in class net.infordata.ifw2.web.ctrl.Flow
Requests are routed to the active IFlowPersonality.
processSubmit(IFlow, HttpServletRequest, String, RawActionInfo, Map<String, UploadedFile>) - Method in interface net.infordata.ifw2.web.ctrl.IFlowRequestProcessor
A form submit has been received.
If a IFlowEndState is returned then the parent IFlowRequestProcessor can choose to automatically move to a different IFlowState.
Property<C,T> - Class in net.infordata.ifw2.props
Used by ClassInfo to provide information on a property.
Property() - Constructor for class net.infordata.ifw2.props.Property
 
ProportionalGridResizers - Class in net.infordata.ifw2.web.grds
 
ProportionalGridResizers() - Constructor for class net.infordata.ifw2.web.grds.ProportionalGridResizers
 
PropsComparator<T> - Class in net.infordata.ifw2.props
A Comparator which uses Property.
If provided, a delegated comparator is used to compare properties values.
PropsComparator(Class<T>, boolean, String...) - Constructor for class net.infordata.ifw2.props.PropsComparator
 
PropsComparator(Class<T>, Comparator<?>, boolean, String...) - Constructor for class net.infordata.ifw2.props.PropsComparator
 
PropsComparator(ClassInfo<T>, boolean, String...) - Constructor for class net.infordata.ifw2.props.PropsComparator
 
PropsComparator(ClassInfo<T>, Comparator<?>, boolean, String...) - Constructor for class net.infordata.ifw2.props.PropsComparator
 
PropsComparator(boolean, Property<T, ? extends Comparable<?>>...) - Constructor for class net.infordata.ifw2.props.PropsComparator
 
PropsComparator(Comparator<?>, boolean, Property<T, ?>...) - Constructor for class net.infordata.ifw2.props.PropsComparator
 
publishEvent(IComponentEvent) - Method in class net.infordata.ifw2.web.ctrl.Flow.AsFlowComponent
 
publishEvent(IComponentEvent) - Method in class net.infordata.ifw2.web.ctrl.Flow
 
publishEvent(IComponentEvent) - Method in class net.infordata.ifw2.web.ctrl.FlowContext
This is the preferred way to publish an event, since contract rules are enforced.
publishEvent(IComponentEvent) - Method in interface net.infordata.ifw2.web.ctrl.IFlowPersonality
It makes sense only for IFlowComponent, for other personalities it simply does nothing.
The event is sended to the parent Flow recursively until one with an IComponentListener is found.
An event can be published only in its IFlowRequestProcessor.processSubmit(IFlow, javax.servlet.http.HttpServletRequest, String, RawActionInfo, java.util.Map) method and, as a consequence, in an IFormAction.
If more than one event is sended for a single submit then only the last one is delivered.
If the receiving flow is an IFlowComponent then he can send an event to its parent in response of an event received from one of its child components.
push(E) - Method in class net.infordata.ifw2.util.Stack
 

R

radio() - Static method in class net.infordata.ifw2.web.ecs.Base
 
radio(String, String, String, String, Integer, String) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.radio() instead.
radio() - Static method in class net.infordata.ifw2.web.ecs.Bnds
 
radio(String, String, String, String, Integer, String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
use Bnds.radio() instead.
radioGroup(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
radioGroup(String, Boolean, String, Integer) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use RadioGroupTag instead.
radioGroup(String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
 
radioGroup(String, Boolean, Integer) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
RadioGroupTag - Class in net.infordata.ifw2.web.tags
 
RadioGroupTag() - Constructor for class net.infordata.ifw2.web.tags.RadioGroupTag
 
RadioGroupTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
RadioGroupTag.ECSBaseAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.RadioGroupTag.ECSBaseAdapter
 
RadioGroupTag.ECSBndsAdapter - Class in net.infordata.ifw2.web.tags
 
RadioGroupTag.ECSBndsAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.RadioGroupTag.ECSBndsAdapter
 
RadioTag - Class in net.infordata.ifw2.web.tags
 
RadioTag() - Constructor for class net.infordata.ifw2.web.tags.RadioTag
 
RadioTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
RadioTag.ECSBaseAdapter() - Constructor for class net.infordata.ifw2.web.tags.RadioTag.ECSBaseAdapter
 
RAMFile - Class in net.infordata.ifw2.util
A class to hold information about a memory file.
RAMFile(String, String, byte[], String) - Constructor for class net.infordata.ifw2.util.RAMFile
 
RAMFile(String, String, String, String) - Constructor for class net.infordata.ifw2.util.RAMFile
 
RangeValidator - Class in net.infordata.ifw2.web.form
Checks that the provided fields values define a valid open-ended range.
Make the same fields mandatory to have a closed range.
Values must implement the Comparable interface.
RangeValidator(String, String) - Constructor for class net.infordata.ifw2.web.form.RangeValidator
 
RangeValidator(String, String, IMessage) - Constructor for class net.infordata.ifw2.web.form.RangeValidator
 
RawActionInfo - Class in net.infordata.ifw2.web.ctrl
 
redirectPost(HttpServletRequest, HttpServletResponse, String) - Static method in class net.infordata.ifw2.web.util.WEBUtil
Use it to send a redirect in a post request, it does not leave tracks in the browser history.
redoParse() - Method in class net.infordata.ifw2.web.form.AFormattedTextFieldWithChoices
 
redoParse() - Method in class net.infordata.ifw2.web.form.FormattedTextField
Ensures that the IFormatter.parse(String) method is used on next call to FormattedTextField.getValue() or AField.validate().
Useful if you want to re-do an object lookup.
reduceString(String, int, boolean, String) - Static method in class net.infordata.ifw2.util.Util
 
reduceString(String, int, boolean) - Static method in class net.infordata.ifw2.util.Util
 
reduceString(String, int, String) - Static method in class net.infordata.ifw2.util.Util
reduceString(String, int) - Static method in class net.infordata.ifw2.util.Util
refreshAction(String, int) - Static method in class net.infordata.ifw2.web.ecs.Base
 
refreshAction(String, Boolean, String, String, int) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
refreshAction(String, int) - Static method in class net.infordata.ifw2.web.ecs.Bnds
 
refreshAction(Boolean, String, String, String, int) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
RefreshActionTag - Class in net.infordata.ifw2.web.tags
 
RefreshActionTag() - Constructor for class net.infordata.ifw2.web.tags.RefreshActionTag
 
RefreshActionTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
RefreshActionTag.ECSBaseAdapter(String, int) - Constructor for class net.infordata.ifw2.web.tags.RefreshActionTag.ECSBaseAdapter
 
RefreshActionTag.ECSBndsAdapter - Class in net.infordata.ifw2.web.tags
 
RefreshActionTag.ECSBndsAdapter(String, int) - Constructor for class net.infordata.ifw2.web.tags.RefreshActionTag.ECSBndsAdapter
 
regenFakeNodes() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
RegexFormatter - Class in net.infordata.ifw2.util
An IFormatter which uses a regular expression to parse and validate a String.
It is based on standard Pattern java class.
If Pattern.CASE_INSENSITIVE is specified, then the string is converted to upper case.
Its instances are immutable.
RegexFormatter(Pattern) - Constructor for class net.infordata.ifw2.util.RegexFormatter
 
RegexFormatter(Pattern, String, String) - Constructor for class net.infordata.ifw2.util.RegexFormatter
 
registerAction(String, IAction) - Method in class net.infordata.ifw2.web.bnds.Form
Deprecated.
 
registerAction(String, IAction) - Method in interface net.infordata.ifw2.web.bnds.IForm
Used to add actions to the current form.
registerAction(String, IAction) - Method in class net.infordata.ifw2.web.form.ActionsForm
 
registerAction(String, IAction) - Method in interface net.infordata.ifw2.web.form.AForm
 
registerAction(String, IAction) - Method in class net.infordata.ifw2.web.form.Form
 
registerAction(String, IAction) - Method in class net.infordata.ifw2.web.form.FormRef
 
registerColumn(String, IColumn) - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
registerColumn(String, IColumn, String) - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
registerColumn(String, IColumn, Property<? extends C, ?>) - Method in class net.infordata.ifw2.web.grds.APojoGridModel
Can be used to support polymorphism since you can add properties binded to subclasses.
registerField(String, IField) - Method in class net.infordata.ifw2.web.bnds.Form
Deprecated.
 
registerField(String, AFormField<?>) - Method in class net.infordata.ifw2.web.form.Form
 
registerField(String, AFormField<?>) - Method in class net.infordata.ifw2.web.form.PojoForm
 
registerField(String, AFormField<?>, String) - Method in class net.infordata.ifw2.web.form.PojoForm
 
registerField(String, AFormField<?>, Property<? extends C, ?>) - Method in class net.infordata.ifw2.web.form.PojoForm
Can be used to support polymorphism since you can add properties binded to subclasses.
registerForm(IForm) - Method in class net.infordata.ifw2.web.MessageAreaFlow
 
registerItem(MenuItem, String) - Method in class net.infordata.ifw2.web.menu.MenuStripe
 
registerItem(MenuItem, String, Integer) - Method in class net.infordata.ifw2.web.menu.MenuStripe
 
registerRequestHandlerFactory(IRequestHandlerFactory) - Method in class net.infordata.ifw2.web.ctrl.PageControllerServlet
 
registerSpacer() - Method in class net.infordata.ifw2.web.bnds.StrokeStripe
 
registerSpacer(String) - Method in class net.infordata.ifw2.web.bnds.StrokeStripe
 
registerSpacer() - Method in class net.infordata.ifw2.web.menu.MenuStripe
 
registerStripe(MenuStripe) - Method in class net.infordata.ifw2.web.menu.MenuStripe
 
registerStripe(MenuStripe, Integer) - Method in class net.infordata.ifw2.web.menu.MenuStripe
 
registerStroke(Stroke, String) - Method in class net.infordata.ifw2.web.bnds.StrokeStripe
 
registerStroke(Stroke, String, Integer) - Method in class net.infordata.ifw2.web.bnds.StrokeStripe
 
registerTab(IFlowAsState, ITab, boolean) - Method in class net.infordata.ifw2.web.TabbedFlow
 
registerTab(IFlowAsState, ITab) - Method in class net.infordata.ifw2.web.TabbedFlow
 
release() - Method in class net.infordata.ifw2.web.tags.AActionTag
 
release() - Method in class net.infordata.ifw2.web.tags.ActionGroupTag
 
release() - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
release() - Method in class net.infordata.ifw2.web.tags.AInputTag
 
release() - Method in class net.infordata.ifw2.web.tags.AScriptActionTag
 
release() - Method in class net.infordata.ifw2.web.tags.BundleTag
 
release() - Method in class net.infordata.ifw2.web.tags.CheckboxTag
 
release() - Method in class net.infordata.ifw2.web.tags.DivTag
 
release() - Method in class net.infordata.ifw2.web.tags.FileTag
 
release() - Method in class net.infordata.ifw2.web.tags.FormTag
 
release() - Method in class net.infordata.ifw2.web.tags.GlueTag
 
release() - Method in class net.infordata.ifw2.web.tags.IncludeTag
 
release() - Method in class net.infordata.ifw2.web.tags.KeyActionTag
 
release() - Method in class net.infordata.ifw2.web.tags.LabelTag
 
release() - Method in class net.infordata.ifw2.web.tags.MessageTag
 
release() - Method in class net.infordata.ifw2.web.tags.MouseActionTag
 
release() - Method in class net.infordata.ifw2.web.tags.MPFormTag
 
release() - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
release() - Method in class net.infordata.ifw2.web.tags.OptionTag
 
release() - Method in class net.infordata.ifw2.web.tags.RadioGroupTag
 
release() - Method in class net.infordata.ifw2.web.tags.RadioTag
 
release() - Method in class net.infordata.ifw2.web.tags.RefreshActionTag
 
release() - Method in class net.infordata.ifw2.web.tags.ScriptActionTag
 
release() - Method in class net.infordata.ifw2.web.tags.SelectTag
 
release() - Method in class net.infordata.ifw2.web.tags.SpanTag
 
release() - Method in class net.infordata.ifw2.web.tags.SubmitTag
 
release() - Method in class net.infordata.ifw2.web.tags.TBodyTag
 
release() - Method in class net.infordata.ifw2.web.tags.TextAreaTag
 
release() - Method in class net.infordata.ifw2.web.tags.TextTag
 
release() - Method in class net.infordata.ifw2.web.tags.TrTag
 
release() - Method in class net.infordata.ifw2.web.view.CSACTag
 
release() - Method in class net.infordata.ifw2.web.view.ECSTag
 
release() - Method in class net.infordata.ifw2.web.view.RendererRawTag
 
release() - Method in class net.infordata.ifw2.web.view.RendererTag
 
release() - Method in class net.infordata.ifw2.web.view.WrapBodyTag
 
release() - Method in class net.infordata.ifw2.web.view.WrapTag
 
releaseContent() - Method in class net.infordata.ifw2.web.view.ContentPart
 
reload(int) - Method in interface net.infordata.ifw2.web.grds.IReloadableGridModel
Reloads the row from the external storage.
reload(int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
reload(int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
reload(int) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
reload(int) - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
reloadPojo(EntityManager, int) - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
Reloads the pojo at the given index, if not found then it is removed from the model.
If found and the returned instance is not the same as the previous one, the model is updated, in any case the returned instance is a managed instance in the context of the provided entity-manager.
reloadPojo(EntityManager, C) - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
Reloads the pojo but does not update the model.
remove(Object) - Method in class net.infordata.ifw2.util.IdentityHashSet
 
remove(int) - Method in class net.infordata.ifw2.util.OnDiskChunkedList
 
remove() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
remove() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
remove() - Method in interface net.infordata.ifw2.web.grds.IEditableGridModel
 
remove() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
remove() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
removeAction(String) - Method in class net.infordata.ifw2.web.bnds.Form
Deprecated.
 
removeAction(String) - Method in interface net.infordata.ifw2.web.bnds.IForm
 
removeAction(String) - Method in class net.infordata.ifw2.web.form.ActionsForm
 
removeAction(String) - Method in interface net.infordata.ifw2.web.form.AForm
 
removeAction(String) - Method in class net.infordata.ifw2.web.form.Form
 
removeAction(String) - Method in class net.infordata.ifw2.web.form.FormRef
Removes only directly owned actions, ie.
removeAllValidators() - Method in class net.infordata.ifw2.web.form.Form
 
removeColumn(String) - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
removeColumn(String) - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
removeColumn(String) - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
removeField(String) - Method in class net.infordata.ifw2.web.form.Form
 
removeItem(AMenuItem) - Method in class net.infordata.ifw2.web.menu.MenuStripe
 
removeRange(int, int) - Method in class net.infordata.ifw2.util.ArrayList
 
removeRange(int, int) - Method in class net.infordata.ifw2.util.OnDiskChunkedList
 
removeStroke(Stroke) - Method in class net.infordata.ifw2.web.bnds.StrokeStripe
 
removeValidator(IFormValidator) - Method in class net.infordata.ifw2.web.form.Form
 
render(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.ctrl.Flow
Delegates rendering to the renderer provided in c-tor.
render(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.view.AECSRenderer
 
render(ServletContext, IFlow, IRenderer, HttpServletRequest, HttpServletResponse, boolean) - Method in class net.infordata.ifw2.web.view.ARendererEngine
Starts the rendering process by the initialization of a private RendererContext.
render(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.view.DialogRenderer
 
render(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.view.DummyRenderer
 
render(HttpServletRequest, HttpServletResponse) - Method in interface net.infordata.ifw2.web.view.IRenderer
Generates content-parts (or a portion of them) in the context of the current flow.
render(ServletContext, IFlow, IRenderer, HttpServletRequest, HttpServletResponse, boolean) - Method in interface net.infordata.ifw2.web.view.IRendererEngine
Generate content (or a portion of it) in the context of the given flow.
render(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.view.JSPRenderer
 
render(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.view.PopupRenderer
 
render(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.view.WrappingRenderer
 
renderAll() - Method in class net.infordata.ifw2.web.ctrl.FlowContext
When a dialog is opened, the "parent" content is freezed and not rendered, use this method to force rendering of the whole page, this does not mean that the whole page is sended to the browser, only changed parts are sended.
RenderAllActionWrapper - Class in net.infordata.ifw2.web.bnds
Once executed the wrapped action, a forces the rendering of the whole page.
RenderAllActionWrapper(IFormAction) - Constructor for class net.infordata.ifw2.web.bnds.RenderAllActionWrapper
 
renderDisabledTextAreaAsReadOnly() - Method in class net.infordata.ifw2.web.view.RendererContext
 
renderDisabledTextAsReadOnly() - Method in class net.infordata.ifw2.web.view.RendererContext
 
renderer(String, IRenderer) - Static method in class net.infordata.ifw2.web.ecs.Base
 
RendererContext - Class in net.infordata.ifw2.web.view
This class wraps state context for the current rendering process.
The context is maintained as a ThreadLocal instance.
RendererEngine - Class in net.infordata.ifw2.web.view
A renderer engine which forwards requests to a JSP or to an IRenderer.
RendererEngine(String, String) - Constructor for class net.infordata.ifw2.web.view.RendererEngine
 
RendererEngine(String, IRenderer) - Constructor for class net.infordata.ifw2.web.view.RendererEngine
 
rendererRaw(IRenderer) - Static method in class net.infordata.ifw2.web.ecs.Base
 
RendererRawTag - Class in net.infordata.ifw2.web.view
Includes renderer content as is.
RendererRawTag() - Constructor for class net.infordata.ifw2.web.view.RendererRawTag
 
RendererRawTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.view
 
RendererRawTag.ECSBaseAdapter(IRenderer) - Constructor for class net.infordata.ifw2.web.view.RendererRawTag.ECSBaseAdapter
 
RendererTag - Class in net.infordata.ifw2.web.view
Used to insert content generated by an IRenderer inside a JSP.
RendererTag() - Constructor for class net.infordata.ifw2.web.view.RendererTag
 
RendererTag.ECSComponentAdapter - Class in net.infordata.ifw2.web.view
 
RendererTag.ECSComponentAdapter(String) - Constructor for class net.infordata.ifw2.web.view.RendererTag.ECSComponentAdapter
 
RendererTag.ECSRendererAdapter - Class in net.infordata.ifw2.web.view
 
RendererTag.ECSRendererAdapter(String, IRenderer) - Constructor for class net.infordata.ifw2.web.view.RendererTag.ECSRendererAdapter
 
RendererTag.ECSStateAdapter - Class in net.infordata.ifw2.web.view
 
RendererTag.ECSStateAdapter(String) - Constructor for class net.infordata.ifw2.web.view.RendererTag.ECSStateAdapter
 
replaceAction(String, IAction) - Method in class net.infordata.ifw2.web.bnds.Form
Deprecated.
 
replaceAction(String, IAction) - Method in interface net.infordata.ifw2.web.bnds.IForm
 
replaceAction(String, IAction) - Method in class net.infordata.ifw2.web.form.ActionsForm
 
replaceAction(String, IAction) - Method in interface net.infordata.ifw2.web.form.AForm
 
replaceAction(String, IAction) - Method in class net.infordata.ifw2.web.form.Form
 
replaceAction(String, IAction) - Method in class net.infordata.ifw2.web.form.FormRef
 
replaceInsertedPojo(C) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
replaceInsertedPojo(C) - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
replaceInsertedPojo(C) - Method in interface net.infordata.ifw2.web.grds.IPojoEditableGridModel
 
replaceInsertedPojo(C) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
replaceInsertedPojo(C) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
replaceNewLine(String) - Static method in class net.infordata.ifw2.util.Util
 
REQUESTS_HISTORY - Static variable in class net.infordata.ifw2.web.ctrl.FlowContext
 
ResourceBundleMessageInterpolator - Class in net.infordata.ifw2.util
Resource bundle backed message interpolator.
ResourceBundleMessageInterpolator() - Constructor for class net.infordata.ifw2.util.ResourceBundleMessageInterpolator
 
restartIfEnded() - Method in class net.infordata.ifw2.web.ctrl.Flow
 
restartIfEnded() - Method in interface net.infordata.ifw2.web.ctrl.IFlow
Restarts the flow only if it is ended.
Subflows and flow components are forced to restart also.
restoreUriHashState(String) - Method in class net.infordata.ifw2.web.CardFlow
For internal use only.
restoreUriHashState(String) - Method in interface net.infordata.ifw2.web.ctrl.IFlowUriDependent
Try to restore the state to the given one, if it is not possible, simply return false.
restoreUriHashState(String) - Method in class net.infordata.ifw2.web.TabbedFlow
For internal use only.
ReverseComparator<T> - Class in net.infordata.ifw2.util
Used to invert comparators results.
ReverseComparator(Comparator<T>) - Constructor for class net.infordata.ifw2.util.ReverseComparator
 
rowIndexOf(APojoCrossModel.Row<T>) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
rowIndexOf(C) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
rowIndexOf(C) - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
rowIndexOf(C) - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
rowIndexOf(C) - Method in interface net.infordata.ifw2.web.grds.IPojoGridModel
 
rowIndexOf(C) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
rowIndexOf(C) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
rowIndexOf(C) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
rowIndexOf(C) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 

S

script(IField, Writer) - Method in interface net.infordata.ifw2.web.bnds.IFieldDecorator
Used to add JavaScript behaviour to a field.
script(IForm, Writer) - Method in interface net.infordata.ifw2.web.bnds.IFormDecorator
Used to add JavaScript behaviour to a form.
script(String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
 
script(Boolean, String, String, Boolean, String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
use Bnds.script(String) instead.
script(Boolean, String, Boolean, String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
use Bnds.script(String) instead.
script(IField, Writer) - Method in class net.infordata.ifw2.web.form.AField
 
ScriptActionTag - Class in net.infordata.ifw2.web.tags
 
ScriptActionTag() - Constructor for class net.infordata.ifw2.web.tags.ScriptActionTag
 
ScriptActionTag.ECSBndsAdapter - Class in net.infordata.ifw2.web.tags
 
ScriptActionTag.ECSBndsAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.ScriptActionTag.ECSBndsAdapter
 
searchOnSortedColumn(Object) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
searchOnSortedColumn(Object) - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
searchOnSortedColumn(Object) - Method in interface net.infordata.ifw2.web.grds.IDataGridModel
Searches the given value between values of the currently sorted column.
searchOnSortedColumn(Object) - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
searchOnSortedColumn(Object) - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
searchOnSortedColumn(Object) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
searchOnSortedColumn(Object) - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
Rows are fetched from the jpa storage if needed, ie if a result is not found in currently loaded rows.
searchOnSortedColumn(Object) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableDataGridModel
 
searchOnSortedColumn(Object) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
searchOnSortedColumn(Object) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
By default uses a deep search if needed.
searchOnSortedColumn(Object, boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
SecurityContext - Class in net.infordata.ifw2.web.util
 
SecurityContext() - Constructor for class net.infordata.ifw2.web.util.SecurityContext
 
SELCOL_NAME - Static variable in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow
 
SELCOL_NAME - Static variable in class net.infordata.ifw2.web.MultiSelectionListFlow
 
SELCOL_NAME - Static variable in class net.infordata.ifw2.web.PojoMultiSelectionListFlow
 
select(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
select(String, Boolean, Integer, Boolean, Boolean, String, String, Integer, Integer, String) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.select(String) instead.
select(String, Boolean, Integer, Boolean, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.select(String) instead.
select(String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
 
select(String, Boolean, Integer, Boolean, Boolean, String, String, Integer, Integer, String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
use Bnds.select(String) instead.
select(String, Boolean, Integer, Boolean, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
use Bnds.select(String) instead.
select(S) - Method in class net.infordata.ifw2.web.MultiSelectionListFlow
 
select(S) - Method in class net.infordata.ifw2.web.PojoMultiSelectionListFlow
 
selectAll() - Method in class net.infordata.ifw2.web.MultiSelectionListFlow
 
selectAll() - Method in class net.infordata.ifw2.web.PojoMultiSelectionListFlow
 
SelectField - Class in net.infordata.ifw2.web.form
 
SelectField() - Constructor for class net.infordata.ifw2.web.form.SelectField
 
SelectField(String[]) - Constructor for class net.infordata.ifw2.web.form.SelectField
 
SelectTag - Class in net.infordata.ifw2.web.tags
 
SelectTag() - Constructor for class net.infordata.ifw2.web.tags.SelectTag
 
SelectTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
SelectTag.ECSBaseAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.SelectTag.ECSBaseAdapter
 
SelectTag.ECSBndsAdapter - Class in net.infordata.ifw2.web.tags
 
SelectTag.ECSBndsAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.SelectTag.ECSBndsAdapter
 
sendErrorMessage(String, String) - Static method in class net.infordata.ifw2.web.util.WEBUtil
/** I properly configured ad email is sended with the given message, otherwise the message is simply logged.
sendErrorNotification(HttpServletRequest, String, Throwable) - Static method in class net.infordata.ifw2.web.util.WEBUtil
I properly configured ad email is sended providing informations about the captured error, otherwise the error is simply logged.
see WEBUtil.sendErrorMessage(String, String) for informations about expected configuration
sendErrorNotification(Throwable) - Static method in class net.infordata.ifw2.web.util.WEBUtil
I properly configured ad email is sended providing informations about the captured error, otherwise the error is simply logged.
see WEBUtil.sendErrorMessage(String, String) for informations about expected configuration
sendMail(Session, String, String, String, String, Object) - Static method in class net.infordata.ifw2.web.util.WEBUtil
 
sendRedirect(HttpServletRequest, HttpServletResponse, String) - Static method in class net.infordata.ifw2.web.util.WEBUtil
Replaces HttpServletResponse.sendRedirect(String).
service(ServletContext, HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.ctrl.FlowRequestHandler
 
service(ServletContext, HttpServletRequest, HttpServletResponse) - Method in interface net.infordata.ifw2.web.ctrl.IRequestHandler
Process the request.
set(C, T) - Method in class net.infordata.ifw2.props.BaseProperty
 
set(C, T) - Method in class net.infordata.ifw2.props.CompositeProperty
 
set(C, T) - Method in class net.infordata.ifw2.props.Property
 
set(int, E) - Method in class net.infordata.ifw2.util.OnDiskChunkedList
 
set(TaskInfo) - Method in class net.infordata.ifw2.web.ctrl.TaskContext
 
set(String, int) - Method in class net.infordata.ifw2.web.ctrl.TaskStep
 
set(String, MessageTypeEnum, int) - Method in class net.infordata.ifw2.web.ctrl.TaskStep
 
setAction(String) - Method in class net.infordata.ifw2.web.tags.AActionTag
 
setAction(String) - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
setAction(String) - Method in class net.infordata.ifw2.web.tags.AScriptActionTag
 
setActionParameter(String) - Method in class net.infordata.ifw2.web.bnds.Stroke
 
setActionParameter(String) - Method in class net.infordata.ifw2.web.menu.MenuItem
 
setActiveTab(String) - Method in class net.infordata.ifw2.web.TabbedFlow
Check if it is possible to switch the current state active state by calling TabbedFlow.onSwitchActiveTab(), if not, simply leave the current state as is.
setAlignment(Alignment) - Method in class net.infordata.ifw2.web.form.ATextField
 
setAlignment(Alignment) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Column
 
setAlignment(Alignment) - Method in class net.infordata.ifw2.web.grds.Column
 
setArchive(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag.ECSBaseAdapter
 
setArchive(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
setBasename(String) - Method in class net.infordata.ifw2.web.tags.BundleTag
 
setBind(String) - Method in class net.infordata.ifw2.web.tags.AActionTag
 
setBind(String) - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
setBind(String) - Method in class net.infordata.ifw2.web.tags.AInputTag
 
setBind(String) - Method in class net.infordata.ifw2.web.tags.AScriptActionTag
 
setBind(String) - Method in class net.infordata.ifw2.web.tags.FormTag
 
setBind(String) - Method in class net.infordata.ifw2.web.tags.LabelTag
 
setBind(String) - Method in class net.infordata.ifw2.web.tags.RadioGroupTag
 
setBind(String) - Method in class net.infordata.ifw2.web.tags.SelectTag
 
setBindField(String) - Method in class net.infordata.ifw2.web.tags.AScriptActionTag
 
setBindField(String) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBndsAdapter
 
setBindField(String) - Method in class net.infordata.ifw2.web.tags.MouseActionTag.ECSBndsAdapter
 
setBindField(String) - Method in class net.infordata.ifw2.web.tags.RefreshActionTag.ECSBndsAdapter
 
setBindField(String) - Method in class net.infordata.ifw2.web.tags.ScriptActionTag.ECSBndsAdapter
 
setBindParent(boolean) - Method in class net.infordata.ifw2.web.tags.AScriptActionTag
 
setBindParent(boolean) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBndsAdapter
 
setBindParent(boolean) - Method in class net.infordata.ifw2.web.tags.MouseActionTag.ECSBndsAdapter
 
setBindParent(boolean) - Method in class net.infordata.ifw2.web.tags.ScriptActionTag.ECSBndsAdapter
 
setBindState(String) - Method in class net.infordata.ifw2.web.tags.FormTag.ECSBndsAdapter
 
setBindState(String) - Method in class net.infordata.ifw2.web.tags.FormTag
 
setBindState(String) - Method in class net.infordata.ifw2.web.tags.MPFormTag.ECSBndsAdapter
 
setBindToAction(boolean) - Method in class net.infordata.ifw2.web.tags.LabelTag.ECSBndsAdapter
 
setBindToAction(boolean) - Method in class net.infordata.ifw2.web.tags.LabelTag
 
setBundle(String) - Method in class net.infordata.ifw2.web.tags.MessageTag.ECSBaseAdapter
 
setBundle(String) - Method in class net.infordata.ifw2.web.tags.MessageTag
 
setBundleName(String) - Method in class net.infordata.ifw2.web.bnds.Stroke
 
setBundleName(String) - Method in class net.infordata.ifw2.web.form.AField
 
setBundleName(String) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Column
 
setBundleName(String) - Method in class net.infordata.ifw2.web.grds.Column
 
setBundleName(String) - Method in class net.infordata.ifw2.web.grds.ColumnGroup
 
setBundleName(String) - Method in class net.infordata.ifw2.web.menu.AMenuItem
 
setBundleName(String) - Method in class net.infordata.ifw2.web.menu.MenuItem
 
setBundleName(String) - Method in class net.infordata.ifw2.web.menu.MenuStripe
 
setBundleName(String) - Method in class net.infordata.ifw2.web.TabInfo
 
setCachedValue(Object) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Cell
 
setCellCursorEnabled(boolean) - Method in class net.infordata.ifw2.web.grds.DataGridFlow
 
setCellDecorator(IGridCellDecorator) - Method in class net.infordata.ifw2.web.grds.DataGridFlow
 
setCellDecorator(IEditableGridCellDecorator) - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
setCellDecorator(ITreeCellDecorator) - Method in class net.infordata.ifw2.web.grds.TreeGridFlow
 
setChecked(boolean) - Method in class net.infordata.ifw2.web.tags.CheckboxTag.ECSBaseAdapter
 
setChecked(boolean) - Method in class net.infordata.ifw2.web.tags.CheckboxTag
 
setChoices(IFieldWithChoices.IChoice[]) - Method in class net.infordata.ifw2.web.form.SelectField
 
setClass(String) - Method in class net.infordata.ifw2.web.view.ECSAdapter
Deprecated.
setClassId(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag.ECSBaseAdapter
 
setClassId(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
setCodeBase(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag.ECSBaseAdapter
 
setCodeBase(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
setCodeType(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag.ECSBaseAdapter
 
setCodeType(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
setCollectValuesIndicator(boolean) - Method in class net.infordata.ifw2.web.grds.Column
 
setCols(Integer) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBaseAdapter
 
setCols(Integer) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBndsAdapter
 
setCols(Integer) - Method in class net.infordata.ifw2.web.tags.TextAreaTag
 
setColumnsPopupEnabled(boolean) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
setColumnsPopupEnabled(boolean) - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
setColumnsPopupEnabled(boolean) - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
setColumnsToShow(String...) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
setColumnsToShow(String...) - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
setColumnsToShow(String...) - Method in interface net.infordata.ifw2.web.grds.layout.ILayoutable
 
setComparators(Comparator<T>, Comparator<T>) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
setComponentId(String) - Method in class net.infordata.ifw2.web.view.RendererTag
 
setComponentListener(IComponentListener) - Method in class net.infordata.ifw2.web.ctrl.Flow
 
setContentScrollable(boolean) - Method in class net.infordata.ifw2.web.ctrl.Flow.AsDialogFlow
 
setCssClass(String) - Method in class net.infordata.ifw2.web.form.AField
 
setCssClass(String) - Method in class net.infordata.ifw2.web.form.AFormField
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.AActionTag
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.ActionRefTag.ECSBaseAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.ActionRefTag.ECSBndsAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.AInputTag
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.CheckboxTag.ECSBaseAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.CheckboxTag.ECSBndsAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.DivTag.ECSBaseAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.DivTag
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.FileTag.ECSBaseAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.FormTag.ECSBaseAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.FormTag.ECSBndsAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.FormTag
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.GlueTag.ECSBaseAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.LabelTag.ECSBaseAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.LabelTag.ECSBndsAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.LabelTag
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.MPFormTag.ECSBaseAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.MPFormTag.ECSBndsAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag.ECSBaseAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.RadioTag.ECSBaseAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.RadioTag
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBaseAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBndsAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.SelectTag
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.SpanTag.ECSBaseAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBaseAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBndsAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.TBodyTag.ECSBaseAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBaseAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBndsAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBaseAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBndsAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.tags.TrTag.ECSBaseAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.view.RendererTag.ECSComponentAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.view.RendererTag.ECSRendererAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.view.RendererTag.ECSStateAdapter
 
setCssClass(String) - Method in class net.infordata.ifw2.web.view.RendererTag
 
setCtrlKey(boolean) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBaseAdapter
 
setCtrlKey(boolean) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBndsAdapter
 
setCtrlKey(boolean) - Method in class net.infordata.ifw2.web.tags.KeyActionTag
 
setCtrlKey(boolean) - Method in class net.infordata.ifw2.web.tags.MouseActionTag.ECSBaseAdapter
 
setCtrlKey(boolean) - Method in class net.infordata.ifw2.web.tags.MouseActionTag.ECSBndsAdapter
 
setCtrlKey(boolean) - Method in class net.infordata.ifw2.web.tags.MouseActionTag
 
setCurrentCol(String) - Method in class net.infordata.ifw2.web.grds.DataGridFlow
 
setCurrentRow(int) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
setCurrentRow(int) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
setCurrentRow(int) - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
setCurrentRow(int) - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
setCurrentRow(int) - Method in interface net.infordata.ifw2.web.grds.IGridModel
 
setCurrentRow(int) - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
setCurrentRow(int) - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
setCurrentRow(int) - Method in class net.infordata.ifw2.web.grds.PojoGridModel
 
setCurrentRow(int) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
setCurrentRow(int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
setCurrentRow(int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
 
setCurrentRow(int) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
setCurrentRow(int) - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
setCursorAtEndOnFocus(boolean) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBaseAdapter
 
setCursorAtEndOnFocus(boolean) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBndsAdapter
 
setCursorAtEndOnFocus(boolean) - Method in class net.infordata.ifw2.web.tags.TextTag
 
setData(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag.ECSBaseAdapter
 
setData(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
setDateDecorator(IDateDecorator) - Method in class net.infordata.ifw2.web.CalendarFlow
 
setDblClickAction(String) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
setDeclare(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag.ECSBaseAdapter
 
setDeclare(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
setDecorator(IDialogDecorator) - Method in class net.infordata.ifw2.web.ctrl.Flow.AsDialogFlow
 
setDefaultChecked(boolean) - Method in class net.infordata.ifw2.web.tags.CheckboxTag.ECSBaseAdapter
 
setDefaultChecked(boolean) - Method in class net.infordata.ifw2.web.tags.CheckboxTag.ECSBndsAdapter
 
setDefaultChecked(boolean) - Method in class net.infordata.ifw2.web.tags.CheckboxTag
 
setDescription(String) - Method in class net.infordata.ifw2.web.tags.OptionTag
 
setDir(String) - Method in class net.infordata.ifw2.web.view.ECSAdapter
Deprecated.
setElement(ConcreteElement) - Method in class net.infordata.ifw2.web.view.ECSTag
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.ctrl.Flow.AsFlowComponent
 
setEnabled(boolean) - Method in interface net.infordata.ifw2.web.ctrl.IFlowComponent
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.form.AField
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.form.AFormField
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.form.PojoField
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.AActionTag
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.ActionGroupTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.ActionGroupTag.ECSBndsAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.ActionRefTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.ActionRefTag.ECSBndsAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.AInputTag
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.AScriptActionTag
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.CheckboxTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.CheckboxTag.ECSBndsAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.DivTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.DivTag
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.FileTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.FormTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.FormTag.ECSBndsAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.FormTag
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBndsAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.MouseActionTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.MouseActionTag.ECSBndsAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.MPFormTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.MPFormTag.ECSBndsAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.ObjectTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.RadioGroupTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.RadioGroupTag.ECSBndsAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.RadioGroupTag
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.RefreshActionTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.RefreshActionTag.ECSBndsAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.ScriptActionTag.ECSBndsAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBndsAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.SelectTag
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.SpanTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBndsAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.TBodyTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBndsAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBndsAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.tags.TrTag.ECSBaseAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.view.RendererTag.ECSComponentAdapter
 
setEnabled(boolean) - Method in class net.infordata.ifw2.web.view.RendererTag
 
setEntityManagerFactory(String, EntityManagerFactory, boolean) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
Initialize the entity manager factories, intended to be used by InitListener.
setExpanded(int, boolean) - Method in interface net.infordata.ifw2.web.grds.ITreeGridModel
Expands or collapses a node.
setExpanded(int, boolean) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
setExpanded(int, boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
Expands or collapses a node.
setExpanded(int, boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
setFetchAll(boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
setFilter(String, AFilterDefinition<?>) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
setFilterable(boolean) - Method in class net.infordata.ifw2.web.grds.Column
 
setFilterDefinitionFactory(FilterDefinitionFactory) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
setFilterInMemory(boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
setFilters(Map<String, AFilterDefinition<?>>) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
setFixed(boolean) - Method in class net.infordata.ifw2.web.grds.Column
 
setFlow(IFlow) - Method in class net.infordata.ifw2.web.view.RendererTag.ECSRendererAdapter
 
setFlow(IFlow) - Method in class net.infordata.ifw2.web.view.RendererTag
 
setFlush(boolean) - Method in class net.infordata.ifw2.web.tags.IncludeTag.ECSBaseAdapter
 
setFlush(boolean) - Method in class net.infordata.ifw2.web.tags.IncludeTag
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.AActionTag
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.ActionRefTag.ECSBaseAdapter
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.ActionRefTag.ECSBndsAdapter
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.AInputTag
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.CheckboxTag.ECSBaseAdapter
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.CheckboxTag.ECSBndsAdapter
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.FileTag.ECSBaseAdapter
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.RadioGroupTag.ECSBaseAdapter
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.RadioGroupTag.ECSBndsAdapter
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.RadioGroupTag
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBaseAdapter
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBndsAdapter
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.SelectTag
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBaseAdapter
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBndsAdapter
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBaseAdapter
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBndsAdapter
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBaseAdapter
 
setFocused(Integer) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBndsAdapter
 
setFor(String) - Method in class net.infordata.ifw2.web.tags.LabelTag.ECSBndsAdapter
 
setFor(String) - Method in class net.infordata.ifw2.web.tags.LabelTag
 
setFormatter(IFormatter<?>) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.DataColumn
 
setFormatter(IFormatter<?>) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.IndentColumn
 
setFormatter(IFormatter<?>) - Method in class net.infordata.ifw2.web.grds.Column
 
setFractionDigits(int, RoundingMode) - Method in class net.infordata.ifw2.util.NumberFormatterSpecs
 
setFractionDigits(int) - Method in class net.infordata.ifw2.util.NumberFormatterSpecs
see NumberFormatterSpecs.setFractionDigits(int, RoundingMode) with a default rounding mode RoundingMode.HALF_EVEN.
setGotoLastKnown(boolean) - Method in class net.infordata.ifw2.web.grds.ModelActions.Last
 
setGotoLastKnown(boolean) - Method in class net.infordata.ifw2.web.grds.ModelActions.LastAndFastEdit
 
setGroupId(String) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Column
 
setGroupId(String) - Method in class net.infordata.ifw2.web.grds.Column
 
setGroupingColumns(String...) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
setGroupingUsed(boolean) - Method in class net.infordata.ifw2.util.NumberFormatterSpecs
see NumberFormat.setGroupingUsed(boolean)
setGroupRefresh(boolean) - Method in class net.infordata.ifw2.web.tags.ActionGroupTag
Deprecated.
setGroupRefresh(boolean) - Method in class net.infordata.ifw2.web.tags.DivTag.ECSBaseAdapter
 
setGroupRefresh(boolean) - Method in class net.infordata.ifw2.web.tags.DivTag
 
setGroupRefresh(boolean) - Method in class net.infordata.ifw2.web.tags.GlueTag
Deprecated.
setGroupRefresh(boolean) - Method in class net.infordata.ifw2.web.tags.SpanTag.ECSBaseAdapter
 
setGroupRefresh(boolean) - Method in class net.infordata.ifw2.web.tags.TBodyTag.ECSBaseAdapter
 
setGroupRefresh(boolean) - Method in class net.infordata.ifw2.web.tags.TrTag.ECSBaseAdapter
 
setHeaderHeight(String) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
setHeaderHeight(String) - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
setHeaderHeight(String) - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
setHeight(String) - Method in class net.infordata.ifw2.web.ctrl.Flow.AsDialogFlow
 
setHeight(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag.ECSBaseAdapter
 
setHeight(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
setHighlighted(boolean) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBaseAdapter
 
setHighlighted(boolean) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBndsAdapter
 
setHighlighted(boolean) - Method in class net.infordata.ifw2.web.tags.KeyActionTag
 
setHorzResizer(IGridHorzResizer) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
setHtml5Type(String) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBaseAdapter
 
setHtml5Type(String) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBndsAdapter
 
setHtml5Type(String) - Method in class net.infordata.ifw2.web.tags.TextTag
 
setId(String) - Method in class net.infordata.ifw2.web.tags.DivTag
 
setId(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
setId(String) - Method in class net.infordata.ifw2.web.tags.RadioTag.ECSBaseAdapter
 
setId(String) - Method in class net.infordata.ifw2.web.view.CSACTag
 
setID(String) - Method in class net.infordata.ifw2.web.view.ECSAdapter
Deprecated.
setId(String) - Method in class net.infordata.ifw2.web.view.RendererTag
 
setIf(boolean) - Method in class net.infordata.ifw2.web.tags.MessageTag
 
setIf(boolean) - Method in class net.infordata.ifw2.web.view.WrapBodyTag
 
setIf(boolean) - Method in class net.infordata.ifw2.web.view.WrapTag
 
setImage(String) - Method in class net.infordata.ifw2.web.menu.AMenuItem
 
setImage(String) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBaseAdapter
 
setImage(String) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBndsAdapter
 
setImage(String) - Method in class net.infordata.ifw2.web.tags.SubmitTag
 
setInitialCard(String) - Method in class net.infordata.ifw2.web.CardFlow
 
setInnerElement(ConcreteElement) - Method in class net.infordata.ifw2.web.dec.Cell
 
setInnerElement(Element) - Method in class net.infordata.ifw2.web.dec.HCell
 
setKeepFormStrokes(boolean) - Method in class net.infordata.ifw2.web.tags.ActionGroupTag.ECSBndsAdapter
 
setKeepFormStrokes(boolean) - Method in class net.infordata.ifw2.web.tags.ActionGroupTag
 
setKey(String) - Method in class net.infordata.ifw2.web.tags.MessageTag
 
setKeyCode(KeyEnum) - Method in class net.infordata.ifw2.web.tags.KeyActionTag
 
setLabel(String) - Method in class net.infordata.ifw2.web.bnds.Stroke
 
setLabel(String) - Method in class net.infordata.ifw2.web.form.AField
 
setLabel(String) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Column
 
setLabel(String) - Method in class net.infordata.ifw2.web.grds.Column
 
setLabel(String) - Method in class net.infordata.ifw2.web.grds.ColumnGroup
 
setLabel(String) - Method in class net.infordata.ifw2.web.menu.AMenuItem
 
setLabel(String) - Method in class net.infordata.ifw2.web.menu.MenuItem
 
setLabel(String) - Method in class net.infordata.ifw2.web.menu.MenuStripe
 
setLabel(String) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBndsAdapter
 
setLabel(String) - Method in class net.infordata.ifw2.web.tags.KeyActionTag
 
setLabel(String) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBaseAdapter
 
setLabel(String) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBndsAdapter
 
setLabel(String) - Method in class net.infordata.ifw2.web.tags.SubmitTag
 
setLang(String) - Method in class net.infordata.ifw2.web.view.ECSAdapter
Deprecated.
setLayout(ADataGridFlow.Layout) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
setLayoutable(boolean) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
setMandatory(boolean) - Method in class net.infordata.ifw2.web.form.ATextField
 
setMandatory(boolean) - Method in class net.infordata.ifw2.web.form.PojoField
 
setMandatory(boolean) - Method in class net.infordata.ifw2.web.form.SelectField
 
setMaxDisplayedLength(String, Integer) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
Overrides the max displayed length specified in the IColumn.
setMaxDisplayedLength(String, Integer) - Method in interface net.infordata.ifw2.web.grds.layout.ILayoutable
 
setMaxDisplayedTextLength(int) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Column
 
setMaxDisplayedTextLength(int) - Method in class net.infordata.ifw2.web.grds.Column
 
setMaxDispLen(int) - Method in class net.infordata.ifw2.web.grds.layout.LayoutDefDlg.ColumnInfo
 
setMaximized(boolean) - Method in class net.infordata.ifw2.web.ctrl.Flow.AsDialogFlow
 
setMaximumFractionDigits(int) - Method in class net.infordata.ifw2.util.NumberFormatterSpecs
see NumberFormat.setMaximumFractionDigits(int)
setMaximumIntegerDigits(int) - Method in class net.infordata.ifw2.util.NumberFormatterSpecs
see NumberFormat.setMaximumIntegerDigits(int)
setMaxLength(int) - Method in class net.infordata.ifw2.web.form.ATextField
 
setMaxLength(int) - Method in class net.infordata.ifw2.web.form.SelectField
 
setMaxLength(Integer) - Method in class net.infordata.ifw2.web.tags.FileTag.ECSBaseAdapter
 
setMaxLength(Integer) - Method in class net.infordata.ifw2.web.tags.FileTag
 
setMaxLength(Integer) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBaseAdapter
 
setMaxLength(Integer) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBndsAdapter
 
setMaxLength(Integer) - Method in class net.infordata.ifw2.web.tags.TextTag
 
setMementoFactory(TaskExecutor.MementoFactory) - Static method in class net.infordata.ifw2.web.ctrl.TaskExecutor
To be used t application startup to set a new TaskExecutor.MementoFactory.
The TaskExecutor.MementoFactory can be used to make accessible Thread scoped variables to Callable.call() method.
setMessage(Enum<?>, IMessage) - Method in interface net.infordata.ifw2.msgs.IMessageSet
 
setMessage(Enum<?>, IMessage) - Method in class net.infordata.ifw2.msgs.MessageSet
 
setMessage(String) - Method in class net.infordata.ifw2.web.ctrl.TaskStep
 
setMessage(String, MessageTypeEnum) - Method in class net.infordata.ifw2.web.ctrl.TaskStep
 
setMessage(Enum<?>, IMessage) - Method in class net.infordata.ifw2.web.form.AField
 
setMessage(Enum<?>, IMessage) - Method in interface net.infordata.ifw2.web.form.AForm
 
setMessage(Enum<?>, IMessage) - Method in class net.infordata.ifw2.web.form.Form
 
setMessage(Enum<?>, IMessage) - Method in class net.infordata.ifw2.web.form.FormRef
 
setMinimumFractionDigits(int) - Method in class net.infordata.ifw2.util.NumberFormatterSpecs
see NumberFormat.setMinimumFractionDigits(int)
setMinimumIntegerDigits(int) - Method in class net.infordata.ifw2.util.NumberFormatterSpecs
see NumberFormat.setMinimumIntegerDigits(int)
setMinRowsToFetch(int) - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 
setMultiChoice(boolean) - Method in class net.infordata.ifw2.web.form.SelectField
 
setMultiple(boolean) - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBaseAdapter
 
setMultiple(boolean) - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBndsAdapter
 
setMultiple(boolean) - Method in class net.infordata.ifw2.web.tags.SelectTag
 
setName(String) - Method in class net.infordata.ifw2.web.tags.AActionTag
By default name and id are the same.
setName(String) - Method in class net.infordata.ifw2.web.tags.ActionRefTag.ECSBndsAdapter
 
setName(String) - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
setName(String) - Method in class net.infordata.ifw2.web.tags.AInputTag
By default name and id are the same.
setName(String) - Method in class net.infordata.ifw2.web.tags.FormTag
 
setName(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag.ECSBaseAdapter
 
setName(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
setName(String) - Method in class net.infordata.ifw2.web.tags.RadioGroupTag
By default name and id are the same.
setName(String) - Method in class net.infordata.ifw2.web.tags.SelectTag
 
setName(String) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBndsAdapter
 
setOverrideParent(boolean) - Method in class net.infordata.ifw2.web.tags.GlueTag.ECSBaseAdapter
 
setOverrideParent(boolean) - Method in class net.infordata.ifw2.web.tags.GlueTag
 
setPage(Object) - Method in class net.infordata.ifw2.web.tags.IncludeTag
 
setPageContext(PageContext) - Method in class net.infordata.ifw2.web.tags.BundleTag
 
setPageContext(PageContext) - Method in class net.infordata.ifw2.web.tags.IncludeTag
 
setPageContext(PageContext) - Method in class net.infordata.ifw2.web.tags.MessageTag
 
setPageContext(PageContext) - Method in class net.infordata.ifw2.web.view.ECSTag
 
setPageContext(PageContext) - Method in class net.infordata.ifw2.web.view.WrapBodyTag
 
setPageContext(PageContext) - Method in class net.infordata.ifw2.web.view.WrapTag
 
setPageSize(int) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
setPageSize(int) - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
setPageSize(int) - Method in class net.infordata.ifw2.web.TaskBoxFlow
 
setParameter(String) - Method in class net.infordata.ifw2.web.tags.AActionTag
 
setParameter(String) - Method in class net.infordata.ifw2.web.tags.ActionRefTag.ECSBaseAdapter
 
setParameter(String) - Method in class net.infordata.ifw2.web.tags.ActionRefTag.ECSBndsAdapter
 
setParameter(String) - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
setParameter(String) - Method in class net.infordata.ifw2.web.tags.AScriptActionTag
 
setParameter(String) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBaseAdapter
 
setParameter(String) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBndsAdapter
 
setParameter(String) - Method in class net.infordata.ifw2.web.tags.MouseActionTag.ECSBaseAdapter
 
setParameter(String) - Method in class net.infordata.ifw2.web.tags.MouseActionTag.ECSBndsAdapter
 
setParameter(String) - Method in class net.infordata.ifw2.web.tags.RefreshActionTag.ECSBaseAdapter
 
setParameter(String) - Method in class net.infordata.ifw2.web.tags.RefreshActionTag.ECSBndsAdapter
 
setParameter(String) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBaseAdapter
 
setParameter(String) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBndsAdapter
 
setParentFromTagStack(boolean) - Method in class net.infordata.ifw2.web.tags.DivTag.ECSBaseAdapter
 
setParentFromTagStack(boolean) - Method in class net.infordata.ifw2.web.tags.DivTag
 
setParentFromTagStack(boolean) - Method in class net.infordata.ifw2.web.tags.FormTag.ECSBaseAdapter
 
setParentFromTagStack(boolean) - Method in class net.infordata.ifw2.web.tags.FormTag.ECSBndsAdapter
 
setParentFromTagStack(boolean) - Method in class net.infordata.ifw2.web.tags.FormTag
 
setParentFromTagStack(boolean) - Method in class net.infordata.ifw2.web.tags.TBodyTag.ECSBaseAdapter
 
setParseIntegerOnly(boolean) - Method in class net.infordata.ifw2.util.NumberFormatterSpecs
see NumberFormat.setParseIntegerOnly(boolean)
setPassword(boolean) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBaseAdapter
 
setPassword(boolean) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBndsAdapter
 
setPassword(boolean) - Method in class net.infordata.ifw2.web.tags.TextTag
 
setPlaceholder(String) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBaseAdapter
 
setPlaceholder(String) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBndsAdapter
 
setPlaceholder(String) - Method in class net.infordata.ifw2.web.tags.TextTag
 
setPlaceHolderId(String) - Method in class net.infordata.ifw2.web.tags.GlueTag
 
setPojo(C) - Method in interface net.infordata.ifw2.web.form.IPojoForm
Sets the pojo object and moves data to fields connected to its properties.
No validation is automatically triggered.
setPojo(C) - Method in class net.infordata.ifw2.web.form.PojoForm
Sets the pojo object and moves data to fields connected to its properties.
No validation is automatically triggered.
setPojo(C) - Method in class net.infordata.ifw2.web.form.PojoFormRef
 
setPopupStyles(String) - Method in class net.infordata.ifw2.web.menu.MenuStripe
 
setPreferredSize(String, Integer) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
Overrides the preferred size specified in the IColumn.
setPreferredSize(int) - Method in class net.infordata.ifw2.web.grds.APojoCrossModel.Column
 
setPreferredSize(int) - Method in class net.infordata.ifw2.web.grds.Column
 
setPreferredSize(String, Integer) - Method in interface net.infordata.ifw2.web.grds.layout.ILayoutable
 
setPrefix(String) - Method in class net.infordata.ifw2.web.tags.BundleTag.ECSBaseAdapter
 
setPrefix(String) - Method in class net.infordata.ifw2.web.tags.BundleTag
 
setProgress(int) - Method in class net.infordata.ifw2.web.ctrl.TaskStep
 
setQueryPushdownEnabled(boolean) - Method in class net.infordata.ifw2.web.jpa.JpaColumn
 
setReadOnly(boolean) - Method in class net.infordata.ifw2.web.form.AField
A read only field is a disabled field for which the state should not be transferred to the underlying model.
setReadOnly(boolean) - Method in class net.infordata.ifw2.web.form.AFormField
 
setReadOnly(boolean) - Method in class net.infordata.ifw2.web.tags.FormTag.ECSBaseAdapter
In a read only form actions are enabled but input fields are not
setReadOnly(boolean) - Method in class net.infordata.ifw2.web.tags.FormTag.ECSBndsAdapter
In a read only form actions are enabled but input fields are not
setReadOnly(boolean) - Method in class net.infordata.ifw2.web.tags.FormTag
 
setReadOnly(boolean) - Method in class net.infordata.ifw2.web.tags.MPFormTag.ECSBaseAdapter
In a read only form actions are enabled but input fields are not
setReadOnly(boolean) - Method in class net.infordata.ifw2.web.tags.MPFormTag.ECSBndsAdapter
In a read only form actions are enabled but input fields are not
setRenderer(IRenderer) - Method in class net.infordata.ifw2.web.view.RendererRawTag
 
setRenderer(IRenderer) - Method in class net.infordata.ifw2.web.view.RendererTag
 
setRequestProcessor(IBndsFlowRequestProcessor) - Method in class net.infordata.ifw2.web.bnds.ABndsFlow
 
setRequestProcessor(IFlowRequestProcessor) - Method in class net.infordata.ifw2.web.bnds.ABndsFlow
Deprecated.
setRequestProcessor(IFlowRequestProcessor) - Method in class net.infordata.ifw2.web.ctrl.Flow
 
setRestoreUriState(String) - Method in class net.infordata.ifw2.web.ctrl.FlowContext
 
setRootModel(AJpaDataGridModel<C>) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
setRoundingMode(RoundingMode) - Method in class net.infordata.ifw2.util.NumberFormatterSpecs
see NumberFormat.setRoundingMode(RoundingMode)
setRowHeight(String) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
setRowHeight(String) - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
setRowHeight(String) - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
setRows(Integer) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBaseAdapter
 
setRows(Integer) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBndsAdapter
 
setRows(Integer) - Method in class net.infordata.ifw2.web.tags.TextAreaTag
 
setRowsPopupEnabled(boolean) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
setRowsPopupEnabled(boolean) - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
setRowsPopupEnabled(boolean) - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
setScript(String) - Method in class net.infordata.ifw2.web.tags.ScriptActionTag
 
setSeconds(int) - Method in class net.infordata.ifw2.web.tags.RefreshActionTag
 
setSelected(boolean) - Method in class net.infordata.ifw2.web.tags.OptionTag.ECSBaseAdapter
 
setSelected(boolean) - Method in class net.infordata.ifw2.web.tags.OptionTag
 
setShadow(boolean) - Method in class net.infordata.ifw2.web.form.AField
 
setShadow(boolean) - Method in class net.infordata.ifw2.web.form.AFormField
A shadow field is disabled, returns a null value, has no validation errors but accepts any value (but always returns null).
setShiftKey(boolean) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBaseAdapter
 
setShiftKey(boolean) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBndsAdapter
 
setShiftKey(boolean) - Method in class net.infordata.ifw2.web.tags.KeyActionTag
 
setShiftKey(boolean) - Method in class net.infordata.ifw2.web.tags.MouseActionTag.ECSBaseAdapter
 
setShiftKey(boolean) - Method in class net.infordata.ifw2.web.tags.MouseActionTag.ECSBndsAdapter
 
setShiftKey(boolean) - Method in class net.infordata.ifw2.web.tags.MouseActionTag
 
setShowColumnGroups(boolean) - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
setShowDefaultButtons(boolean) - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
setShowedByDefault(boolean) - Method in class net.infordata.ifw2.web.grds.Column
 
setShowedTab(String) - Method in class net.infordata.ifw2.web.TabbedFlow
 
setShowHeader(boolean) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
setShowHeader(boolean) - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
setShowHeader(boolean) - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
setShowNavigationButtons(boolean) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
setShowNavigationButtons(boolean) - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
setShowNavigationButtons(boolean) - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
setShowRowNumber(boolean) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
setShowRowNumber(boolean) - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
setShowRowNumber(boolean) - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
setSize(int) - Method in class net.infordata.ifw2.web.form.ATextField
 
setSize(int) - Method in class net.infordata.ifw2.web.grds.layout.LayoutDefDlg.ColumnInfo
 
setSize(Integer) - Method in class net.infordata.ifw2.web.tags.FileTag.ECSBaseAdapter
 
setSize(Integer) - Method in class net.infordata.ifw2.web.tags.FileTag
 
setSize(Integer) - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBaseAdapter
 
setSize(Integer) - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBndsAdapter
 
setSize(Integer) - Method in class net.infordata.ifw2.web.tags.SelectTag
 
setSize(Integer) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBaseAdapter
 
setSize(Integer) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBndsAdapter
 
setSize(Integer) - Method in class net.infordata.ifw2.web.tags.TextTag
 
setSkipFocus(boolean) - Method in class net.infordata.ifw2.web.tags.FormTag.ECSBaseAdapter
 
setSkipFocus(boolean) - Method in class net.infordata.ifw2.web.tags.FormTag.ECSBndsAdapter
 
setSkipFocus(boolean) - Method in class net.infordata.ifw2.web.tags.FormTag
 
setSkipFocus(boolean) - Method in class net.infordata.ifw2.web.tags.MPFormTag.ECSBaseAdapter
 
setSkipFocus(boolean) - Method in class net.infordata.ifw2.web.tags.MPFormTag.ECSBndsAdapter
 
setSortable(boolean) - Method in class net.infordata.ifw2.web.grds.Column
 
setSortedColumn(String, boolean) - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
 
setSortedColumn(String, boolean) - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
setSortedColumn(String, boolean) - Method in interface net.infordata.ifw2.web.grds.IDataGridModel
If IDataGridModel.isSortable() then this method is used to change the sort order otherwise you can assume that it is never used.
setSortedColumn(String, boolean) - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
setSortedColumn(String, boolean) - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
setSortedColumn(String, boolean) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
setSortedColumn(String, boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaDataGridModel
 
setSortedColumn(String, boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableDataGridModel
 
setSortedColumn(String, boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
setSortedColumn(String, boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
setStandBy(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag.ECSBaseAdapter
 
setStandBy(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
setStateId(String) - Method in class net.infordata.ifw2.web.view.RendererTag
 
setStateMapper(IStateMapper) - Method in class net.infordata.ifw2.web.ctrl.Flow
 
setStrokes(StrokeStripe) - Method in class net.infordata.ifw2.web.tags.ActionGroupTag.ECSBndsAdapter
 
setStrokes(StrokeStripe) - Method in class net.infordata.ifw2.web.tags.ActionGroupTag
 
setStyle(String) - Method in class net.infordata.ifw2.web.form.AField
 
setStyle(String) - Method in class net.infordata.ifw2.web.form.AFormField
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.AActionTag
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.ActionRefTag.ECSBaseAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.ActionRefTag.ECSBndsAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.AInputTag
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.CheckboxTag.ECSBaseAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.CheckboxTag.ECSBndsAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.DivTag.ECSBaseAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.DivTag
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.FileTag.ECSBaseAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.FormTag.ECSBaseAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.FormTag.ECSBndsAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.FormTag
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.GlueTag.ECSBaseAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.LabelTag.ECSBaseAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.LabelTag.ECSBndsAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.LabelTag
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.MPFormTag.ECSBaseAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.MPFormTag.ECSBndsAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag.ECSBaseAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.RadioTag.ECSBaseAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.RadioTag
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBaseAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBndsAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.SelectTag
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.SpanTag.ECSBaseAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBaseAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBndsAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.TBodyTag.ECSBaseAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBaseAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBndsAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBaseAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBndsAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.tags.TrTag.ECSBaseAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.view.ECSAdapter
Deprecated.
setStyle(String) - Method in class net.infordata.ifw2.web.view.RendererTag.ECSComponentAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.view.RendererTag.ECSRendererAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.view.RendererTag.ECSStateAdapter
 
setStyle(String) - Method in class net.infordata.ifw2.web.view.RendererTag
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.AActionTag
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.ActionRefTag.ECSBaseAdapter
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.ActionRefTag.ECSBndsAdapter
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.AInputTag
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.CheckboxTag.ECSBaseAdapter
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.CheckboxTag.ECSBndsAdapter
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.FileTag.ECSBaseAdapter
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.RadioTag.ECSBaseAdapter
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.RadioTag
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBaseAdapter
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBndsAdapter
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.SelectTag
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBaseAdapter
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBndsAdapter
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBaseAdapter
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBndsAdapter
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBaseAdapter
 
setTabIndex(int) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBndsAdapter
 
setTarget(String) - Method in class net.infordata.ifw2.web.tags.AScriptActionTag
 
setTarget(String) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBaseAdapter
 
setTarget(String) - Method in class net.infordata.ifw2.web.tags.MouseActionTag.ECSBaseAdapter
 
setTargetToDOMDocument(boolean) - Method in class net.infordata.ifw2.web.tags.AScriptActionTag
 
setTargetToDOMDocument(boolean) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBaseAdapter
 
setTargetToDOMDocument(boolean) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBndsAdapter
 
setTargetToDOMDocument(boolean) - Method in class net.infordata.ifw2.web.tags.MouseActionTag.ECSBaseAdapter
 
setTargetToDOMDocument(boolean) - Method in class net.infordata.ifw2.web.tags.MouseActionTag.ECSBndsAdapter
 
setTargetToDOMDocument(boolean) - Method in class net.infordata.ifw2.web.tags.ScriptActionTag.ECSBndsAdapter
 
setTargetToDOMParent(boolean) - Method in class net.infordata.ifw2.web.tags.AScriptActionTag
 
setTargetToDOMParent(boolean) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBaseAdapter
 
setTargetToDOMParent(boolean) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBndsAdapter
 
setTargetToDOMParent(boolean) - Method in class net.infordata.ifw2.web.tags.MouseActionTag.ECSBaseAdapter
 
setTargetToDOMParent(boolean) - Method in class net.infordata.ifw2.web.tags.MouseActionTag.ECSBndsAdapter
 
setTargetToDOMParent(boolean) - Method in class net.infordata.ifw2.web.tags.ScriptActionTag.ECSBndsAdapter
 
setTargetToParent(boolean) - Method in class net.infordata.ifw2.web.tags.AScriptActionTag
 
setTargetToParent(boolean) - Method in class net.infordata.ifw2.web.tags.KeyActionTag.ECSBaseAdapter
 
setTargetToParent(boolean) - Method in class net.infordata.ifw2.web.tags.MouseActionTag.ECSBaseAdapter
 
setText(String[]) - Method in interface net.infordata.ifw2.web.bnds.IMultiValueField
 
setText(String) - Method in interface net.infordata.ifw2.web.bnds.ISingleValueField
 
setText(String[]) - Method in class net.infordata.ifw2.web.form.AMultiValueField
 
setText(String) - Method in class net.infordata.ifw2.web.form.ASingleValueField
 
setText(String) - Method in class net.infordata.ifw2.web.form.FormattedTextField
 
setText(String) - Method in class net.infordata.ifw2.web.form.PojoField
 
setTitle(String) - Method in class net.infordata.ifw2.web.bnds.Stroke
 
setTitle(String) - Method in class net.infordata.ifw2.web.form.AField
 
setTitle(String) - Method in class net.infordata.ifw2.web.menu.AMenuItem
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.AActionTag
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.ActionRefTag.ECSBaseAdapter
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.ActionRefTag.ECSBndsAdapter
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.ActionRefTag
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.AInputTag
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.CheckboxTag.ECSBaseAdapter
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.CheckboxTag.ECSBndsAdapter
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.FileTag.ECSBaseAdapter
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag.ECSBaseAdapter
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.RadioTag.ECSBaseAdapter
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.RadioTag
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBaseAdapter
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBndsAdapter
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.SelectTag
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBaseAdapter
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.SubmitTag.ECSBndsAdapter
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBaseAdapter
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBndsAdapter
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBaseAdapter
 
setTitle(String) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBndsAdapter
 
setTitle(String) - Method in class net.infordata.ifw2.web.view.ECSAdapter
Deprecated.
setTotalizedColumns(String...) - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
setType(MouseEnum) - Method in class net.infordata.ifw2.web.tags.MouseActionTag
 
setType(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag.ECSBaseAdapter
 
setType(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
setUseBackgroudSyncIfNeeded(boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
setUseBackgroudSyncIfNeeded(boolean) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
setUseBackgroudSyncIfNeeded(boolean) - Method in interface net.infordata.ifw2.web.jpa.IJpaFolderModel
 
setUseMap(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag.ECSBaseAdapter
 
setUseMap(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
setValidateOnChange(boolean) - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBaseAdapter
 
setValidateOnChange(boolean) - Method in class net.infordata.ifw2.web.tags.SelectTag.ECSBndsAdapter
 
setValidateOnChange(boolean) - Method in class net.infordata.ifw2.web.tags.SelectTag
 
setValidateOnChange(boolean) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBaseAdapter
 
setValidateOnChange(boolean) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBndsAdapter
 
setValidateOnChange(boolean) - Method in class net.infordata.ifw2.web.tags.TextAreaTag
 
setValidateOnChange(boolean) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBaseAdapter
 
setValidateOnChange(boolean) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBndsAdapter
 
setValidateOnChange(boolean) - Method in class net.infordata.ifw2.web.tags.TextTag
 
setValidatorFactory(ValidatorFactory) - Static method in class net.infordata.ifw2.util.ValidatorUtil
 
setValue(Date) - Method in class net.infordata.ifw2.web.CalendarFlow
 
setValue(T) - Method in class net.infordata.ifw2.web.form.AFormField
Set the field contained value.
setValue(Boolean) - Method in class net.infordata.ifw2.web.form.CheckboxField
 
setValue(T) - Method in class net.infordata.ifw2.web.form.FormattedTextField
 
setValue(T) - Method in interface net.infordata.ifw2.web.form.IFormattedTextField
 
setValue(T) - Method in class net.infordata.ifw2.web.form.PojoField
 
setValue(String[]) - Method in class net.infordata.ifw2.web.form.SelectField
 
setValue(String) - Method in class net.infordata.ifw2.web.form.TextField
 
setValue(String) - Method in class net.infordata.ifw2.web.tags.AInputTag
 
setValue(String) - Method in class net.infordata.ifw2.web.tags.CheckboxTag.ECSBaseAdapter
 
setValue(String) - Method in class net.infordata.ifw2.web.tags.FileTag.ECSBaseAdapter
 
setValue(String) - Method in class net.infordata.ifw2.web.tags.OptionTag
 
setValue(String) - Method in class net.infordata.ifw2.web.tags.RadioGroupTag.ECSBaseAdapter
 
setValue(String) - Method in class net.infordata.ifw2.web.tags.RadioGroupTag
 
setValue(String) - Method in class net.infordata.ifw2.web.tags.RadioTag.ECSBaseAdapter
 
setValue(String) - Method in class net.infordata.ifw2.web.tags.RadioTag
 
setValue(String) - Method in class net.infordata.ifw2.web.tags.TextAreaTag.ECSBaseAdapter
 
setValue(String) - Method in class net.infordata.ifw2.web.tags.TextTag.ECSBaseAdapter
 
setVertResizer(IGridVertResizer) - Method in class net.infordata.ifw2.web.grds.ADataGridFlow
 
setVertResizer(IGridVertResizer) - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
setVertResizer(IGridVertResizer) - Method in class net.infordata.ifw2.web.grds.EditableGridFlow
 
setWidth(String) - Method in class net.infordata.ifw2.web.ctrl.Flow.AsDialogFlow
 
setWidth(String) - Method in class net.infordata.ifw2.web.TabInfo
 
setWidth(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag.ECSBaseAdapter
 
setWidth(String) - Method in class net.infordata.ifw2.web.tags.ObjectTag
 
shiftKey - Variable in class net.infordata.ifw2.web.tags.KeyActionTag.Key
 
showColumn(int) - Method in class net.infordata.ifw2.web.grds.AGridFlow
 
silentRollback(EntityTransaction) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
SimpleMessage - Class in net.infordata.ifw2.msgs
 
SimpleMessage(String) - Constructor for class net.infordata.ifw2.msgs.SimpleMessage
autoRemove == true
SimpleMessage(String, MessageTypeEnum) - Constructor for class net.infordata.ifw2.msgs.SimpleMessage
 
SimpleRequestHandlerFactory - Class in net.infordata.ifw2.web.ctrl
Very simple IRequestHandlerFactory, always return the given IRequestHandler.
SimpleRequestHandlerFactory(IRequestHandler) - Constructor for class net.infordata.ifw2.web.ctrl.SimpleRequestHandlerFactory
 
size() - Method in class net.infordata.ifw2.util.IdentityHashSet
 
size() - Method in class net.infordata.ifw2.util.OnDiskChunkedList
 
sortAndBinarySearch(List<T>, IPojoGridModel<T>, int, Object, boolean, Comparator) - Static method in class net.infordata.ifw2.web.grds.PojoColumnComparator
Temporarily sorts the list and searches for the given values.
span(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
span(String, Boolean, Boolean, String, String) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.span(String) instead
SpanTag - Class in net.infordata.ifw2.web.tags
 
SpanTag() - Constructor for class net.infordata.ifw2.web.tags.SpanTag
 
SpanTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
SpanTag.ECSBaseAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.SpanTag.ECSBaseAdapter
 
split(String, String) - Static method in class net.infordata.ifw2.util.Util
 
Stack<E> - Class in net.infordata.ifw2.util
 
Stack() - Constructor for class net.infordata.ifw2.util.Stack
 
start(IFlow) - Method in class net.infordata.ifw2.web.ctrl.Flow.AsFlowState
 
start(IFlow) - Method in class net.infordata.ifw2.web.ctrl.FlowState
 
start(IFlow) - Method in interface net.infordata.ifw2.web.ctrl.IFlowState
The state is the first state of the flow and is becaming the current one.
start(IFlow) - Method in enum net.infordata.ifw2.web.DialogResultEnum
 
state(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
state(String, String, String) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.state(String) instead.
StaticResourceServlet - Class in net.infordata.ifw2.web.util
 
StaticResourceServlet() - Constructor for class net.infordata.ifw2.web.util.StaticResourceServlet
 
string2Html(CharSequence) - Static method in class net.infordata.ifw2.web.util.WEBUtil
Converts the string in a format which is html friendly by replacing special chars with the relative entities.
string2HtmlParam(CharSequence) - Static method in class net.infordata.ifw2.web.util.WEBUtil
string2Js(CharSequence) - Static method in class net.infordata.ifw2.web.util.WEBUtil
Converts the string in a format which is JavaScript friendly by replacing special chars with \ escaped codes.
null chars are replaced by  .
string2JsEscaped(CharSequence) - Static method in class net.infordata.ifw2.web.util.WEBUtil
Converts the string in a format which is JavaScript friendly by replacing special chars with \ escaped codes, the resulting string is compatible with the unescape JavaScript function.
null chars are replaced by  .
string2Url(CharSequence) - Static method in class net.infordata.ifw2.web.util.WEBUtil
Converts the string in a format which is url friendly by replacing special chars with % escape codes.
Null chars are replaced by  .
See: http://en.wikipedia.org/wiki/Percent-encoding
string2Xml(CharSequence) - Static method in class net.infordata.ifw2.web.util.WEBUtil
Converts the string in a format which is xml friendly by replacing special chars with the relative entities.
null chars are replaced by  .
Stroke - Class in net.infordata.ifw2.web.bnds
A stroke is the trigger of an action.
Stroke(String) - Constructor for class net.infordata.ifw2.web.bnds.Stroke
Stroke(String, String, String, String) - Constructor for class net.infordata.ifw2.web.bnds.Stroke
Stroke(int) - Constructor for class net.infordata.ifw2.web.bnds.Stroke
Stroke(int, String) - Constructor for class net.infordata.ifw2.web.bnds.Stroke
Stroke(KeyEnum, boolean) - Constructor for class net.infordata.ifw2.web.bnds.Stroke
Stroke(KeyEnum, boolean, boolean, boolean) - Constructor for class net.infordata.ifw2.web.bnds.Stroke
Stroke(KeyEnum, boolean, String) - Constructor for class net.infordata.ifw2.web.bnds.Stroke
Stroke(KeyEnum, boolean, boolean, boolean, String) - Constructor for class net.infordata.ifw2.web.bnds.Stroke
Stroke(MouseEnum) - Constructor for class net.infordata.ifw2.web.bnds.Stroke
Stroke(MouseEnum, boolean, boolean) - Constructor for class net.infordata.ifw2.web.bnds.Stroke
Stroke(MouseEnum, String) - Constructor for class net.infordata.ifw2.web.bnds.Stroke
Stroke(MouseEnum, boolean, boolean, String) - Constructor for class net.infordata.ifw2.web.bnds.Stroke
StrokeStripe - Class in net.infordata.ifw2.web.bnds
A StrokeStripe is a Map of Stroke to actionId.
StrokeStripe() - Constructor for class net.infordata.ifw2.web.bnds.StrokeStripe
 
StrokeStripe(StrokeStripe) - Constructor for class net.infordata.ifw2.web.bnds.StrokeStripe
If a parent has been provided, only strokes binded to fields are shared.
subFormName - Variable in class net.infordata.ifw2.web.tags.KeyActionTag.Key
 
submit(String, String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
submit(String, Boolean, String, String, String, String, String, String, Integer, Integer, String) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
submit(String, Boolean, String, String, String, String, Integer) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
submit(String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
 
submit(String, Boolean, String, String, String, String, String, String, Integer, Integer, String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
use Bnds.submit(String) instead.
submit(String, Boolean, String, String, String, String, Integer) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
use Bnds.submit(String) instead.
SubmitTag - Class in net.infordata.ifw2.web.tags
 
SubmitTag() - Constructor for class net.infordata.ifw2.web.tags.SubmitTag
 
SubmitTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
SubmitTag.ECSBaseAdapter(String, String) - Constructor for class net.infordata.ifw2.web.tags.SubmitTag.ECSBaseAdapter
 
SubmitTag.ECSBndsAdapter - Class in net.infordata.ifw2.web.tags
 
SubmitTag.ECSBndsAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.SubmitTag.ECSBndsAdapter
 
submitTask(ExecutorService, Callable<T>, TaskInfo) - Method in class net.infordata.ifw2.web.ctrl.FlowContext
Concurrent Tasks submitted through this method can safely use LocaleContext and SecurityContext.
Only one task at time per FlowContext is permitted.
submitTask(ExecutorService, Callable<T>, TaskInfo, ITaskCallback<T>) - Method in class net.infordata.ifw2.web.ctrl.FlowContext
Concurrent Tasks submitted through this method can safely use LocaleContext and SecurityContext.
Only one task at time per FlowContext is permitted.
User is blocked until the task ends by using a modal-dialog.
submitTask(Callable<T>, TaskInfo) - Method in class net.infordata.ifw2.web.ctrl.FlowContext
submitTask(Callable<T>, TaskInfo, ITaskCallback<T>) - Method in class net.infordata.ifw2.web.ctrl.FlowContext
see #submitTask(ExecutorService, Callable, TaskInfo, IDialogCallback)
swapRows(int, int) - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
 
swapRows(int, int) - Method in interface net.infordata.ifw2.web.grds.IOrderedGridModel
Swaps the given rows, care should be taken to restore the current row.
swapRows(int, int) - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
swapRows(int, int) - Method in class net.infordata.ifw2.web.grds.PojoGridModel
 
sync() - Method in class net.infordata.ifw2.web.grds.APojoCrossModel
 
sync() - Method in class net.infordata.ifw2.web.grds.APojoEditableDataGridModel
Keeps the internal IForm and the internal IGridModel in sync.
sync() - Method in class net.infordata.ifw2.web.grds.APojoEditableGridModel
Keeps the internal IForm and the internal IGridModel in sync.
sync() - Method in class net.infordata.ifw2.web.grds.APojoGridModel
 
sync() - Method in class net.infordata.ifw2.web.grds.DataGridModelAdapter
 
sync() - Method in interface net.infordata.ifw2.web.grds.IGridModel
Called by the framework just before displaying the AGridFlow.
Here is where the model can, as an example, ensure that depending sub models are synchronized or to restore data after a serialization.
Keep in mind that after synchronizing the model internal state can be changed.
sync() - Method in class net.infordata.ifw2.web.grds.MultiSelectionGridFlow.Model
 
sync() - Method in class net.infordata.ifw2.web.grds.PojoDataGridModel
 
sync() - Method in class net.infordata.ifw2.web.grds.PojoGridModel
 
sync() - Method in class net.infordata.ifw2.web.grds.PojoGroupingModel
 
sync() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
Keeps the internal IForm and the internal IGridModel in sync.
sync() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableGridModel
Keeps the internal IForm and the internal IGridModel in sync.
sync() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
sync() - Method in class net.infordata.ifw2.web.jpa.AJpaGridModel
 

T

Tabbed_jsp - Class in net.infordata.ifw2.web.jsp
 
Tabbed_jsp() - Constructor for class net.infordata.ifw2.web.jsp.Tabbed_jsp
 
Tabbed_jsp - Class in net.infordata.ifw2.web.jsp7
 
Tabbed_jsp() - Constructor for class net.infordata.ifw2.web.jsp7.Tabbed_jsp
 
TabbedFlow - Class in net.infordata.ifw2.web
 
TabbedFlow() - Constructor for class net.infordata.ifw2.web.TabbedFlow
 
TabInfo - Class in net.infordata.ifw2.web
Default implementation of the ITab interface.
TabInfo(String) - Constructor for class net.infordata.ifw2.web.TabInfo
 
TaskBox_jsp - Class in net.infordata.ifw2.web.jsp
 
TaskBox_jsp() - Constructor for class net.infordata.ifw2.web.jsp.TaskBox_jsp
 
TaskBox_jsp - Class in net.infordata.ifw2.web.jsp7
 
TaskBox_jsp() - Constructor for class net.infordata.ifw2.web.jsp7.TaskBox_jsp
 
TaskBoxFlow<T> - Class in net.infordata.ifw2.web
This IFlow can be used to track background task progress through the TaskFuture class.
If used as a modal dialog then the dialog itself is automatically closed when the task ends.
TaskBoxFlow(IRenderer, TaskFuture<T>) - Constructor for class net.infordata.ifw2.web.TaskBoxFlow
 
TaskBoxFlow(TaskFuture<T>) - Constructor for class net.infordata.ifw2.web.TaskBoxFlow
 
TaskBoxFlow(IRenderer) - Constructor for class net.infordata.ifw2.web.TaskBoxFlow
 
TaskBoxFlow() - Constructor for class net.infordata.ifw2.web.TaskBoxFlow
 
TaskBoxFlow.MinimizeAction - Class in net.infordata.ifw2.web
 
TaskBoxFlow.MinimizeAction() - Constructor for class net.infordata.ifw2.web.TaskBoxFlow.MinimizeAction
 
TaskBoxFlow.RefreshAction - Class in net.infordata.ifw2.web
 
TaskBoxFlow.RefreshAction() - Constructor for class net.infordata.ifw2.web.TaskBoxFlow.RefreshAction
 
TaskContext - Class in net.infordata.ifw2.web.ctrl
This context is accessible from any Runnable or Callable started through the FlowContext.submitTask(Callable, TaskInfo) methods.
It is used to report task progress notifications or to acquire/release the Lock shared with the user requests serving thread.
Keep in mind that lock is automatically acquired on task startup, use TaskContext.unlock() as soon as the Task executes a long running operation that does not directly modifies shared data, such as a jpa query, and TaskContext.lock() before changing shared data.
TaskContext() - Constructor for class net.infordata.ifw2.web.ctrl.TaskContext
 
TaskExecutor - Class in net.infordata.ifw2.web.ctrl
 
TaskExecutor.Memento - Class in net.infordata.ifw2.web.ctrl
 
TaskExecutor.MementoFactory - Class in net.infordata.ifw2.web.ctrl
 
TaskExecutor.MementoFactory() - Constructor for class net.infordata.ifw2.web.ctrl.TaskExecutor.MementoFactory
 
TaskFuture<T> - Class in net.infordata.ifw2.web.ctrl
Not really serializable, just to be used as local final variable.
TaskInfo - Class in net.infordata.ifw2.web.ctrl
 
TaskInfo(String, int) - Constructor for class net.infordata.ifw2.web.ctrl.TaskInfo
 
TaskInfo(String) - Constructor for class net.infordata.ifw2.web.ctrl.TaskInfo
 
TaskInfo() - Constructor for class net.infordata.ifw2.web.ctrl.TaskInfo
 
TaskStep - Class in net.infordata.ifw2.web.ctrl
 
TaskStep(String) - Constructor for class net.infordata.ifw2.web.ctrl.TaskStep
 
TaskStep(String, String, MessageTypeEnum, int) - Constructor for class net.infordata.ifw2.web.ctrl.TaskStep
 
TaskStep(String, String, int) - Constructor for class net.infordata.ifw2.web.ctrl.TaskStep
 
tbody(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
tbody(String, Boolean, Boolean, String, String) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.tbody(String) instead
TBodyTag - Class in net.infordata.ifw2.web.tags
 
TBodyTag() - Constructor for class net.infordata.ifw2.web.tags.TBodyTag
 
TBodyTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
TBodyTag.ECSBaseAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.TBodyTag.ECSBaseAdapter
 
Template_jsp - Class in net.infordata.ifw2.web.jsp
 
Template_jsp() - Constructor for class net.infordata.ifw2.web.jsp.Template_jsp
 
Template_jsp - Class in net.infordata.ifw2.web.jsp7
 
Template_jsp() - Constructor for class net.infordata.ifw2.web.jsp7.Template_jsp
 
text(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
text(String, Boolean, String, String, String, Integer, Integer, Integer, Integer, String, Boolean, Boolean, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.text(String) instead.
text(String, Boolean, String, Integer, Integer, Integer) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.text(String) instead.
text(String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
 
text(String, Boolean, String, String, Integer, Integer, Integer, Integer, String, Boolean, Boolean, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
use Bnds.text(String) instead.
text(String, Boolean, Integer, Integer, Integer) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
use Bnds.text(String) instead.
textArea(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
textArea(String, Boolean, String, String, String, Integer, Integer, Integer, Integer, String, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.text(String) instead.
textArea(String, Boolean, String, Integer, Integer, Integer) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.text(String) instead.
textArea(String) - Static method in class net.infordata.ifw2.web.ecs.Bnds
 
textArea(String, Boolean, String, String, Integer, Integer, Integer, Integer, String, Boolean) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
textArea(String, Boolean, Integer, Integer, Integer) - Static method in class net.infordata.ifw2.web.ecs.Bnds
Deprecated.
TextAreaTag - Class in net.infordata.ifw2.web.tags
 
TextAreaTag() - Constructor for class net.infordata.ifw2.web.tags.TextAreaTag
 
TextAreaTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
TextAreaTag.ECSBaseAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.TextAreaTag.ECSBaseAdapter
 
TextAreaTag.ECSBndsAdapter - Class in net.infordata.ifw2.web.tags
 
TextAreaTag.ECSBndsAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.TextAreaTag.ECSBndsAdapter
 
TextField - Class in net.infordata.ifw2.web.form
 
TextField() - Constructor for class net.infordata.ifw2.web.form.TextField
 
TextField(String) - Constructor for class net.infordata.ifw2.web.form.TextField
 
TextTag - Class in net.infordata.ifw2.web.tags
 
TextTag() - Constructor for class net.infordata.ifw2.web.tags.TextTag
 
TextTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
TextTag.ECSBaseAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.TextTag.ECSBaseAdapter
 
TextTag.ECSBndsAdapter - Class in net.infordata.ifw2.web.tags
 
TextTag.ECSBndsAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.TextTag.ECSBndsAdapter
 
TmpByteArrayOutputStream - Class in net.infordata.ifw2.util
Classe utilizzata per recuperare il buffer interno.
TmpByteArrayOutputStream() - Constructor for class net.infordata.ifw2.util.TmpByteArrayOutputStream
 
TmpByteArrayOutputStream(int) - Constructor for class net.infordata.ifw2.util.TmpByteArrayOutputStream
 
toActionParam() - Method in class net.infordata.ifw2.web.tags.KeyActionTag.Key
 
toByteArray() - Method in class net.infordata.ifw2.util.TmpByteArrayOutputStream
 
toCharArray() - Method in class net.infordata.ifw2.web.util.CharArrayWriter
 
toHex(byte) - Static method in class net.infordata.ifw2.util.Util
Converts byte to hexadecimal string rappresentation
toInt(byte) - Static method in class net.infordata.ifw2.util.Util
Converts byte to int without sign
toPName(Attribute<?, ?>, Attribute<?, ?>, Attribute<?, ?>...) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
toProperty(Attribute<T, ?>, Attribute<?, ?>...) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
toProperty(Attribute<T, ?>, String) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
toProperty(Attribute<T, ?>, Attribute<?, ?>, String) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
toProperty(Attribute<T, ?>, Attribute<?, ?>, Attribute<?, ?>, String) - Static method in class net.infordata.ifw2.web.jpa.JpaUtil
 
toPropertyName(ConstraintViolation<?>) - Static method in class net.infordata.ifw2.util.ValidatorUtil
 
toString() - Method in class net.infordata.ifw2.msgs.ExceptionMessage
 
toString() - Method in class net.infordata.ifw2.msgs.SimpleMessage
 
toString() - Method in class net.infordata.ifw2.props.BaseProperty
 
toString() - Method in class net.infordata.ifw2.props.ClassInfo
 
toString() - Method in class net.infordata.ifw2.props.CompositeProperty
 
toString() - Method in class net.infordata.ifw2.util.CompositeKey
 
toString() - Method in class net.infordata.ifw2.util.FSFile
 
toString() - Method in class net.infordata.ifw2.util.RAMFile
 
toString() - Method in class net.infordata.ifw2.util.URLFile
 
toString() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsDialogFlow
 
toString() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsFlowComponent
 
toString() - Method in class net.infordata.ifw2.web.ctrl.Flow.AsFlowState
 
toString() - Method in class net.infordata.ifw2.web.ctrl.Flow
 
toString() - Method in class net.infordata.ifw2.web.ctrl.FlowEndState
 
toString() - Method in class net.infordata.ifw2.web.ctrl.FlowState
 
toString() - Method in class net.infordata.ifw2.web.ctrl.RawActionInfo
 
toString() - Method in class net.infordata.ifw2.web.ctrl.TaskInfo
 
toString() - Method in class net.infordata.ifw2.web.ctrl.TaskStep
 
toString() - Method in class net.infordata.ifw2.web.mpart.UploadedFile
 
toString() - Method in class net.infordata.ifw2.web.view.ContentPart
 
tr(String) - Static method in class net.infordata.ifw2.web.ecs.Base
 
tr(String, Boolean, Boolean, String, String) - Static method in class net.infordata.ifw2.web.ecs.Base
Deprecated.
use Base.tr(String) instead.
TreeGrid_jsp - Class in net.infordata.ifw2.web.jsp
 
TreeGrid_jsp() - Constructor for class net.infordata.ifw2.web.jsp.TreeGrid_jsp
 
TreeGrid_jsp - Class in net.infordata.ifw2.web.jsp7
 
TreeGrid_jsp() - Constructor for class net.infordata.ifw2.web.jsp7.TreeGrid_jsp
 
TreeGridFlow - Class in net.infordata.ifw2.web.grds
An IBndsFlow normally used as IFlowComponent to provide a tree/grid like visualization of an ITreeGridModel.
TreeGridFlow(ITreeGridModel, String...) - Constructor for class net.infordata.ifw2.web.grds.TreeGridFlow
 
TrTag - Class in net.infordata.ifw2.web.tags
 
TrTag() - Constructor for class net.infordata.ifw2.web.tags.TrTag
 
TrTag.ECSBaseAdapter - Class in net.infordata.ifw2.web.tags
 
TrTag.ECSBaseAdapter(String) - Constructor for class net.infordata.ifw2.web.tags.TrTag.ECSBaseAdapter
 
TxtResponseWrapper - Class in net.infordata.ifw2.web.util
 
TxtResponseWrapper(HttpServletResponse) - Constructor for class net.infordata.ifw2.web.util.TxtResponseWrapper
 

U

UID_SEPARATOR - Static variable in class net.infordata.ifw2.web.view.ContentPart
 
unlock() - Method in class net.infordata.ifw2.web.ctrl.TaskContext
unselect(S) - Method in class net.infordata.ifw2.web.MultiSelectionListFlow
 
unselect(S) - Method in class net.infordata.ifw2.web.PojoMultiSelectionListFlow
 
updateModel() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel.BuilderResult
 
UploadedFile - Class in net.infordata.ifw2.web.mpart
A class to hold information about an uploaded file.
URLFile - Class in net.infordata.ifw2.util
A class to hold information about a file accessed via URL.
URLFile(URL) - Constructor for class net.infordata.ifw2.util.URLFile
 
Util - Class in net.infordata.ifw2.util
 
Util.Iterator2Enumeration<T> - Class in net.infordata.ifw2.util
 
Util.Iterator2Enumeration(Iterator<T>) - Constructor for class net.infordata.ifw2.util.Util.Iterator2Enumeration
 

V

validate(String, String...) - Method in class net.infordata.ifw2.web.bnds.Form
Deprecated.
 
validate(String, String...) - Method in interface net.infordata.ifw2.web.bnds.IForm
 
validate(String, String...) - Method in class net.infordata.ifw2.web.form.ActionsForm
 
validate() - Method in class net.infordata.ifw2.web.form.AField
 
validate(String, String...) - Method in interface net.infordata.ifw2.web.form.AForm
 
validate(IFormView, String...) - Method in class net.infordata.ifw2.web.form.AFormValidatorWrapper
 
validate(IFormView, String...) - Method in class net.infordata.ifw2.web.form.APojoFormValidator
 
validate(IFormView, String...) - Method in class net.infordata.ifw2.web.form.APojoLookupValidator
 
validate(String, String...) - Method in class net.infordata.ifw2.web.form.Form
The default implementation uses #validateImpl(String).
An Form.isShadow() does not trigger any validation and returns always true.
validate(String, String...) - Method in class net.infordata.ifw2.web.form.FormRef
 
validate(IFormView, String...) - Method in interface net.infordata.ifw2.web.form.IFormValidator
 
validate(IFormView, String...) - Method in class net.infordata.ifw2.web.form.InRangeValidator
 
validate(String, boolean, String...) - Method in interface net.infordata.ifw2.web.form.IPojoForm
If the form is valid and not #isShadow() and not IForm.isReadOnly() then field values are moved to the relative pojo properties and the result of #validatePojo() is returned.
validate(String, String...) - Method in class net.infordata.ifw2.web.form.PojoForm
See #validate(String, boolean) (false for the syncPojoEvenWithErrors parameter).
validate(String, boolean, String...) - Method in class net.infordata.ifw2.web.form.PojoForm
If the form is valid and not PojoForm.isShadow() and not Form.isReadOnly() then field values are moved to the relative pojo properties and the result of PojoForm.validatePojo() is returned.
validate(String, boolean, String...) - Method in class net.infordata.ifw2.web.form.PojoFormRef
 
validate(IFormView, String...) - Method in class net.infordata.ifw2.web.form.RangeValidator
 
validate(IFormView, String...) - Method in class net.infordata.ifw2.web.jpa.AJpaUniquenessValidator
 
ValidatorUtil - Class in net.infordata.ifw2.util
 
valueChangedIndicator() - Method in class net.infordata.ifw2.web.bnds.ActionInfo
 
valueOf(String) - Static method in enum net.infordata.ifw2.msgs.MessageTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.infordata.ifw2.web.bnds.KeyEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.infordata.ifw2.web.bnds.MouseEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.infordata.ifw2.web.ctrl.FieldEventEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.infordata.ifw2.web.DialogIconEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.infordata.ifw2.web.DialogResultEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.infordata.ifw2.web.grds.FastEditEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.infordata.ifw2.web.LookupMoveEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.infordata.ifw2.web.util.Alignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.infordata.ifw2.web.view.PopupPreferredPos
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.infordata.ifw2.msgs.MessageTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.infordata.ifw2.web.bnds.KeyEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.infordata.ifw2.web.bnds.MouseEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.infordata.ifw2.web.ctrl.FieldEventEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.infordata.ifw2.web.DialogIconEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.infordata.ifw2.web.DialogResultEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.infordata.ifw2.web.grds.FastEditEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.infordata.ifw2.web.LookupMoveEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.infordata.ifw2.web.util.Alignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.infordata.ifw2.web.view.PopupPreferredPos
Returns an array containing the constants of this enum type, in the order they are declared.

W

WEBUtil - Class in net.infordata.ifw2.web.util
 
wrap(String, int) - Static method in class net.infordata.ifw2.util.Util
Wraps a string until the given length preserving words.
WrapBodyTag - Class in net.infordata.ifw2.web.view
Parent class for all tags which are used to wrap jsp regions in a ContentPart.
WrapBodyTag() - Constructor for class net.infordata.ifw2.web.view.WrapBodyTag
 
WrappingRenderer - Class in net.infordata.ifw2.web.view
A renderer which delegates rendering to the ctor provided renderer.
If it is null simply a dummy span is rendered.
WrappingRenderer(String, IRenderer) - Constructor for class net.infordata.ifw2.web.view.WrappingRenderer
 
WrappingRenderer(String, IRenderer, boolean) - Constructor for class net.infordata.ifw2.web.view.WrappingRenderer
 
wrapShadowContent(String) - Static method in class net.infordata.ifw2.web.view.ContentPart
A shadow content is a piece of a content part which is served to the client but it is not included in the digest used to detect changes ie.
WrapTag - Class in net.infordata.ifw2.web.view
 
WrapTag() - Constructor for class net.infordata.ifw2.web.view.WrapTag
 
write(char[], int, int) - Method in class net.infordata.ifw2.util.NullWriter
 
write(char[]) - Method in class net.infordata.ifw2.util.NullWriter
 
write(int) - Method in class net.infordata.ifw2.util.NullWriter
 
write(String, int, int) - Method in class net.infordata.ifw2.util.NullWriter
 
write(String) - Method in class net.infordata.ifw2.util.NullWriter
 

Y

yieldLock() - Method in class net.infordata.ifw2.web.ctrl.TaskContext
Should be called by the task to let the web-container thread do its job.
Call it often and when there is a consistent state.
Lock is automatically re-acquired.
It makes sense if a TaskContext.lock() has been taken.

Z

zoomIn() - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
zoomIn() - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
The current node becomes the new root.
zoomIn() - Method in interface net.infordata.ifw2.web.jpa.IJpaFolderModel
The current node becomes the new root.
zoomOut(int) - Method in class net.infordata.ifw2.web.jpa.AJpaEditableFolderModel
 
zoomOut(int) - Method in class net.infordata.ifw2.web.jpa.AJpaFolderModel
 
zoomOut(int) - Method in interface net.infordata.ifw2.web.jpa.IJpaFolderModel
 

_

_jspDestroy() - Method in class net.infordata.ifw2.web.jsp.Calendar_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp.DataGrid_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp.DialogBox_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp.ECSRenderer_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp.EditableGrid_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp.Error_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp.MenuBar_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp.MessageArea_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp.ModalFooter_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp.PopupMenu_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp.Tabbed_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp.TaskBox_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp.Template_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp.TreeGrid_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp7.Calendar_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp7.DataGrid_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp7.DialogBox_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp7.ECSRenderer_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp7.EditableGrid_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp7.Error_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp7.MenuBar_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp7.MessageArea_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp7.ModalFooter_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp7.PopupMenu_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp7.Tabbed_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp7.TaskBox_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp7.Template_jsp
 
_jspDestroy() - Method in class net.infordata.ifw2.web.jsp7.TreeGrid_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp.Calendar_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp.DataGrid_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp.DialogBox_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp.ECSRenderer_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp.EditableGrid_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp.Error_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp.MenuBar_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp.MessageArea_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp.ModalFooter_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp.PopupMenu_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp.Tabbed_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp.TaskBox_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp.Template_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp.TreeGrid_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp7.Calendar_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp7.DataGrid_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp7.DialogBox_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp7.ECSRenderer_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp7.EditableGrid_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp7.Error_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp7.MenuBar_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp7.MessageArea_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp7.ModalFooter_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp7.PopupMenu_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp7.Tabbed_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp7.TaskBox_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp7.Template_jsp
 
_jspInit() - Method in class net.infordata.ifw2.web.jsp7.TreeGrid_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp.Calendar_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp.DataGrid_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp.DialogBox_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp.ECSRenderer_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp.EditableGrid_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp.Error_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp.MenuBar_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp.MessageArea_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp.ModalFooter_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp.PopupMenu_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp.Tabbed_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp.TaskBox_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp.Template_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp.TreeGrid_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp7.Calendar_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp7.DataGrid_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp7.DialogBox_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp7.ECSRenderer_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp7.EditableGrid_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp7.Error_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp7.MenuBar_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp7.MessageArea_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp7.ModalFooter_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp7.PopupMenu_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp7.Tabbed_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp7.TaskBox_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp7.Template_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class net.infordata.ifw2.web.jsp7.TreeGrid_jsp
 
_service(ServletContext, FlowRequestHandler.RequestWrapper, HttpServletResponse, Map<String, UploadedFile>, int) - Method in class net.infordata.ifw2.web.ctrl.FlowRequestHandler

What happens here is strictly related to JavaScript code from Client.js.
A B C D E F G H I J K L M N O P R S T U V W Y Z _