| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldStatus | |
|---|---|
| com.jalios.jcms | Contains the core JCMS classes. | 
| com.jalios.jcms.handler | Contains the javabean classes uses to process HTTP request (aka form handlers). | 
| com.jalios.jcms.upload | |
| Uses of FieldStatus in com.jalios.jcms | 
|---|
| Fields in com.jalios.jcms declared as FieldStatus | |
|---|---|
| static FieldStatus | FieldStatus.DEFAULT | 
| static FieldStatus | FieldStatus.DISABLED | 
| static FieldStatus | FieldStatus.EDITABLE | 
| static FieldStatus | FieldStatus.HIDDEN | 
| static FieldStatus | FieldStatus.REQUIRED | 
| Methods in com.jalios.jcms that return types with arguments of type FieldStatus | |
|---|---|
|  Map<String,FieldStatus> | Data.getFieldStatusMap(Member mbr)Returns the FieldStatus map of this data for the given member (currently only works for Publication). | 
| Methods in com.jalios.jcms with parameters of type FieldStatus | |
|---|---|
|  void | FieldStatus.addStatus(FieldStatus other) | 
| protected  void | BasicDataController.updateFieldStatusMap(Map<String,FieldStatus> map,
                     String fieldName,
                     FieldStatus status)This convient methods update a FieldStatus map with the given status | 
| Method parameters in com.jalios.jcms with type arguments of type FieldStatus | |
|---|---|
|  void | DataController.processFieldStatusMap(Data data,
                      Member mbr,
                      Map<String,FieldStatus> map)This method is called to fill the map of FieldStatus for the given data. | 
|  void | BasicDataController.processFieldStatusMap(Data data,
                      Member mbr,
                      Map<String,FieldStatus> map)This method is called to fill the map of FieldStatus for the given data. | 
| protected  void | BasicDataController.updateFieldStatusMap(Map<String,FieldStatus> map,
                     String fieldName,
                     FieldStatus status)This convient methods update a FieldStatus map with the given status | 
| Constructors in com.jalios.jcms with parameters of type FieldStatus | |
|---|---|
| FieldStatus(FieldStatus other) | |
| Uses of FieldStatus in com.jalios.jcms.handler | 
|---|
| Fields in com.jalios.jcms.handler with type parameters of type FieldStatus | |
|---|---|
| protected  Map<String,FieldStatus> | EditPublicationHandler.fieldStatusMap | 
| Methods in com.jalios.jcms.handler that return FieldStatus | |
|---|---|
|  FieldStatus | EditPublicationHandler.getFieldStatus(String fieldName)Returns the FieldStatus for the given field. | 
| Uses of FieldStatus in com.jalios.jcms.upload | 
|---|
| Methods in com.jalios.jcms.upload that return FieldStatus | |
|---|---|
|  FieldStatus | DocUploadHandler.getFieldStatus(String fieldName)Returns the FieldStatus for the given field. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||