Package | Description |
---|---|
com.codename1.rad.models |
This package contains classes for CodeRAD models, such as
Entity , Property , and Tag . |
Modifier and Type | Class and Description |
---|---|
static class |
EntityList.EntityAddedEvent
Event fired after an item is added to the list.
|
static class |
EntityList.EntityRemovedEvent
Event fired after an item is removed from the list.
|
static class |
EntityList.VetoableEntityAddedEvent
Event fired before an item is added to the list.
|
static class |
EntityList.VetoableEntityEvent
A type of entity event which is fired before the add/remove occurs, and allows
the listener to veto/cancel the add/remove.
|
static class |
EntityList.VetoableEntityRemovedEvent
Event fired before an item is removed from the list.
|
Modifier and Type | Method and Description |
---|---|
EntityList.EntityEvent |
EntityList.TransactionEvent.get(int index)
Gets the add or remove event at the given index.
|
Modifier and Type | Method and Description |
---|---|
Iterator<EntityList.EntityEvent> |
EntityList.TransactionEvent.iterator()
Iterator to iterate over the add/remove events within this transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityList.TransactionEvent.addEvent(EntityList.EntityEvent evt)
Adds an event to the transaction.
|
void |
EntityList.TransactionEvent.removeEvent(EntityList.EntityEvent evt)
Removes an event from the transaction.
|
Copyright © 2021. All Rights Reserved.