public class DefaultFormContext extends java.lang.Object implements FormContextI, java.lang.Cloneable, TransactionListenerI, DBManEventListenerI, SaveBOListenerI
Constructor and Description |
---|
DefaultFormContext(ClientContextI _ctx,
BO _bo) |
DefaultFormContext(ClientContextI _ctx,
BO _bo,
javax.swing.JRootPane _jRootPane) |
DefaultFormContext(ClientContextI _ctx,
BO _bo,
javax.swing.JRootPane _jRootPane,
DBManEventProviderI _eventProvider) |
Modifier and Type | Method and Description |
---|---|
BO |
_getBO() |
void |
addFormContextListener(FormContextListenerI l) |
void |
addSubContext(FormContextI a) |
void |
afterSave() |
void |
appendThisAndAllSubContexts(java.util.List l) |
void |
beforeSave() |
boolean |
boWasChangedExternally() |
VisibilityI |
cacheVisibility(VisibilityI v)
caches the given value b but only if visibilityTransient is false and returns the passed value
|
void |
checkPoint()
Callback after a transaction has been arrived at a checkpoint, e.g. after being committed or has no
uncommitted changes anymore.
|
void |
clearCachedVisibility()
removes the cached value for PanelVisibility
|
void |
clearTransaction() |
void |
close() |
void |
closeAllSubContexts() |
FormContextI |
createSubFormContext() |
void |
debug(java.lang.String s) |
void |
debug(java.lang.String s,
java.lang.Throwable t) |
void |
disableConflictCheckDuringSave()
Don't ignore conflicts during saving anymore if previously enabled.
|
void |
enableConflictCheckDuringSave()
Enables conflict checking during save on the root context.
|
void |
fireViewChange() |
java.util.LinkedHashMap |
getAllActionsOfKind() |
java.util.LinkedHashMap |
getAllActionsOfKind(int kind) |
java.util.LinkedHashMap |
getAllActionsOfKind(int kind,
java.util.LinkedHashMap m) |
FormElementI |
getAt(java.lang.String n) |
Transaction.Savepoint |
getBeforeUserChangesSavepoint() |
BO |
getBO() |
BO |
getBO(boolean _synchronized) |
BOLoaderI |
getBOLoader() |
BO[] |
getBOs() |
ClientContextI |
getClientContext() |
javax.swing.JComponent |
getComponentToStallRefresh() |
ClientContextI |
getCtx() |
DBManEventProviderI |
getEventProvider() |
FormElementI |
getFormElement() |
java.awt.Component |
getIconContextObject() |
javax.swing.JRootPane |
getJRootPane() |
EntityI |
getLowestCommonDenominateEntity() |
FormElementI |
getNamedElement(java.lang.String n) |
FormContextI |
getParent() |
java.lang.String |
getPath() |
void |
getPath(java.lang.StringBuilder s) |
FormContextI |
getRoot()
Gets the Root-FormContextI which has no parent.
|
javax.swing.RootPaneContainer |
getRootPaneContainer() |
FormContextSaveHandlerI |
getSaveHandler() |
BeanShellScript |
getScript() |
java.util.Map |
getScriptParameters() |
FormContextI |
getSoleSubContext() |
java.util.List |
getSubContexts() |
java.util.Iterator |
getSubContextsIterator() |
FormContextI[] |
getThisAndAllSubContextsAsArray() |
Transaction |
getTransaction() |
VisibilityI |
getVisibility()
returns the cached value for PanelVisibility or null if visibilityTransient is true
|
boolean |
hasCachedVisibility() |
boolean |
hasScript() |
boolean |
hasUnsavedFormData() |
boolean |
hasUnsavedUserData() |
void |
initScript() |
void |
invalidateAllSubContextsCache() |
boolean |
isClosed() |
boolean |
isRoot() |
boolean |
isSyncEventHandlingPaused()
If true, then {link #sync()} calls for this element should be ignored, e.g. because the form is currently saving.
|
void |
mdiActivate(MDIElementI me) |
void |
mdiClose(MDIElementI me) |
void |
mdiDeactivate(MDIElementI me) |
void |
mdiOpen(MDIElementI me) |
void |
newProcOnEDT(long mostRecent)
Callback used by
newProcs(BOProc[]) after recorded changes into the Transaction. |
void |
newProcs(BOProc[] bps)
Callback for
Transaction#fireNewProcs after procs have been added
in the transaction used by this DefaultFormContext. |
void |
newUndo(BOProc bp) |
boolean |
pauseFiringNewProcs()
Creates a token to pause updating the GUI with changes in the Transaction for a while.
|
void |
postRefresh() |
void |
postRefresh(int from) |
void |
processDBManEvent(DBManEvent _event)
Invoked when a subscribed DBManEvent occurs.
|
void |
refreshBO(FormContextI _realFtx,
java.lang.String _propertyname,
boolean _transactionControl,
boolean _autoCreate,
electric.xml.Element _confRoot) |
boolean |
refreshForm() |
boolean |
refreshForm(boolean viewRefresh) |
boolean |
refreshForm(boolean viewRefresh,
boolean forceRefreshRelation) |
boolean |
refreshForm(boolean viewRefresh,
boolean forceRefreshRelation,
int from) |
void |
refreshForms()
Refreshes the form-parts that belong to this FormContextI and all subforms that belong to
any subcontext of this FormContextI.
|
void |
refreshForms(boolean forceRefreshRelation)
Refreshes the form-parts that belong to this FormContextI and all subforms that belong to
any subcontext of this FormContextI.
|
void |
refreshForms(boolean forceRefreshRelation,
int from)
Refreshes the form-parts that belong to this FormContextI and all subforms that belong to
any subcontext of this FormContextI.
|
void |
refreshForms(boolean forceRefreshRelation,
int from,
long onlyBOId)
Refreshes the form-parts that belong to this FormContextI and all subforms that belong to
any subcontext of this FormContextI.
|
void |
refreshForms(boolean forceRefreshRelation,
int from,
long onlyBOId,
long ifNotSince)
Refreshes the form-parts that belong to this FormContextI and all subforms that belong to
any subcontext of this FormContextI.
|
void |
refreshView()
Only refreshes the window titles and other 'outside' stuff, not the form itself or parts of it.
|
void |
removeAllFormContextListeners() |
void |
removeFormContextListener(FormContextListenerI l) |
void |
removeSubContext(FormContextI a) |
void |
resetBOWasChangedExternally() |
boolean |
resumeFiringNewProcs()
Resumes updates to the GUI after a previous call of pauseFiringNewProcs(),
unless updates are inh, due to changes in the Transaction for a while.
|
boolean |
saveFormData() |
boolean |
saveFormData(boolean willCloseRightAfter) |
void |
setBeforeUserChangesSavepoint(Transaction.Savepoint _sp) |
boolean |
setBO(BO _bo) |
void |
setBOLoader(BOLoaderI bol) |
void |
setCtx(ClientContextI $106) |
void |
setEditable(boolean b) |
void |
setEditable(boolean b,
boolean dontRefresh) |
void |
setEventProvider(DBManEventProviderI $108) |
void |
setFormElement(FormElementI $102) |
void |
setJRootPane(javax.swing.JRootPane $109) |
void |
setLowestCommonDenominateEntity(EntityI $101)
FormContextSaveHandler that doesn't ignore conflicts during saving.
|
void |
setNamedElement(java.lang.String n,
FormElementI e) |
void |
setParent(FormContextI $105) |
void |
setRootPaneContainer(javax.swing.RootPaneContainer $110) |
void |
setSaveHandler(FormContextSaveHandlerI $107) |
void |
setScript(BeanShellScript $103) |
void |
setScriptParameters(java.util.Map $104) |
void |
setTransaction(Transaction tx) |
void |
setVisibilityTransient()
marks this FormContextI as visibilityTransient, thus defecting cache of PanelVisibility-values
|
void |
startListeningNewProcs()
internal
|
void |
sync()
Synchronize the data of the form and the model
|
void |
toast(java.lang.String text) |
void |
toast(java.lang.String text,
int showDelay) |
void |
toastError(java.lang.String text) |
void |
toastError(java.lang.String text,
int showDelay) |
void |
transactionSaveSuccess(Transaction stubTx,
java.util.function.Predicate<Transaction> isSavedTransactionInstancePredicate)
Callback for implementing SaveBOListenerI.
|
boolean |
tryFocus() |
public DefaultFormContext(ClientContextI _ctx, BO _bo)
public DefaultFormContext(ClientContextI _ctx, BO _bo, javax.swing.JRootPane _jRootPane)
public DefaultFormContext(ClientContextI _ctx, BO _bo, javax.swing.JRootPane _jRootPane, DBManEventProviderI _eventProvider)
public java.awt.Component getIconContextObject()
getIconContextObject
in interface FormContextI
public void addFormContextListener(FormContextListenerI l)
addFormContextListener
in interface FormContextI
public void removeFormContextListener(FormContextListenerI l)
removeFormContextListener
in interface FormContextI
public void removeAllFormContextListeners()
removeAllFormContextListeners
in interface FormContextI
public void processDBManEvent(DBManEvent _event)
DBManEventListenerI
DBManBOChangeEvent
for events triggered after modification on BOs.processDBManEvent
in interface DBManEventListenerI
public boolean boWasChangedExternally()
boWasChangedExternally
in interface FormContextI
public void resetBOWasChangedExternally()
resetBOWasChangedExternally
in interface FormContextI
public void refreshView()
FormContextI
refreshView
in interface FormContextI
public void close()
close
in interface FormContextI
public boolean isClosed()
isClosed
in interface FormContextI
public FormContextI createSubFormContext()
createSubFormContext
in interface FormContextI
public void initScript()
initScript
in interface FormContextI
public boolean hasScript()
hasScript
in interface FormContextI
public BeanShellScript getScript()
getScript
in interface FormContextI
public void clearTransaction()
clearTransaction
in interface FormContextI
public void setTransaction(Transaction tx)
setTransaction
in interface FormContextI
public void startListeningNewProcs()
FormContextI
startListeningNewProcs
in interface FormContextI
public Transaction getTransaction()
getTransaction
in interface FormContextI
public void setBOLoader(BOLoaderI bol)
setBOLoader
in interface FormContextI
public BOLoaderI getBOLoader()
getBOLoader
in interface FormContextI
public boolean pauseFiringNewProcs()
FormContextI
pauseFiringNewProcs
in interface FormContextI
public boolean resumeFiringNewProcs()
FormContextI
resumeFiringNewProcs
in interface FormContextI
public boolean isSyncEventHandlingPaused()
FormContextI
isSyncEventHandlingPaused
in interface FormContextI
public void invalidateAllSubContextsCache()
invalidateAllSubContextsCache
in interface FormContextI
public void addSubContext(FormContextI a)
addSubContext
in interface FormContextI
public void removeSubContext(FormContextI a)
removeSubContext
in interface FormContextI
public java.util.List getSubContexts()
getSubContexts
in interface FormContextI
public FormContextI[] getThisAndAllSubContextsAsArray()
getThisAndAllSubContextsAsArray
in interface FormContextI
public void appendThisAndAllSubContexts(java.util.List l)
appendThisAndAllSubContexts
in interface FormContextI
public FormContextI getSoleSubContext()
public java.util.Iterator getSubContextsIterator()
getSubContextsIterator
in interface FormContextI
public void closeAllSubContexts()
public ClientContextI getClientContext()
public boolean isRoot()
isRoot
in interface FormContextI
public FormContextI getRoot()
getRoot
in interface FormContextI
public FormElementI getNamedElement(java.lang.String n)
getNamedElement
in interface FormContextI
public void setNamedElement(java.lang.String n, FormElementI e)
setNamedElement
in interface FormContextI
public FormElementI getAt(java.lang.String n)
getAt
in interface FormContextI
public EntityI getLowestCommonDenominateEntity()
getLowestCommonDenominateEntity
in interface FormContextI
public BO getBO()
getBO
in interface FormContextI
public BO getBO(boolean _synchronized)
getBO
in interface FormContextI
public BO _getBO()
public boolean setBO(BO _bo)
setBO
in interface FormContextI
public BO[] getBOs()
getBOs
in interface FormContextI
public DBManEventProviderI getEventProvider()
getEventProvider
in interface FormContextI
public Transaction.Savepoint getBeforeUserChangesSavepoint()
getBeforeUserChangesSavepoint
in interface FormContextI
public void setBeforeUserChangesSavepoint(Transaction.Savepoint _sp)
setBeforeUserChangesSavepoint
in interface FormContextI
public boolean hasUnsavedFormData()
hasUnsavedFormData
in interface FormContextI
public boolean hasUnsavedUserData()
hasUnsavedUserData
in interface FormContextI
public void sync()
FormContextI
sync
in interface FormContextI
public void beforeSave()
beforeSave
in interface FormContextI
public void afterSave()
afterSave
in interface FormContextI
public boolean refreshForm()
public boolean refreshForm(boolean viewRefresh)
public boolean refreshForm(boolean viewRefresh, boolean forceRefreshRelation)
public boolean refreshForm(boolean viewRefresh, boolean forceRefreshRelation, int from)
public void postRefresh()
public void postRefresh(int from)
public void refreshForms()
FormContextI
refreshForms
in interface FormContextI
public void refreshForms(boolean forceRefreshRelation)
FormContextI
refreshForms
in interface FormContextI
forceRefreshRelation
- a boolean which if passed as true forces tables representing
a relation to be refreshed if the displayed values do not match the current contents
of the displayed relation anymore. Defaults to false.public void refreshForms(boolean forceRefreshRelation, int from)
FormContextI
refreshForms
in interface FormContextI
forceRefreshRelation
- a boolean which if passed as true forces tables representing
a relation to be refreshed if the displayed values do not match the current contents
of the displayed relation anymore. Defaults to false.from
- an int representing the source of the refreshForms request; may be one of
FormElementI.REFRESH_FROM_USER
or FormElementI.REFRESH_FROM_TRANSACTION
;
defaults to FormElementI.REFRESH_FROM_USER
public void refreshForms(boolean forceRefreshRelation, int from, long onlyBOId)
FormContextI
refreshForms
in interface FormContextI
forceRefreshRelation
- a boolean which if passed as true forces tables representing
a relation to be refreshed if the displayed values do not match the current contents
of the displayed relation anymore. Defaults to false.from
- an int representing the source of the refreshForms request; may be one of
FormElementI.REFRESH_FROM_USER
or FormElementI.REFRESH_FROM_TRANSACTION
;
defaults to FormElementI.REFRESH_FROM_USER
onlyBOId
- a long, if specified and positive, the refresh will only be done for the
BO having the given Idpublic void refreshForms(boolean forceRefreshRelation, int from, long onlyBOId, long ifNotSince)
FormContextI
refreshForms
in interface FormContextI
forceRefreshRelation
- a boolean which if passed as true forces tables representing
a relation to be refreshed if the displayed values do not match the current contents
of the displayed relation anymore. Defaults to false.from
- an int representing the source of the refreshForms request; may be one of
FormElementI.REFRESH_FROM_USER
or FormElementI.REFRESH_FROM_TRANSACTION
;
defaults to FormElementI.REFRESH_FROM_USER
onlyBOId
- a long, if specified and positive, the refresh will only be done for the
BO having the given Id; defaults to 0ifNotSince
- a long specifying a point in time (in millis since epoch) that is taken
into account for deciding if a refresh should take place or not: a refresh will only be
done if the internally stored last refresh time is earlier/smaller than the given time;
defaults to System.currentTimeMillis()
public javax.swing.JComponent getComponentToStallRefresh()
public boolean tryFocus()
tryFocus
in interface FormContextI
public boolean saveFormData()
saveFormData
in interface FormContextI
with parameter false
public boolean saveFormData(boolean willCloseRightAfter)
saveFormData
in interface FormContextI
public void enableConflictCheckDuringSave()
<onBeforeSave language="groovy"><![CDATA[ ftx.enableConflictCheckDuringSave() ]]></onBeforeSave>
enableConflictCheckDuringSave
in interface FormContextI
public void disableConflictCheckDuringSave()
FormContextI
disableConflictCheckDuringSave
in interface FormContextI
public void fireViewChange()
public void mdiOpen(MDIElementI me)
mdiOpen
in interface FormContextI
public void mdiClose(MDIElementI me)
mdiClose
in interface FormContextI
public void mdiActivate(MDIElementI me)
mdiActivate
in interface FormContextI
public void mdiDeactivate(MDIElementI me)
mdiDeactivate
in interface FormContextI
public void newProcs(BOProc[] bps)
Transaction#fireNewProcs
after procs have been added
in the transaction used by this DefaultFormContext.
This method is probably called on the EDT during the middle of handling a setter.
Since data consistence cannot be guaranteed at this point, move the update phase to later.
(called via FPanel#sync -> FPanel#setBOValue -> ... -> BO#recordAdd -> Transaction#recordAdd)
All received bps are queued into newProcPendingForBO
, using newProcLock
as lock, so these changes can be accessed later on.newProcs
in interface TransactionListenerI
public void newProcOnEDT(long mostRecent)
newProcs(BOProc[])
after recorded changes into the Transaction.
Accesses newProcPendingForBO and updates the corresponding fields.public void newUndo(BOProc bp)
public void checkPoint()
TransactionListenerI
checkPoint
in interface TransactionListenerI
public java.util.LinkedHashMap getAllActionsOfKind()
public java.util.LinkedHashMap getAllActionsOfKind(int kind)
getAllActionsOfKind
in interface FormContextI
public java.util.LinkedHashMap getAllActionsOfKind(int kind, java.util.LinkedHashMap m)
public java.lang.String getPath()
getPath
in interface FormContextI
public void getPath(java.lang.StringBuilder s)
getPath
in interface FormContextI
public void setEditable(boolean b)
setEditable
in interface FormContextI
public void setEditable(boolean b, boolean dontRefresh)
setEditable
in interface FormContextI
public void refreshBO(FormContextI _realFtx, java.lang.String _propertyname, boolean _transactionControl, boolean _autoCreate, electric.xml.Element _confRoot)
refreshBO
in interface FormContextI
public void toastError(java.lang.String text)
toastError
in interface FormContextI
public void toastError(java.lang.String text, int showDelay)
toastError
in interface FormContextI
public void toast(java.lang.String text)
toast
in interface FormContextI
public void toast(java.lang.String text, int showDelay)
toast
in interface FormContextI
public void clearCachedVisibility()
clearCachedVisibility
in interface FormContextI
public VisibilityI cacheVisibility(VisibilityI v)
cacheVisibility
in interface FormContextI
public void setVisibilityTransient()
setVisibilityTransient
in interface FormContextI
public boolean hasCachedVisibility()
hasCachedVisibility
in interface FormContextI
public VisibilityI getVisibility()
getVisibility
in interface FormContextI
public void transactionSaveSuccess(Transaction stubTx, java.util.function.Predicate<Transaction> isSavedTransactionInstancePredicate)
transactionSaveSuccess
in interface SaveBOListenerI
stubTx
- a stub clone of the Transaction which may be used for reacting upon changesisSavedTransactionInstancePredicate
- a Predicate which may be called for checking if a local tx
is the same instance as the successfully saved Transaction and thus skipping any more processingpublic void debug(java.lang.String s)
public void debug(java.lang.String s, java.lang.Throwable t)
public void setLowestCommonDenominateEntity(EntityI $101)
setLowestCommonDenominateEntity
in interface FormContextI
public FormElementI getFormElement()
getFormElement
in interface FormContextI
public void setFormElement(FormElementI $102)
setFormElement
in interface FormContextI
public void setScript(BeanShellScript $103)
setScript
in interface FormContextI
public java.util.Map getScriptParameters()
getScriptParameters
in interface FormContextI
public void setScriptParameters(java.util.Map $104)
setScriptParameters
in interface FormContextI
public FormContextI getParent()
getParent
in interface FormContextI
public void setParent(FormContextI $105)
setParent
in interface FormContextI
public ClientContextI getCtx()
getCtx
in interface FormContextI
public void setCtx(ClientContextI $106)
public FormContextSaveHandlerI getSaveHandler()
getSaveHandler
in interface FormContextI
public void setSaveHandler(FormContextSaveHandlerI $107)
setSaveHandler
in interface FormContextI
public void setEventProvider(DBManEventProviderI $108)
public javax.swing.JRootPane getJRootPane()
getJRootPane
in interface FormContextI
public void setJRootPane(javax.swing.JRootPane $109)
setJRootPane
in interface FormContextI
public javax.swing.RootPaneContainer getRootPaneContainer()
getRootPaneContainer
in interface FormContextI
public void setRootPaneContainer(javax.swing.RootPaneContainer $110)
setRootPaneContainer
in interface FormContextI
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.