Class DevToolbarAction<I,​O>

    • Field Detail

      • COCKPITNG_DEVELOPMENT_MODE

        @Deprecated(since="1811",
                    forRemoval=true)
        protected static final java.lang.String COCKPITNG_DEVELOPMENT_MODE
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 1811, use CNG.PROPERTY_DEVELOPMENT_MODE instead
        See Also:
        Constant Field Values
    • 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