Package org.nuclos.api.ui.layout
Class LayoutComponentAdapter<PK>
java.lang.Object
org.nuclos.api.ui.layout.LayoutComponentAdapter<PK>
- All Implemented Interfaces:
LayoutComponentListener<PK>
Layout Component Adapter
- Author:
- Moritz Neuhäuser <moritz.neuhaeuser@nuclos.de>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmultiDeleteAfter(MultiContext<PK> context) delete entered by multiple objects (after)voidmultiDeleteBefore(MultiContext<PK> context) delete entered by multiple objects (before)voidmultiViewEntered(MultiContext<PK> context) view entered by multiple objectsvoidnewEntered(NewContext context) new enteredvoidsearchEntered(SearchContext context) search enteredvoidsingleDeleteAfter(SingleContext<PK> context) delete entered by single object (after)voidsingleDeleteBefore(SingleContext<PK> context) delete entered by single object (before)voidsingleInsertAfter(SingleContext<PK> context) voidsingleInsertBefore(SingleContext<PK> context) voidsingleUpdateAfter(SingleContext<PK> context) voidsingleUpdateBefore(SingleContext<PK> context) voidsingleViewEntered(SingleContext<PK> context) view entered by single object
-
Constructor Details
-
LayoutComponentAdapter
public LayoutComponentAdapter()
-
-
Method Details
-
singleViewEntered
Description copied from interface:LayoutComponentListenerview entered by single object- Specified by:
singleViewEnteredin interfaceLayoutComponentListener<PK>- Parameters:
context-SingleContext
-
multiViewEntered
Description copied from interface:LayoutComponentListenerview entered by multiple objects- Specified by:
multiViewEnteredin interfaceLayoutComponentListener<PK>- Parameters:
context-MultiContext
-
searchEntered
Description copied from interface:LayoutComponentListenersearch entered- Specified by:
searchEnteredin interfaceLayoutComponentListener<PK>- Parameters:
context-SearchContext
-
newEntered
Description copied from interface:LayoutComponentListenernew entered- Specified by:
newEnteredin interfaceLayoutComponentListener<PK>- Parameters:
context-NewContext
-
singleDeleteBefore
Description copied from interface:LayoutComponentListenerdelete entered by single object (before)- Specified by:
singleDeleteBeforein interfaceLayoutComponentListener<PK>- Parameters:
context-SingleContext
-
singleDeleteAfter
Description copied from interface:LayoutComponentListenerdelete entered by single object (after)- Specified by:
singleDeleteAfterin interfaceLayoutComponentListener<PK>- Parameters:
context-SingleContext
-
multiDeleteBefore
Description copied from interface:LayoutComponentListenerdelete entered by multiple objects (before)- Specified by:
multiDeleteBeforein interfaceLayoutComponentListener<PK>- Parameters:
context-MultiContext
-
multiDeleteAfter
Description copied from interface:LayoutComponentListenerdelete entered by multiple objects (after)- Specified by:
multiDeleteAfterin interfaceLayoutComponentListener<PK>- Parameters:
context-MultiContext
-
singleUpdateBefore
- Specified by:
singleUpdateBeforein interfaceLayoutComponentListener<PK>
-
singleUpdateAfter
- Specified by:
singleUpdateAfterin interfaceLayoutComponentListener<PK>
-
singleInsertBefore
- Specified by:
singleInsertBeforein interfaceLayoutComponentListener<PK>
-
singleInsertAfter
- Specified by:
singleInsertAfterin interfaceLayoutComponentListener<PK>
-