Package org.openmrs.module.htmlformentry.widget

Examples of org.openmrs.module.htmlformentry.widget.PersonStubWidget


            }
            options.addAll(users);
            //              sortOptions = true;
          }

          valueWidget = new PersonStubWidget(options);

        } else {
          if (textAnswers.size() == 0) {
            Integer rows = null;
            Integer cols = null;
View Full Code Here


            personWidget = new PersonSearchWidget();
            personWidget.setSearchProgram(personPrograms);
            context.registerWidget(personWidget);
        }
        if (DISPLAY_DROPDOWN.equals(display)) {
            personStubWidget = new PersonStubWidget();
            context.registerWidget(personStubWidget);
        }
        personErrorWidget = new ErrorWidget();

        labelText = parameters.get(FIELD_LABEL_TEXT);
View Full Code Here

TOP

Related Classes of org.openmrs.module.htmlformentry.widget.PersonStubWidget

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.