Uses of Class
edu.cornell.mannlib.vedit.beans.DynamicFieldRow
-
Packages that use DynamicFieldRow Package Description edu.cornell.mannlib.vedit.beans -
-
Uses of DynamicFieldRow in edu.cornell.mannlib.vedit.beans
Methods in edu.cornell.mannlib.vedit.beans that return DynamicFieldRow Modifier and Type Method Description DynamicFieldRowDynamicField. getRowTemplate()Methods in edu.cornell.mannlib.vedit.beans that return types with arguments of type DynamicFieldRow Modifier and Type Method Description List<DynamicFieldRow>DynamicField. getRowList()Methods in edu.cornell.mannlib.vedit.beans with parameters of type DynamicFieldRow Modifier and Type Method Description voidDynamicField. setRowTemplate(DynamicFieldRow dfr)Method parameters in edu.cornell.mannlib.vedit.beans with type arguments of type DynamicFieldRow Modifier and Type Method Description voidDynamicField. setRowList(List<DynamicFieldRow> rowList)
-