Class RadioChoice<T>

    • Constructor Detail

      • RadioChoice

        public RadioChoice​(String id)
        Constructor
        Parameters:
        id - the markup id
      • RadioChoice

        public RadioChoice​(String id,
                           List<? extends T> choices)
        Constructor
        Parameters:
        id - the markup id
        choices - the collection of choices in the radio choice
      • RadioChoice

        public RadioChoice​(String id,
                           List<? extends T> choices,
                           IChoiceRenderer<? super T> renderer)
        Constructor
        Parameters:
        id - the markup id
        choices - the collection of choices in the radio choice
        renderer - the rendering engine
      • RadioChoice

        public RadioChoice​(String id,
                           IModel<? extends List<? extends T>> choices)
        Constructor
        Parameters:
        id - the markup id
        choices - the collection of choices in the radio choice
      • RadioChoice

        public RadioChoice​(String id,
                           IModel<? extends List<? extends T>> choices,
                           IChoiceRenderer<? super T> renderer)
        Constructor
        Parameters:
        id - the markup id
        choices - the collection of choices in the radio choice
        renderer - the rendering engine
      • RadioChoice

        public RadioChoice​(String id,
                           IModel<T> model,
                           List<? extends T> choices)
        Constructor
        Parameters:
        id - the markup id
        model - the IModel
        choices - the collection of choices in the radio choice
      • RadioChoice

        public RadioChoice​(String id,
                           IModel<T> model,
                           List<? extends T> choices,
                           IChoiceRenderer<? super T> renderer)
        Constructor
        Parameters:
        id - the markup id
        model - the IModel
        choices - the collection of choices in the radio choice
        renderer - the rendering engine
      • RadioChoice

        public RadioChoice​(String id,
                           IModel<T> model,
                           IModel<? extends List<? extends T>> choices)
        Constructor
        Parameters:
        id - the markup id
        model - the IModel
        choices - the collection of choices in the radio choice
      • RadioChoice

        public RadioChoice​(String id,
                           IModel<T> model,
                           IModel<? extends List<? extends T>> choices,
                           IChoiceRenderer<? super T> renderer)
        Constructor
        Parameters:
        id - the markup id
        model - the IModel
        choices - the collection of choices in the radio choice
        renderer - the rendering engine
    • Method Detail

      • onConfigure

        public void onConfigure​(com.googlecode.wicket.jquery.core.JQueryBehavior behavior)
        Specified by:
        onConfigure in interface com.googlecode.wicket.jquery.core.IJQueryWidget
      • onBeforeRender

        public void onBeforeRender​(com.googlecode.wicket.jquery.core.JQueryBehavior behavior)
        Specified by:
        onBeforeRender in interface com.googlecode.wicket.jquery.core.IJQueryWidget
      • newWidgetBehavior

        public RadioChoice.RadioChoiceBehavior newWidgetBehavior​(String selector)
        Specified by:
        newWidgetBehavior in interface com.googlecode.wicket.jquery.core.IJQueryWidget