|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.Component
org.apache.wicket.MarkupContainer
org.apache.wicket.markup.html.WebMarkupContainer
org.apache.wicket.markup.html.WebMarkupContainerWithAssociatedMarkup
org.apache.wicket.markup.html.panel.Panel
org.apache.wicket.extensions.markup.html.repeater.data.table.filter.AbstractFilter
org.apache.wicket.extensions.markup.html.repeater.data.table.filter.ChoiceFilter
public class ChoiceFilter
Filter that can be represented by a drop down list of choices
DropDownChoice,
Serialized Form| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.wicket.Component |
|---|
org.apache.wicket.Component.ComponentModelChange, org.apache.wicket.Component.EnabledChange, org.apache.wicket.Component.IVisitor, org.apache.wicket.Component.VisibilityChange |
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.Component |
|---|
ENABLE, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED6, FLAG_RESERVED7, FLAG_RESERVED8, PATH_SEPARATOR, RENDER |
| Constructor Summary | |
|---|---|
ChoiceFilter(java.lang.String id,
org.apache.wicket.model.IModel model,
FilterForm form,
org.apache.wicket.model.IModel choices,
boolean autoSubmit)
|
|
ChoiceFilter(java.lang.String id,
org.apache.wicket.model.IModel model,
FilterForm form,
org.apache.wicket.model.IModel choices,
org.apache.wicket.markup.html.form.IChoiceRenderer renderer,
boolean autoSubmit)
|
|
ChoiceFilter(java.lang.String id,
org.apache.wicket.model.IModel model,
FilterForm form,
java.util.List choices,
boolean autoSubmit)
|
|
ChoiceFilter(java.lang.String id,
org.apache.wicket.model.IModel model,
FilterForm form,
java.util.List choices,
org.apache.wicket.markup.html.form.IChoiceRenderer renderer,
boolean autoSubmit)
|
|
| Method Summary | |
|---|---|
org.apache.wicket.markup.html.form.DropDownChoice |
getChoice()
|
protected org.apache.wicket.markup.html.form.DropDownChoice |
newDropDownChoice(java.lang.String id,
org.apache.wicket.model.IModel model,
org.apache.wicket.model.IModel choices,
org.apache.wicket.markup.html.form.IChoiceRenderer renderer)
Factory method for the drop down choice component |
| Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.data.table.filter.AbstractFilter |
|---|
enableFocusTracking, getState, getStateLocator, getStateModel |
| Methods inherited from class org.apache.wicket.markup.html.panel.Panel |
|---|
onComponentTag, onComponentTagBody, renderHead |
| Methods inherited from class org.apache.wicket.markup.html.WebMarkupContainerWithAssociatedMarkup |
|---|
newHeaderPartContainer, renderHeadFromAssociatedMarkupFile |
| Methods inherited from class org.apache.wicket.markup.html.WebMarkupContainer |
|---|
getMarkupType, getWebPage |
| Methods inherited from class org.apache.wicket.MarkupContainer |
|---|
add, addOrReplace, autoAdd, autoAdd, contains, findMarkupStream, get, getAssociatedMarkupStream, getMarkupStream, hasAssociatedMarkup, internalAdd, isTransparentResolver, iterator, iterator, newMarkupResourceStream, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderComponentTagBody, replace, setMarkupStream, setModel, size, toString, toString, visitChildren, visitChildren |
| Methods inherited from class org.apache.wicket.Component |
|---|
add, addStateChange, afterRender, beforeRender, callOnBeforeRenderIfNotVisible, checkComponentTag, checkComponentTagAttribute, checkHierarchyChange, continueToOriginalDestination, debug, detach, detachBehaviors, detachModel, detachModels, error, exceptionMessage, fatal, findPage, findParent, findParentWithAssociatedMarkup, getApplication, getBehaviors, getBehaviors, getClassRelativePath, getComponentBorder, getConverter, getConverter, getEscapeModelStrings, getFeedbackMessage, getFlag, getFlag, getId, getInnermostModel, getInnermostModel, getLocale, getLocalizer, getMarkupAttributes, getMarkupId, getMetaData, getModel, getModelComparator, getModelObject, getModelObjectAsString, getModelObjectAsString, getOutputMarkupId, getOutputMarkupPlaceholderTag, getPage, getPageFactory, getPageRelativePath, getParent, getPath, getRenderBodyOnly, getRequest, getRequestCycle, getResponse, getSession, getSizeInBytes, getStatelessHint, getString, getString, getString, getStyle, getVariation, hasBeenRendered, hasErrorMessage, hasFeedbackMessage, info, initModel, internalAttach, internalDetach, internalOnAttach, internalOnDetach, internalOnModelChanged, isActionAuthorized, isAncestorOf, isAttached, isBehaviorAccepted, isEnableAllowed, isEnabled, isIgnoreAttributeModifier, isRenderAllowed, isStateless, isVersioned, isVisible, isVisibleInHierarchy, locateMarkupStream, markAttached, markRendering, modelChanged, modelChanging, newPage, newPage, onAfterRender, onAttach, onBeforeRender, onBeginRequest, onDetach, onEndRequest, onModelChanged, onModelChanging, prepareForRender, redirectToInterceptPage, remove, remove, render, render, renderComponent, renderComponent, renderComponentTag, rendered, replaceComponentTagBody, replaceWith, sameInnermostModel, sameInnermostModel, setAuto, setComponentBorder, setEnabled, setEscapeModelStrings, setFlag, setFlag, setIgnoreAttributeModifier, setMarkupId, setMetaData, setModelObject, setOutputMarkupId, setOutputMarkupPlaceholderTag, setRedirect, setRenderBodyOnly, setResponsePage, setResponsePage, setResponsePage, setVersioned, setVisible, urlFor, urlFor, urlFor, urlFor, urlFor, urlFor, visitParents, warn, wrap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChoiceFilter(java.lang.String id,
org.apache.wicket.model.IModel model,
FilterForm form,
org.apache.wicket.model.IModel choices,
boolean autoSubmit)
id - model - form - choices - autoSubmit -
public ChoiceFilter(java.lang.String id,
org.apache.wicket.model.IModel model,
FilterForm form,
java.util.List choices,
boolean autoSubmit)
id - model - form - choices - autoSubmit -
public ChoiceFilter(java.lang.String id,
org.apache.wicket.model.IModel model,
FilterForm form,
java.util.List choices,
org.apache.wicket.markup.html.form.IChoiceRenderer renderer,
boolean autoSubmit)
id - model - form - choices - renderer - autoSubmit -
public ChoiceFilter(java.lang.String id,
org.apache.wicket.model.IModel model,
FilterForm form,
org.apache.wicket.model.IModel choices,
org.apache.wicket.markup.html.form.IChoiceRenderer renderer,
boolean autoSubmit)
id - component idmodel - model for the drop down choice componentform - filter form this component will be attached tochoices - list of choices, see DropDownChoicerenderer - choice renderer, see DropDownChoiceautoSubmit - if true this filter will submit the form on selection changeDropDownChoice| Method Detail |
|---|
protected org.apache.wicket.markup.html.form.DropDownChoice newDropDownChoice(java.lang.String id,
org.apache.wicket.model.IModel model,
org.apache.wicket.model.IModel choices,
org.apache.wicket.markup.html.form.IChoiceRenderer renderer)
id - component idmodel - component modelchoices - choices modelrenderer - choice renderer
public org.apache.wicket.markup.html.form.DropDownChoice getChoice()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||