| Package | Description |
|---|---|
| org.eclnt.jsfserver.elements.impl | |
| org.eclnt.jsfserver.util |
| Modifier and Type | Method and Description |
|---|---|
protected IListWithChangeIndex<ItemClass> |
FIXGRIDListBinding.createItems()
Factory method for creating the item object that is internally used when the
FIXGRIDListBinding object is created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FIXGRIDListBinding.listChanged(IListWithChangeIndex list)
Used internally.
|
void |
FIXGRIDListBinding.listItemWasAdded(IListWithChangeIndex list,
java.lang.Object concreteItem) |
void |
FIXGRIDListBinding.listItemWasRemoved(IListWithChangeIndex list,
java.lang.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayListWithChangeIndex<T>
Array list that is a direct extension of ArrayList.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IListWithChangeIndexListener.listChanged(IListWithChangeIndex list) |
void |
IListWithChangeIndexListener.listItemWasAdded(IListWithChangeIndex list,
java.lang.Object concreteItem) |
void |
IListWithChangeIndexListener.listItemWasRemoved(IListWithChangeIndex list,
java.lang.Object concreteItem) |
Copyright © CaptainCasa Gmbh. All Rights Reserved.