Uses of Class
com.jalios.jcms.FieldStatus
-
Packages that use FieldStatus Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers).com.jalios.jcms.jportal com.jalios.jcms.upload -
-
Uses of FieldStatus in com.jalios.jcms
Fields in com.jalios.jcms declared as FieldStatus Modifier and Type Field Description 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 Modifier and Type Method 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).Methods in com.jalios.jcms with parameters of type FieldStatus Modifier and Type Method 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 convenient methods update a FieldStatus map with the given statusMethod parameters in com.jalios.jcms with type arguments of type FieldStatus Modifier and Type Method Description 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.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.protected void
BasicDataController. updateFieldStatusMap(java.util.Map<java.lang.String,FieldStatus> map, java.lang.String fieldName, FieldStatus status)
This convenient methods update a FieldStatus map with the given statusConstructors in com.jalios.jcms with parameters of type FieldStatus Constructor Description FieldStatus(FieldStatus other)
-
Uses of FieldStatus in com.jalios.jcms.handler
Fields in com.jalios.jcms.handler with type parameters of type FieldStatus Modifier and Type Field Description protected java.util.Map<java.lang.String,FieldStatus>
EditCatHandler. fieldStatusMap
protected java.util.Map<java.lang.String,FieldStatus>
EditPublicationHandler. fieldStatusMap
Methods in com.jalios.jcms.handler that return FieldStatus Modifier and Type Method Description FieldStatus
EditCatHandler. getFieldStatus(java.lang.String fieldName)
Returns the FieldStatus for the given field.FieldStatus
EditPublicationHandler. getFieldStatus(java.lang.String fieldName)
Returns the FieldStatus for the given field. -
Uses of FieldStatus in com.jalios.jcms.jportal
Method parameters in com.jalios.jcms.jportal with type arguments of type FieldStatus Modifier and Type Method Description void
JPortalPortletFieldStatusController. processFieldStatusMap(Data data, Member mbr, java.util.Map<java.lang.String,FieldStatus> map)
-
Uses of FieldStatus in com.jalios.jcms.upload
Methods in com.jalios.jcms.upload that return FieldStatus Modifier and Type Method Description FieldStatus
DocUploadHandler. getFieldStatus(java.lang.String fieldName)
Returns the FieldStatus for the given field.
-