net.datacrow.core.objects
Class Tab

java.lang.Object
  extended by net.datacrow.core.objects.DcObject
      extended by net.datacrow.core.objects.DcProperty
          extended by net.datacrow.core.objects.Tab
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DcObject>

public class Tab
extends DcProperty

See Also:
Serialized Form

Field Summary
static int _C_ORDER
           
static int _D_MODULE
           
 
Fields inherited from class net.datacrow.core.objects.DcProperty
_A_NAME, _B_ICON, _C_ALTERNATIVE_NAMES
 
Fields inherited from class net.datacrow.core.objects.DcObject
_ID, _SYS_AVAILABLE, _SYS_CONTAINER, _SYS_CREATED, _SYS_DISPLAYVALUE, _SYS_EXTERNAL_REFERENCES, _SYS_FILEHASH, _SYS_FILEHASHTYPE, _SYS_FILENAME, _SYS_FILESIZE, _SYS_LENDBY, _SYS_LOANDAYSTILLOVERDUE, _SYS_LOANDUEDATE, _SYS_LOANDURATION, _SYS_MODIFIED, _SYS_MODULE, _SYS_SERVICE, _SYS_SERVICEURL, _VALUE, children
 
Constructor Summary
Tab()
           
 
Method Summary
 void initializeImages()
          Loads the actual image / picture information.
 void initializeReferences()
          Loads the actual reference information.
 
Methods inherited from class net.datacrow.core.objects.DcProperty
equals, getDefaultSortFieldIdx, getFilename, getName, getSystemDisplayFieldIdx, toString
 
Methods inherited from class net.datacrow.core.objects.DcObject
addChild, addExternalReference, addRequest, applyEnhancers, applyTemplate, applyTemplate, beforeDelete, beforeSave, checkIntegrity, clearValues, clone, compareTo, copy, copyImage, createIcon, delete, destroy, executeRequests, finalize, flushImages, getChildren, getCurrentChildren, getDatabaseFieldCount, getDatabaseFieldName, getDisplayFieldIdx, getDisplayString, getExternalReference, getField, getFieldIndices, getFields, getFieldType, getFileField, getIcon, getID, getLabel, getMaxFieldLength, getModule, getNormalizedString, getNotSearchableFields, getParentID, getParentReferenceFieldIndex, getRequests, getTableName, getTableShortName, getValue, getValueDef, getValues, hashCode, hasPrimaryKey, initializeReferences, isChanged, isChanged, isDestroyed, isEnabled, isFilled, isLastInLine, isLoaded, isNew, isRequired, isSearchable, isUnique, isUpdateGUI, load, load, loadChildren, markAsChanged, markAsUnchanged, merge, release, reload, removeChildren, removeRequests, saveNew, saveUpdate, saveUpdate, setChanged, setChildren, setIDs, setLastInLine, setLoanInformation, setLoanInformation, setNew, setUpdateGUI, setValidate, setValue, setValueForColumn, setValueForName, setValueLowLevel, validateRequiredFields
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_C_ORDER

public static final int _C_ORDER
See Also:
Constant Field Values

_D_MODULE

public static final int _D_MODULE
See Also:
Constant Field Values
Constructor Detail

Tab

public Tab()
Method Detail

initializeImages

public void initializeImages()
Description copied from class: DcObject
Loads the actual image / picture information. Changes are overwritten. Useful when reloading an object.

Overrides:
initializeImages in class DcObject

initializeReferences

public void initializeReferences()
Description copied from class: DcObject
Loads the actual reference information. Uses the Data Manager to retrieve the references and stores them in this object.

Overrides:
initializeReferences in class DcObject