net.datacrow.core.modules
Class TabModule

java.lang.Object
  extended by net.datacrow.core.modules.DcModule
      extended by net.datacrow.core.modules.DcPropertyModule
          extended by net.datacrow.core.modules.TabModule
All Implemented Interfaces:
java.lang.Comparable<DcModule>

public class TabModule
extends DcPropertyModule


Field Summary
 
Fields inherited from class net.datacrow.core.modules.DcPropertyModule
form
 
Fields inherited from class net.datacrow.core.modules.DcModule
_TYPE_ASSOCIATE_MODULE, _TYPE_EXTERNALREFERENCE_MODULE, _TYPE_MAPPING_MODULE, _TYPE_MEDIA_MODULE, _TYPE_MODULE, _TYPE_PROPERTY_MODULE, _TYPE_TEMPLATE_MODULE, insertView, searchView
 
Constructor Summary
TabModule()
           
 
Method Summary
 DcObject createItem()
          Creates a new instance of an item belonging to this module.
 int getDefaultSortFieldIdx()
          Retrieves the index of the field on which is sorted by default.
 boolean hasDependingModules()
          Indicates if other modules depend on this module.
protected  void initializeFields()
          Initializes the default fields.
 
Methods inherited from class net.datacrow.core.modules.DcPropertyModule
equals, getForm, getIcon16, getIcon32, getInstance, getMinimalFields, getSupportedViews, getTemplateModule, hasInsertView, hasSearchView, initializeUI, isCustomFieldsAllowed, isTopModule
 
Methods inherited from class net.datacrow.core.modules.DcModule
addField, addValueEnhancer, applySettings, canBeLend, compareTo, delete, deliversOnlineService, getChartPanel, getChild, getCurrentInsertView, getCurrentSearchView, getDefaultData, getDescription, getDisplayFieldIdx, getDisplayIndex, getField, getField, getFieldCount, getFieldDefinitions, getFieldIndices, getFields, getFileField, getFileRenamerDialog, getFilterForm, getIcon16Filename, getIcon32Filename, getIconField, getImporter, getImporterClass, getIndex, getInsertView, getItem, getItemForm, getItemPluralResourceKey, getItemResourceKey, getKeyStroke, getLabel, getMenuBar, getModuleResourceKey, getName, getNameFieldIdx, getObjectName, getObjectNamePlural, getOnlineServices, getParent, getParentReferenceFieldIndex, getPersistentField, getPropertyModule, getQuickView, getQuickViewFieldDefinitions, getSearchView, getSetting, getSettings, getSynchronizer, getSystemDisplayFieldIdx, getSystemField, getSystemObjectName, getSystemObjectNamePlural, getTableName, getTableShortName, getType, getViews, getWebFieldDefinitions, getXmlModule, hasActualReferenceTo, hashCode, hasReferenceTo, hasReports, initializeMultiReferenceFields, initializeSettings, initializeSystemFields, isAbstract, isChildModule, isContainerManaged, isCustomModule, isDefaultDataLoaded, isEditingAllowed, isEnabled, isEnabled, isFileBacked, isHasImages, isHasReferences, isNew, isParentModule, isSearchViewInitialized, isSelectableInUI, isServingMultipleModules, isValid, release, removeEnhancers, setChild, setDefaultDataLoaded, setIcon16, setIcon32, setNew, setServingMultipleModules, setSetting, setValid, setXmlModule, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TabModule

public TabModule()
Method Detail

createItem

public DcObject createItem()
Description copied from class: DcPropertyModule
Creates a new instance of an item belonging to this module.

Overrides:
createItem in class DcPropertyModule

hasDependingModules

public boolean hasDependingModules()
Description copied from class: DcModule
Indicates if other modules depend on this module.

Overrides:
hasDependingModules in class DcPropertyModule

getDefaultSortFieldIdx

public int getDefaultSortFieldIdx()
Description copied from class: DcPropertyModule
Retrieves the index of the field on which is sorted by default. Always returns the name field.

Overrides:
getDefaultSortFieldIdx in class DcPropertyModule
See Also:
DcProperty._A_NAME

initializeFields

protected void initializeFields()
Initializes the default fields.

Overrides:
initializeFields in class DcPropertyModule