Show
Ignore:
Timestamp:
07/25/07 01:11:18 (3 years ago)
Author:
sys
Message:

navOutline : activation de la version complète.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Jav_GE/com/scenari/m/ge/agent/IWAgentOutline.java

    r7358 r9394  
    2121     */ 
    2222    public boolean isRejected(IHDialog pDialog) throws Exception; 
     23 
     24    /** 
     25     * Indique que cet agent est mat�alis� la publication par un contenu propre. 
     26     * Notion de Folder with content / folderPage par opposition aux dossier sans contenus associ� 
     27     * (page d��au folder n'apparaissant en entr�fille dans l'outline). 
     28     */ 
     29    public boolean isMaterialized(IHDialog pDialog) throws Exception; 
    2330     
    2431}