net.datacrow.core.modules
Interface IChildModule

All Known Implementing Classes:
DcChildModule, DcMediaChildModule, ItemModule, PermissionModule

public interface IChildModule


Method Summary
 int getIndex()
          Retrieves the index of the module (unique!)
 DcMinimalisticItemView getItemView(DcObject parent, int module, boolean readonly)
          Creates a (if needed) simple item view.
 

Method Detail

getItemView

DcMinimalisticItemView getItemView(DcObject parent,
                                   int module,
                                   boolean readonly)
Creates a (if needed) simple item view.

Parameters:
parent - The parent item.
module -
readonly - Indicates if editing is allowed.

getIndex

int getIndex()
Retrieves the index of the module (unique!)