Uses of Class
it.sistematica.isharedoc.model.develop.FieldValue

Packages that use FieldValue
it.sistematica.isharedoc.action.develop   
it.sistematica.isharedoc.action.workgroup   
it.sistematica.isharedoc.model.develop   
 

Uses of FieldValue in it.sistematica.isharedoc.action.develop
 

Methods in it.sistematica.isharedoc.action.develop that return FieldValue
 FieldValue FieldAction.getFieldValue()
           
 

Uses of FieldValue in it.sistematica.isharedoc.action.workgroup
 

Methods in it.sistematica.isharedoc.action.workgroup that return types with arguments of type FieldValue
 java.util.List<FieldValue> InstanceBaseAction.getFieldValuesFromString(Field field, java.lang.String value)
           
 

Uses of FieldValue in it.sistematica.isharedoc.model.develop
 

Fields in it.sistematica.isharedoc.model.develop with type parameters of type FieldValue
protected  java.util.List<FieldValue> Field.values
           
 

Methods in it.sistematica.isharedoc.model.develop that return types with arguments of type FieldValue
 java.util.List<FieldValue> Field.getValues()
           
 

Methods in it.sistematica.isharedoc.model.develop with parameters of type FieldValue
 void Field.addValue(FieldValue value)
           
 void FieldValue.copyTo(FieldValue toValue)
           
 void Field.removeValue(FieldValue value)
           
 

Method parameters in it.sistematica.isharedoc.model.develop with type arguments of type FieldValue
 void Field.setValues(java.util.List<FieldValue> values)