XHTMLFormEventHandler
directly which provides default implementations now@Deprecated public class XHTMLFormEventAdapter<T extends DMSForm> extends Object implements XHTMLFormEventHandler<T>
Constructor and Description |
---|
XHTMLFormEventAdapter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
beforeDelete(T f)
Deprecated.
This method is called before the form is deleted.
|
void |
beforeInsert(T f)
Deprecated.
This method is called before the form is inserted into
the store.
|
void |
beforeUpdate(T f)
Deprecated.
This method is called before the form is updated in the
store (the existing form in the store will be overwritten with the
values of this form).
|
void |
onDelete(T f)
Deprecated.
|
void |
onInsert(T f)
Deprecated.
|
void |
onUpdate(T f)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
afterDelete, afterInsert, afterUpdate, beforeShow, getDefaultOrgUnit, getKeys, getName, modifyModel, onShow
public void beforeInsert(T f) throws Exception
beforeInsert
in interface XHTMLFormEventHandler<T extends DMSForm>
f
- the form to insertException
public void beforeUpdate(T f) throws Exception
beforeUpdate
in interface XHTMLFormEventHandler<T extends DMSForm>
f
- the form to updateException
public void beforeDelete(T f) throws Exception
beforeDelete
in interface XHTMLFormEventHandler<T extends DMSForm>
f
- the form to deleteException
@Deprecated public void onInsert(T f) throws Exception
Exception
@Deprecated public void onUpdate(T f) throws Exception
Exception
@Deprecated public void onDelete(T f) throws Exception
Exception
@enterprise 10.0.38589 Copyright © 2001-2024 Groiss Informatics GmbH. All Rights Reserved.