Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
static FieldStatus |
FieldStatus.DEFAULT |
static FieldStatus |
FieldStatus.DISABLED |
static FieldStatus |
FieldStatus.EDITABLE |
static FieldStatus |
FieldStatus.HIDDEN |
static FieldStatus |
FieldStatus.REQUIRED |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,FieldStatus> |
Data.getFieldStatusMap(Member mbr)
Returns the FieldStatus map of this data for the given member (currently only works for Publication).
|
Modifier and Type | Method and Description |
---|---|
void |
FieldStatus.addStatus(FieldStatus other) |
protected void |
BasicDataController.updateFieldStatusMap(java.util.Map<java.lang.String,FieldStatus> map,
java.lang.String fieldName,
FieldStatus status)
This convient methods update a FieldStatus map with the given status
|
Modifier and Type | Method and Description |
---|---|
void |
DataController.processFieldStatusMap(Data data,
Member mbr,
java.util.Map<java.lang.String,FieldStatus> map)
This method is called to fill the map of FieldStatus for the given data.
|
void |
BasicDataController.processFieldStatusMap(Data data,
Member mbr,
java.util.Map<java.lang.String,FieldStatus> map)
This method is called to fill the map of FieldStatus for the given data.
|
protected void |
BasicDataController.updateFieldStatusMap(java.util.Map<java.lang.String,FieldStatus> map,
java.lang.String fieldName,
FieldStatus status)
This convient methods update a FieldStatus map with the given status
|
Constructor and Description |
---|
FieldStatus(FieldStatus other) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,FieldStatus> |
EditPublicationHandler.fieldStatusMap |
Modifier and Type | Method and Description |
---|---|
FieldStatus |
EditPublicationHandler.getFieldStatus(java.lang.String fieldName)
Returns the FieldStatus for the given field.
|
Modifier and Type | Method and Description |
---|---|
FieldStatus |
DocUploadHandler.getFieldStatus(java.lang.String fieldName)
Returns the FieldStatus for the given field.
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.