Class DevToolbarAction<I,​O>

    • Constructor Detail

      • DevToolbarAction

        public DevToolbarAction()
    • Method Detail

      • canPerform

        public boolean canPerform​(ActionContext<I> ctx)
        Description copied from interface: CockpitAction
        Returns true if the action can be performed for the given context, false otherwise.
        Specified by:
        canPerform in interface CockpitAction<I,​O>
        Parameters:
        ctx - context containing the data and other information
        Returns:
        true if the action can be performed for the given context, false otherwise