Interface IAcessMenu

  • All Superinterfaces:
    java.io.Serializable

    public interface IAcessMenu
    extends java.io.Serializable
    • Method Detail

      • getMenuActions

        java.util.List<ItemMenuArch> getMenuActions()
      • enableItemMenuActionDynamic

        void enableItemMenuActionDynamic​(java.lang.String id)
      • enableItemMenuAction

        void enableItemMenuAction​(java.lang.String id)
      • isDisabledInsert

        boolean isDisabledInsert()
      • isDisabledPrint

        boolean isDisabledPrint()
      • isVisibleInsert

        boolean isVisibleInsert()
      • isVisiblePrint

        boolean isVisiblePrint()
      • enableItemMenuAction

        void enableItemMenuAction​(ActionCrudType actionCrudType)
      • enableAllItemMenuAction

        void enableAllItemMenuAction()
      • hideAllItemMenuActionDynamic

        void hideAllItemMenuActionDynamic()
      • hideAllItemMenuActionPattern

        void hideAllItemMenuActionPattern()
      • hideAllItemMenuAction

        void hideAllItemMenuAction()
      • showItemMenuActionDynamic

        void showItemMenuActionDynamic​(java.lang.String id)
      • showItemMenuAction

        void showItemMenuAction​(java.lang.String id)
      • showItemMenuAction

        void showItemMenuAction​(ActionCrudType actionCrudType)
      • showAllItemMenuAction

        void showAllItemMenuAction()
      • disableAllItemMenuActionDynamic

        void disableAllItemMenuActionDynamic()
      • disableAllItemMenuActionPattern

        void disableAllItemMenuActionPattern()
      • disableAllItemMenuAction

        void disableAllItemMenuAction()