|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommitTrigger | |
---|---|
org.springframework.binding.value.support | Supporting value model and value holder implementations. |
org.springframework.richclient.text |
Uses of CommitTrigger in org.springframework.binding.value.support |
---|
Methods in org.springframework.binding.value.support that return CommitTrigger | |
---|---|
CommitTrigger |
BufferedValueModel.getCommitTrigger()
Returns the CommitTrigger that is used to trigger commit and flush events. |
Methods in org.springframework.binding.value.support with parameters of type CommitTrigger | |
---|---|
void |
BufferedValueModel.setCommitTrigger(CommitTrigger commitTrigger)
Sets the CommitTrigger that triggers the commit and flush events. |
Constructors in org.springframework.binding.value.support with parameters of type CommitTrigger | |
---|---|
BufferedValueModel(ValueModel wrappedModel,
CommitTrigger commitTrigger)
Constructs a BufferedValueHolder that wraps the given wrappedModel
and listens to the provided commitTrigger for commit and revert events. |
Uses of CommitTrigger in org.springframework.richclient.text |
---|
Methods in org.springframework.richclient.text with parameters of type CommitTrigger | |
---|---|
static void |
TextComponentPopup.attachPopup(JTextComponent textComponent,
CommitTrigger resetUndoHistoryTrigger)
|
Constructors in org.springframework.richclient.text with parameters of type CommitTrigger | |
---|---|
TextComponentPopup(JTextComponent textComponent,
CommitTrigger resetUndoHistoryTrigger)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |