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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
multiDeleteAfter
(MultiContext<PK> context) delete entered by multiple objects (after)void
multiDeleteBefore
(MultiContext<PK> context) delete entered by multiple objects (before)void
multiViewEntered
(MultiContext<PK> context) view entered by multiple objectsvoid
newEntered
(NewContext context) new enteredvoid
searchEntered
(SearchContext context) search enteredvoid
singleDeleteAfter
(SingleContext<PK> context) delete entered by single object (after)void
singleDeleteBefore
(SingleContext<PK> context) delete entered by single object (before)void
singleInsertAfter
(SingleContext<PK> context) void
singleInsertBefore
(SingleContext<PK> context) void
singleUpdateAfter
(SingleContext<PK> context) void
singleUpdateBefore
(SingleContext<PK> context) void
singleViewEntered
(SingleContext<PK> context) view entered by single object
-
Constructor Details
-
LayoutComponentAdapter
public LayoutComponentAdapter()
-
-
Method Details
-
singleViewEntered
Description copied from interface:LayoutComponentListener
view entered by single object- Specified by:
singleViewEntered
in interfaceLayoutComponentListener<PK>
- Parameters:
context
-SingleContext
-
multiViewEntered
Description copied from interface:LayoutComponentListener
view entered by multiple objects- Specified by:
multiViewEntered
in interfaceLayoutComponentListener<PK>
- Parameters:
context
-MultiContext
-
searchEntered
Description copied from interface:LayoutComponentListener
search entered- Specified by:
searchEntered
in interfaceLayoutComponentListener<PK>
- Parameters:
context
-SearchContext
-
newEntered
Description copied from interface:LayoutComponentListener
new entered- Specified by:
newEntered
in interfaceLayoutComponentListener<PK>
- Parameters:
context
-NewContext
-
singleDeleteBefore
Description copied from interface:LayoutComponentListener
delete entered by single object (before)- Specified by:
singleDeleteBefore
in interfaceLayoutComponentListener<PK>
- Parameters:
context
-SingleContext
-
singleDeleteAfter
Description copied from interface:LayoutComponentListener
delete entered by single object (after)- Specified by:
singleDeleteAfter
in interfaceLayoutComponentListener<PK>
- Parameters:
context
-SingleContext
-
multiDeleteBefore
Description copied from interface:LayoutComponentListener
delete entered by multiple objects (before)- Specified by:
multiDeleteBefore
in interfaceLayoutComponentListener<PK>
- Parameters:
context
-MultiContext
-
multiDeleteAfter
Description copied from interface:LayoutComponentListener
delete entered by multiple objects (after)- Specified by:
multiDeleteAfter
in interfaceLayoutComponentListener<PK>
- Parameters:
context
-MultiContext
-
singleUpdateBefore
- Specified by:
singleUpdateBefore
in interfaceLayoutComponentListener<PK>
-
singleUpdateAfter
- Specified by:
singleUpdateAfter
in interfaceLayoutComponentListener<PK>
-
singleInsertBefore
- Specified by:
singleInsertBefore
in interfaceLayoutComponentListener<PK>
-
singleInsertAfter
- Specified by:
singleInsertAfter
in interfaceLayoutComponentListener<PK>
-