Field Options

Field options override the global options for each view. Editable fields are identified with a menu indicator (three vertical dots) click on a field to change it's value:

  • Fields
    • Definition Either Private (Default) or Public
    • get/set The get set drop down allows specifying the use of get/set to create properties for fields, or using Get/Set which will not create properties. You can also specify either just get/Get of just set/Set.
    • View Type Allows selection of Default (as Prefer Views global option), B4xView or Native. As previously stated, Customviews will always take their native type.
  • Checkboxes
    • No Defs Will remove the definition for that field from the Globals method. Useful for Labels or anything else that will not be accessed within the class.
    • No Met Will not create any methods (get/set or otherwise) for that field.
    • No Map Will not include that field in the map interface nor will it generate Constant variables for map access. See Map Interface page.
    • No Evts Will not create any events for this field. Not all fields will generate events and those that do are limited to one, and have some default code within them.
    • No Evt Code Will remove the default event code.
  • Checkbox Options:
    • Master Checkboxes Right clicking on one of the Master Checkboxes (in the header) allows setting a default for the next time a layout configuration is loaded. This is applied to all of the views.
    • View Checkboxes Right clicking on any of the views Checkboxes allows copying that Checkbox's state to all of the views with the same Native Type