Package org.olat.core.gui.formelements

Examples of org.olat.core.gui.formelements.SingleSelectionElement


        renderCheckBox(f, cbe, sb, translator);
      } else if (fe instanceof RadioButtonGroupElement) {
        RadioButtonGroupElement rbe = (RadioButtonGroupElement) fe;
        renderRadioButtonGroup(f, rbe, translator, sb);
      } else if (fe instanceof SingleSelectionElement) {
        SingleSelectionElement se = (SingleSelectionElement) fe;
        renderDropDown(f, se, sb);
      } else if (fe instanceof MultipleSelectionElement) {
        MultipleSelectionElement me = (MultipleSelectionElement) fe;
        renderCheckBoxes(f, me, translator, sb);
      } else if (fe instanceof LinkElement) {
View Full Code Here

TOP

Related Classes of org.olat.core.gui.formelements.SingleSelectionElement

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.