|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.core.modules.DcModule
net.datacrow.core.modules.DcPropertyModule
net.datacrow.core.modules.ExternalReferenceModule
public class ExternalReferenceModule
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 | |
---|---|
ExternalReferenceModule()
|
|
ExternalReferenceModule(int index,
java.lang.String name,
java.lang.String tableName,
java.lang.String tableShortName,
java.lang.String objectName,
java.lang.String objectNamePlural)
|
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. |
int |
getDisplayIndex()
The location of the module in the module bar. |
DcPropertyModule |
getInstance(int index,
java.lang.String name,
java.lang.String tableName,
java.lang.String tableShortName,
java.lang.String objectName,
java.lang.String objectNamePlural)
|
int[] |
getMinimalFields(java.util.Collection<java.lang.Integer> include)
|
int |
getType()
|
boolean |
hasDependingModules()
Indicates if other modules depend on this module. |
protected void |
initializeFields()
Initializes the default fields. |
boolean |
isServingMultipleModules()
Indicates if this module is used by multiple modules. |
Methods inherited from class net.datacrow.core.modules.DcPropertyModule |
---|
equals, getForm, getIcon16, getIcon32, getSupportedViews, getTemplateModule, hasInsertView, hasSearchView, initializeUI, isCustomFieldsAllowed, isTopModule |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExternalReferenceModule()
public ExternalReferenceModule(int index, java.lang.String name, java.lang.String tableName, java.lang.String tableShortName, java.lang.String objectName, java.lang.String objectNamePlural)
Method Detail |
---|
public DcPropertyModule getInstance(int index, java.lang.String name, java.lang.String tableName, java.lang.String tableShortName, java.lang.String objectName, java.lang.String objectNamePlural)
getInstance
in class DcPropertyModule
public int[] getMinimalFields(java.util.Collection<java.lang.Integer> include)
getMinimalFields
in class DcPropertyModule
public DcObject createItem()
DcPropertyModule
createItem
in class DcPropertyModule
public int getType()
getType
in class DcModule
public boolean hasDependingModules()
DcModule
hasDependingModules
in class DcPropertyModule
public int getDefaultSortFieldIdx()
DcPropertyModule
getDefaultSortFieldIdx
in class DcPropertyModule
DcProperty._A_NAME
public int getDisplayIndex()
DcModule
getDisplayIndex
in class DcModule
public boolean isServingMultipleModules()
DcModule
isServingMultipleModules
in class DcModule
protected void initializeFields()
initializeFields
in class DcPropertyModule
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |