Package | Description |
---|---|
com.caplin.motif.fx.blotter |
Parent package with classes that relate to blotters.
|
com.caplin.motif.fx.blotter.cache |
Contains classes relating to the cached blotter provider API.
|
com.caplin.motif.fx.blotter.message |
Messages that can be sent for structural blotter changes and blotter items.
|
Modifier and Type | Method and Description |
---|---|
FXBlotterItemMessage |
ContainerAction.getMessage()
Gets the message this action relates to, or null if no message was passed.
|
Modifier and Type | Method and Description |
---|---|
void |
FXBlotterItemPublisher.publish(FXBlotterItemMessage message)
Should be used to publish the
FXBlotterItemMessage , which represents a record in the blotter, and all
its field data. |
void |
FXCachedBlotterPublisherImpl.publishItem(FXBlotterItemMessage itemMessage) |
Constructor and Description |
---|
ContainerAction(ContainerAction.ContainerActionType actionType,
String itemId,
String subject,
FXBlotterItemMessage message)
Used when we want to perform an action on a specific message.
|
Modifier and Type | Method and Description |
---|---|
FXBlotterItemMessage |
BlotterItemCache.get(String itemId) |
Modifier and Type | Method and Description |
---|---|
List<FXBlotterItemMessage> |
FXCachedBlotterMessage.getMessages()
Returns a list of
FXBlotterItemMessage which represent the Record
Messages added to this Message. |
Modifier and Type | Method and Description |
---|---|
void |
BlotterItemCache.add(FXBlotterItemMessage message) |
void |
FXCachedBlotterMessage.addItem(FXBlotterItemMessage message)
Use
FXCachedBlotterMessage.newItemBuilder(String) or FXCachedBlotterMessage.copyOf(MessageFactory) to create the FXBlotterItemMessage
to be passed into this method. |
boolean |
BlotterItemCache.isRequested(FXBlotterItemMessage message) |
void |
FXCachedBlotterPublisher.publishItem(FXBlotterItemMessage itemMessage)
Sends an update for a Blotter Record Item.
|
void |
FXCachedBlotterMessage.removeItem(FXBlotterItemMessage message)
Removes the item from the Blotter.
|
void |
BlotterItemCache.setRequested(FXBlotterItemMessage message,
boolean isRequested) |
Modifier and Type | Method and Description |
---|---|
void |
BlotterItemCache.addAll(List<FXBlotterItemMessage> messages) |
Modifier and Type | Class and Description |
---|---|
class |
ActivityItemMessage
Instances of this class represent a Record Item for the Activity Blotter
|
class |
ExecutionItemMessage
Instances of this class represent a Record Item for the Execution Blotter
|
class |
FXBaseBlotterItemMessage
An instance of this class represents a Record Item, in a Container.
|
class |
HistoricItemMessage
Instances of this class represent a Record Item for the Historic Blotter
|
class |
OrderItemMessage
Instances of this class represent a Record Item for the Order Blotter
|
Modifier and Type | Method and Description |
---|---|
FXBlotterItemMessage |
FXBlotterItemMessage.copyOf(com.caplin.datasource.messaging.MessageFactory factory)
Creates a new object with the same state as this object.
|
Modifier and Type | Method and Description |
---|---|
<T extends BlotterMessageBuilder> |
FXBlotterItemMessageFactory.builderFromMessage(FXBlotterItemMessage originalMessage,
String username,
String itemId)
Returns the builder for the
FXBlotterItemMessage , which represents the Record item. |
Copyright © 2015 Caplin Systems.