Class PasteElementsIntoCollectionAction

    • Constructor Detail

      • PasteElementsIntoCollectionAction

        public PasteElementsIntoCollectionAction()
    • Method Detail

      • isAvailable

        public boolean isAvailable()
        Description copied from interface: IAvailableAction
        If true the action will be available for the user, otherwise it will be hidden.
        This method is executed before determine if the action has to be shown, so before execute(). The action is configured completely (injecting all needed objects and properties) before calling isAvailable().
        Specified by:
        isAvailable in interface IAvailableAction