This view allows you to manage a ZClass's views.
Views are managements screens that are available as tabs while managing a Zope object. To provides through the web management for your ZClass you need to define management views. Each management view consists of a name, a method, and a help topic. When the management view is selected by the user the view's method is executed. Typically view methods are edit forms. Help topics provide help for views. If a view has an associated help topic, a help button will appear on the management view.
Note: A view will not be visible to a user unless they have adequate permissions to execute the view method.
Views are listed one per line.
[Checkbox]MethodHelp TopicChangeDeleteFirstNewName field you
      will be able to specify the label name of the view. The Method
      and Help Topic field are the same as above.NameMethodHelp TopicAdd