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 TypeMethodDescriptionvoidFIXGRIDListBinding.listChanged(IListWithChangeIndex list) Used internally.voidFIXGRIDListBinding.listItemWasAdded(IListWithChangeIndex list, Object concreteItem) voidFIXGRIDListBinding.listItemWasRemoved(IListWithChangeIndex list, Object concreteItem) voidFIXGRIDListBinding.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 TypeClassDescriptionclassArray list that is a direct extension of ArrayList.Methods in org.eclnt.jsfserver.util with parameters of type IListWithChangeIndexModifier and TypeMethodDescriptionvoidIListWithChangeIndexListener.listChanged(IListWithChangeIndex list) voidIListWithChangeIndexListener.listItemWasAdded(IListWithChangeIndex list, Object concreteItem) voidIListWithChangeIndexListener.listItemWasRemoved(IListWithChangeIndex list, Object concreteItem)