Java org.apache.wicket.extensions.markup.html.form.select SelectOptions fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.extensions.markup.html.form.select SelectOptions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.extensions.markup.html.form.select SelectOptions.

The text is from its open source code.

Constructor

Method

ComponentsetEscapeModelStrings(final boolean escapeMarkup)
Sets whether model strings should be escaped.
ComponentsetOutputMarkupId(final boolean output)
Sets whether or not component will output id attribute into the markup.
SelectOptionssetRecreateChoices(final boolean refresh)
Controls whether SelectOption s are recreated on each render.
ComponentsetRenderBodyOnly(final boolean renderTag)
If false the component's tag will be printed as well as its body (which is default).