Package ch.tocco.nice2.netui.spi.actions
Interface ActionFactory
- All Known Implementing Classes:
AbstractActionFactory
,AbstractEntityActionsFactory
,AbstractListEntityActionsFactory
,AbstractModelActionFactory
,AcceptConflictActionFactory
,ActionsModelFactory
,ColumnModelActionFactory
,CreateFromRelationEntityActionsFactory
,EntityMergeActionFactory
,EntityModelActionFactory
,EvaluationQuestionLogicCopyActionFactory
,EventLogicCopyActionFactory
,ExportingActionFactory
,FormModelActionFactory
,GenericLabelActionFactory
,GridUserSettingActionFactory
,HistoryActionFactory
,ImportingActionFactory
,MainCreateEntityActionsFactory
,MainCreateStoreAsTemplateActionsFactory
,MainListEntityActionsFactory
,MainUpdateEntityActionsFactory
,MassMutationActionFactory
,ModalCreateEntityActionsFactory
,ModalCreateLoadTemplateActionsFactory
,ModalUpdateEntityActionsFactory
,NullActionFactory
,OpenDmsNodeActionFactory
,OrderPositionActionFactory
,QuestionLogicCopyActionFactory
,QuestionnaireLogicCopyActionFactory
,RelationsListEntityActionsFactory
,ReportingLogicCopyActionFactory
,RoomProposalActionFactory
,ShowDocumentsActionFactory
,SingleMarkActionFactory
,ZipFileImportActionFactory
Deprecated.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.static final int
Deprecated.static final int
Deprecated.static final String
Deprecated.Add a property using this key to the action to specify what should happen to actions where the user has no perform permission.static final String
Deprecated. -
Method Summary
Modifier and TypeMethodDescription@Nullable Collection
<ActionModel> createActions
(Situation situation) Deprecated.Create a newActionGroupModel
for the specified situation.
-
Field Details
-
HIGH_PRIORITY
static final int HIGH_PRIORITYDeprecated.- See Also:
-
LOW_PRIORITY
static final int LOW_PRIORITYDeprecated.- See Also:
-
PERFORM_DENIED_KEY
Deprecated.Add a property using this key to the action to specify what should happen to actions where the user has no perform permission.Valid values are
DISABLE_ACTION
andREMOVE_ACTION
, where the default action isDISABLE_ACTION
.- See Also:
-
REMOVE_ACTION
Deprecated.- See Also:
-
DISABLE_ACTION
Deprecated.- See Also:
-
-
Method Details
-
createActions
Deprecated.Create a newActionGroupModel
for the specified situation.- Returns:
null
if this factory provides no actions for this situation.
-