Class GenericLabelActionFactory
java.lang.Object
ch.tocco.nice2.netui.spi.actions.AbstractActionFactory
ch.tocco.nice2.reporting.impl.action.genericlabel.GenericLabelActionFactory
- All Implemented Interfaces:
ActionFactory
create display of generic_label report on list and detail (in the legacy client).
Also see
GenericLabelActionFormInterceptor
for the new client.-
Field Summary
Fields inherited from class ch.tocco.nice2.netui.spi.actions.AbstractActionFactory
actionBuilder
Fields inherited from interface ch.tocco.nice2.netui.spi.actions.ActionFactory
DISABLE_ACTION, HIGH_PRIORITY, LOW_PRIORITY, PERFORM_DENIED_KEY, REMOVE_ACTION
-
Constructor Summary
ConstructorDescriptionGenericLabelActionFactory
(ActionsBuilder actionBuilder, QueryBuilderFactory queryBuilderFactory, BusinessUnitManager businessUnitManager) -
Method Summary
Modifier and TypeMethodDescriptioncreateActions
(Situation situation) Create a newActionGroupModel
for the specified situation.Methods inherited from class ch.tocco.nice2.netui.spi.actions.AbstractActionFactory
addSeparator, addToList, asCollection, getEntityName, getPrimaryKey, isEntity, isForm, isPlace, isScope, isScreen
-
Constructor Details
-
GenericLabelActionFactory
public GenericLabelActionFactory(ActionsBuilder actionBuilder, QueryBuilderFactory queryBuilderFactory, BusinessUnitManager businessUnitManager)
-
-
Method Details
-
createActions
Create a newActionGroupModel
for the specified situation.- Parameters:
situation
- notNull- Returns:
null
if this factory provides no actions for this situation.
-