Class OptionListControl

  • All Implemented Interfaces:
    java.util.Observer, javax.servlet.jsp.el.VariableResolver, IControl, IDataBoundControl, IDataControl, IRenderer

    public class OptionListControl
    extends DataBoundControl<TabularSource<?>>
    Control to render a list of options. The options may be single selection (radio buttons) or multiple selection (checkbox). Each option is a row from the control source.