Package Camelot :: Package camelot :: Package model :: Module authentication :: Class PartyContactMechanismAdmin
[frames] | no frames]

Class PartyContactMechanismAdmin

source code


Nested Classes

Inherited from camelot.view.elixir_admin.EntityAdmin: validator

Inherited from camelot.admin.object_admin.ObjectAdmin: model

Instance Methods

Inherited from camelot.view.elixir_admin.EntityAdmin: copy, create_select_view, create_table_view, delete, flush, get_field_attributes, get_filters, get_list_charts, get_query, get_subclass_entity_admin, get_subclasses, get_verbose_identifier, set_defaults

Inherited from camelot.admin.object_admin.ObjectAdmin: __init__, __repr__, __str__, add, create_form_view, create_new_view, create_object_form_view, create_validator, get_all_fields_and_attributes, get_columns, get_confirm_delete, get_entity_admin, get_fields, get_form_actions, get_form_display, get_list_actions, get_name, get_related_entity_admin, get_subclass_tree, get_verbose_name, get_verbose_name_plural

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables
  form_size = (700, 200)
  verbose_name = _('Contact mechanism')
  verbose_name_plural = _('Contact mechanisms')
  list_search = ['party_name', 'mechanism']
  list_display = ['party_name', 'mechanism', 'comment', 'from_da...
  form_display = Form(['contact_mechanism', 'comment', 'from_dat...
  field_attributes = {'mechanism': {'editable': False, 'minimal_...

Inherited from camelot.admin.object_admin.ObjectAdmin: TableView, confirm_delete, fields, form, form_actions, form_title_column, list_actions, list_charts, list_filter, list_size, name

Properties

Inherited from object: __class__

Class Variable Details

list_display

Value:
['party_name', 'mechanism', 'comment', 'from_date']

form_display

Value:
Form(['contact_mechanism', 'comment', 'from_date', 'thru_date',])

field_attributes

Value:
{'mechanism': {'editable': False, 'minimal_column_width': 25},
 'party_name': {'editable': False, 'minimal_column_width': 25}}