Uses of Interface
org.eclnt.jsfserver.util.IListWithChangeIndex
Packages that use IListWithChangeIndex
-
Uses of IListWithChangeIndex in org.eclnt.jsfserver.elements.impl
Methods in org.eclnt.jsfserver.elements.impl that return IListWithChangeIndexModifier and TypeMethodDescriptionprotected IListWithChangeIndex<ItemClass>
FIXGRIDListBinding.createItems()
Factory method for creating the item object that is internally used when the FIXGRIDListBinding object is created.Methods in org.eclnt.jsfserver.elements.impl with parameters of type IListWithChangeIndexModifier and TypeMethodDescriptionvoid
FIXGRIDListBinding.listChanged
(IListWithChangeIndex list) Used internally.void
FIXGRIDListBinding.listItemWasAdded
(IListWithChangeIndex list, Object concreteItem) void
FIXGRIDListBinding.listItemWasRemoved
(IListWithChangeIndex list, Object concreteItem) void
FIXGRIDListBinding.setItems
(IListWithChangeIndex<ItemClass> items) The original item list can be changed during the lifecycle of FIXGRIDListBinding by passing a new instance via this method. -
Uses of IListWithChangeIndex in org.eclnt.jsfserver.util
Classes in org.eclnt.jsfserver.util that implement IListWithChangeIndexModifier and TypeClassDescriptionclass
Array list that is a direct extension of ArrayList.Methods in org.eclnt.jsfserver.util with parameters of type IListWithChangeIndexModifier and TypeMethodDescriptionvoid
IListWithChangeIndexListener.listChanged
(IListWithChangeIndex list) void
IListWithChangeIndexListener.listItemWasAdded
(IListWithChangeIndex list, Object concreteItem) void
IListWithChangeIndexListener.listItemWasRemoved
(IListWithChangeIndex list, Object concreteItem)