Uses of Interface
org.nuclos.api.context.SingleContext
-
Uses of SingleContext in org.nuclos.api.ui.layout
Modifier and TypeMethodDescriptionvoid
LayoutComponentAdapter.singleDeleteAfter
(SingleContext<PK> context) void
LayoutComponentListener.singleDeleteAfter
(SingleContext<PK> context) delete entered by single object (after)void
LayoutComponentAdapter.singleDeleteBefore
(SingleContext<PK> context) void
LayoutComponentListener.singleDeleteBefore
(SingleContext<PK> context) delete entered by single object (before)void
LayoutComponentAdapter.singleInsertAfter
(SingleContext<PK> context) void
LayoutComponentListener.singleInsertAfter
(SingleContext<PK> context) void
LayoutComponentAdapter.singleInsertBefore
(SingleContext<PK> context) void
LayoutComponentListener.singleInsertBefore
(SingleContext<PK> context) void
LayoutComponentAdapter.singleUpdateAfter
(SingleContext<PK> context) void
LayoutComponentListener.singleUpdateAfter
(SingleContext<PK> context) void
LayoutComponentAdapter.singleUpdateBefore
(SingleContext<PK> context) void
LayoutComponentListener.singleUpdateBefore
(SingleContext<PK> context) void
LayoutComponentAdapter.singleViewEntered
(SingleContext<PK> context) void
LayoutComponentListener.singleViewEntered
(SingleContext<PK> context) view entered by single object