Class CheckChoice<T>

    • Constructor Detail

      • CheckChoice

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

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

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

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

        public CheckChoice​(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 check choice
        renderer - the rendering engine
      • CheckChoice

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

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

        public CheckChoice​(String id,
                           IModel<? extends Collection<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 check choice
        renderer - the rendering engine
      • CheckChoice

        public CheckChoice​(String id,
                           IModel<? extends Collection<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 check 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 CheckChoice.CheckChoiceBehavior newWidgetBehavior​(String selector)
        Specified by:
        newWidgetBehavior in interface com.googlecode.wicket.jquery.core.IJQueryWidget