- ID - Static variable in class org.ccc.bcccc.shared.K
-
The Constant ID.
- idField - Variable in class org.ccc.bcccc.client.panels.BrowsePanel
-
The id field.
- IHTMLprintable - Interface in org.ccc.bcccc.shared
-
les terrains sont printables et toutes les informations qui composent le terrain
- init() - Method in class org.ccc.bcccc.client.BCCCC
-
Initialize UI : en 2 zones (menu principal et panneau central)
Démarre la gestion de l'historique
- init() - Method in class org.ccc.bcccc.client.panels.BrowsePanel
-
Initialise le panel une seule fois à l'aide de initBrowseDone
Les fiches sont affichées dans un ListGrid
Chaque ligne est décorée de 2 ImgButton, pour voir et éditer la fiche en fonction des droits de l'utilisateur
Les colonnes du ListGrid sont :
yearField : année de création de la fiche,
idField : nom de la fiche
projectField : nom du projet de la fiche
validateField : champ invisible sauf pour l'administrateur qui indique si une fiche est validée ou pas pour la publication
descField : la description de la fiche.
- init() - Method in class org.ccc.bcccc.client.panels.CreatePanel
-
Inits the.
- init() - Method in class org.ccc.bcccc.client.panels.EditPanel
-
Initialize une seule fois les widgets, la 2e partie de la méthode pré-rempli les champs avec la fiche sélectionnée
- init() - Method in class org.ccc.bcccc.client.panels.HomePanel
-
Inits the.
- init() - Method in class org.ccc.bcccc.client.panels.SearchPanel
-
Inits the.
- init() - Method in class org.ccc.bcccc.client.panels.ViewPanel
-
Inits the.
- init() - Method in class org.ccc.bcccc.server.HSQLDB
-
Inits the database with tables if needed and create a session to the local database in the "db/bcccc" directory.
- initBrowseDone - Variable in class org.ccc.bcccc.client.panels.BrowsePanel
-
The init browse done.
- initHomeDone - Variable in class org.ccc.bcccc.client.panels.HomePanel
-
The init home done.
- initSearchComplexDone - Variable in class org.ccc.bcccc.client.panels.SearchPanel
-
The init search complex done.
- initViewAndEditDone - Variable in class org.ccc.bcccc.client.panels.CreatePanel
-
indicate that the panel has been created
- initViewAndEditDone - Variable in class org.ccc.bcccc.client.panels.EditPanel
-
The init view and edit done.
- initViewAndEditDone - Variable in class org.ccc.bcccc.client.panels.ViewPanel
-
The init view and edit done.
- IntegerRecordField - Class in org.ccc.bcccc.client.areas
-
The Class DoubleStringRecordArea.
- IntegerRecordField(EditPanel, String) - Constructor for class org.ccc.bcccc.client.areas.IntegerRecordField
-
Instantiates a new string record field.
- inter(List<? extends ITerrainField>, List) - Static method in class org.ccc.bcccc.server.GreetingServiceImpl
-
Inter.
- interString(List, List) - Static method in class org.ccc.bcccc.server.GreetingServiceImpl
-
Inter.
- isAdmin() - Method in interface org.ccc.bcccc.client.GreetingService
-
Checks if user is admin.
- isAdmin(AsyncCallback<Boolean>) - Method in interface org.ccc.bcccc.client.GreetingServiceAsync
-
Checks if is admin.
- isAdmin - Variable in class org.ccc.bcccc.client.panels.BrowsePanel
-
- isAdmin() - Method in class org.ccc.bcccc.server.GreetingServiceImpl
-
- isLogged() - Method in interface org.ccc.bcccc.client.GreetingService
-
Checks if the user is logged.
- isLogged(AsyncCallback<Boolean>) - Method in interface org.ccc.bcccc.client.GreetingServiceAsync
-
Checks if is logged.
- isLogged() - Method in class org.ccc.bcccc.server.GreetingServiceImpl
-
Test if the associated HTTP session is shiboleted.
- isOwner(Long) - Method in interface org.ccc.bcccc.client.GreetingService
-
Checks if a user owns a record
- isOwner(Long, AsyncCallback<Boolean>) - Method in interface org.ccc.bcccc.client.GreetingServiceAsync
-
- isOwner(Long) - Method in class org.ccc.bcccc.server.GreetingServiceImpl
-
- isRecordChanged() - Method in class org.ccc.bcccc.client.panels.EditPanel
-
Checks if is record changed.
- isRecordSetToUser(String, Long) - Method in class org.ccc.bcccc.server.RecordsDB
-
Checks if is record set to user.
- items - Variable in class org.ccc.bcccc.client.areas.RecordTypesArea
-
The items.
- items - Variable in class org.ccc.bcccc.client.areas.StringRecordField
-
The items.
- ITerrainField - Interface in org.ccc.bcccc.shared
-