Package org.jampa.model.validators

Examples of org.jampa.model.validators.RadioCategoryNameValidator


    super(parentShell);
    _item = item;
   
    _isCategory = (item instanceof CategoryRadioItem);
   
    _categoryNameValidator = new RadioCategoryNameValidator();
    _radioNameValidator = new RadioNameValidator();
   
    if (_isCategory) {
      _initialCategory = _item.getName();
      _initialRadioName = null;
View Full Code Here

TOP

Related Classes of org.jampa.model.validators.RadioCategoryNameValidator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.