Uses of Interface
org.apache.wicket.model.IModel

Packages that use IModel
org.apache.wicket The core Wicket package. 
org.apache.wicket.ajax.markup.html   
org.apache.wicket.ajax.markup.html.form   
org.apache.wicket.behavior   
org.apache.wicket.datetime.markup.html.basic   
org.apache.wicket.datetime.markup.html.form   
org.apache.wicket.examples   
org.apache.wicket.examples.ajax.builtin.tree   
org.apache.wicket.examples.forminput   
org.apache.wicket.examples.repeater   
org.apache.wicket.examples.source   
org.apache.wicket.examples.stateless   
org.apache.wicket.examples.stockquote   
org.apache.wicket.examples.template   
org.apache.wicket.examples.template.pageinheritance   
org.apache.wicket.extensions.ajax.markup.html   
org.apache.wicket.extensions.ajax.markup.html.autocomplete   
org.apache.wicket.extensions.ajax.markup.html.modal   
org.apache.wicket.extensions.ajax.markup.html.repeater.data.table   
org.apache.wicket.extensions.breadcrumb.panel This package contains a panel based implementation of bread crumb participants. 
org.apache.wicket.extensions.markup.html.basic Basic extensions. 
org.apache.wicket.extensions.markup.html.form   
org.apache.wicket.extensions.markup.html.form.palette   
org.apache.wicket.extensions.markup.html.form.select   
org.apache.wicket.extensions.markup.html.repeater.data.grid   
org.apache.wicket.extensions.markup.html.repeater.data.table   
org.apache.wicket.extensions.markup.html.repeater.data.table.filter   
org.apache.wicket.extensions.markup.html.tabs Package for working with tab panels. 
org.apache.wicket.extensions.markup.html.tree   
org.apache.wicket.extensions.markup.html.tree.table   
org.apache.wicket.extensions.model Convenience models. 
org.apache.wicket.extensions.rating   
org.apache.wicket.extensions.wizard Package for working with Wizard components. 
org.apache.wicket.extensions.wizard.dynamic   
org.apache.wicket.extensions.yui.calendar   
org.apache.wicket.feedback Classes related to showing user feedback, generally as the result of form submission and/or validation. 
org.apache.wicket.markup.html Base package of HTML markup. 
org.apache.wicket.markup.html.basic Basic HTML components. 
org.apache.wicket.markup.html.body   
org.apache.wicket.markup.html.border Border components. 
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.markup.html.form.upload Support for upload forms (using multipart requests). 
org.apache.wicket.markup.html.form.validation Support for form validation. 
org.apache.wicket.markup.html.image Image components. 
org.apache.wicket.markup.html.include Components for including content from non-Wicket sources. 
org.apache.wicket.markup.html.link Link components. 
org.apache.wicket.markup.html.list List components for tabular data and such. 
org.apache.wicket.markup.html.panel Panel components. 
org.apache.wicket.markup.html.resources Support classes for HTML specific resources. 
org.apache.wicket.markup.html.tree Package for Tree components. 
org.apache.wicket.markup.repeater   
org.apache.wicket.markup.repeater.data   
org.apache.wicket.markup.repeater.util   
org.apache.wicket.markup.transformer Transformers are able to post-process (transform) the output generated by a Component. 
org.apache.wicket.model Core model support for Wicket components. 
org.apache.wicket.spring.annot.web   
org.apache.wicket.spring.common.web   
org.apache.wicket.spring.direct.web   
org.apache.wicket.spring.proxy.web   
org.apache.wicket.util.template Resource extensions that make working with header contributions easier and more maintainable. 
org.apache.wicket.velocity   
org.apache.wicket.velocity.markup.html   
 

Uses of IModel in org.apache.wicket
 

Methods in org.apache.wicket that return IModel
 IModel Component.getInnermostModel()
           
protected  IModel Component.getInnermostModel(IModel model)
          Finds the innermost IModel object for an IModel that might contain nested IModel(s).
 IModel Component.getModel()
          Gets the model.
protected  IModel AttributeModifier.getReplaceModel()
          Gets the replacement model.
protected  IModel Component.initModel()
          Called when a null model is about to be retrieved in order to allow a subclass to provide an initial model.
protected  IModel Component.wrap(IModel model)
           
 

Methods in org.apache.wicket with parameters of type IModel
protected  IModel Component.getInnermostModel(IModel model)
          Finds the innermost IModel object for an IModel that might contain nested IModel(s).
 java.lang.String Localizer.getString(java.lang.String key, Component component, IModel model)
           
 java.lang.String Localizer.getString(java.lang.String key, Component component, IModel model, java.util.Locale locale, java.lang.String style, java.lang.String defaultValue)
          This method is now deprecated.
 java.lang.String Localizer.getString(java.lang.String key, Component component, IModel model, java.lang.String defaultValue)
          Get the localized string using all of the supplied parameters.
 java.lang.String Component.getString(java.lang.String key, IModel model)
           
 java.lang.String Component.getString(java.lang.String key, IModel model, java.lang.String defaultValue)
           
 boolean Component.sameInnermostModel(IModel model)
           
 Component MarkupContainer.setModel(IModel model)
           
 Component Component.setModel(IModel model)
          Sets the given model.
 java.lang.String Localizer.substitutePropertyExpressions(Component component, java.lang.String string, IModel model)
          Helper method to handle property variable substitution in strings.
protected  IModel Component.wrap(IModel model)
           
 

Constructors in org.apache.wicket with parameters of type IModel
AttributeModifier(java.lang.String attribute, boolean addAttributeIfNotPresent, IModel replaceModel)
          Create a new attribute modifier with the given attribute name and model to replace with.
AttributeModifier(java.lang.String attribute, IModel replaceModel)
          Create a new attribute modifier with the given attribute name and model to replace with.
AttributeModifier(java.lang.String attribute, java.lang.String pattern, boolean addAttributeIfNotPresent, IModel replaceModel)
          Create a new attribute modifier with the given attribute name and expected pattern to match plus the model to replace with.
AttributeModifier(java.lang.String attribute, java.lang.String pattern, IModel replaceModel)
          Create a new attribute modifier with the given attribute name and expected pattern to match plus the model to replace with.
Component.ComponentModelChange(IModel model)
          Construct.
Component(java.lang.String id, IModel model)
          Constructor.
MarkupContainer(java.lang.String id, IModel model)
           
Page(IModel model)
          Constructor.
Page(IPageMap pageMap, IModel model)
          Constructor.
 

Uses of IModel in org.apache.wicket.ajax.markup.html
 

Constructors in org.apache.wicket.ajax.markup.html with parameters of type IModel
AjaxFallbackLink(java.lang.String id, IModel model)
          Construct.
AjaxLink(java.lang.String id, IModel model)
          Construct.
 

Uses of IModel in org.apache.wicket.ajax.markup.html.form
 

Constructors in org.apache.wicket.ajax.markup.html.form with parameters of type IModel
AjaxButton(java.lang.String id, IModel model)
          Construct.
AjaxButton(java.lang.String id, IModel model, Form form)
          Construct.
AjaxCheckBox(java.lang.String id, IModel model)
          Construct.
AjaxFallbackButton(java.lang.String id, IModel model, Form form)
          Construct.
 

Uses of IModel in org.apache.wicket.behavior
 

Constructors in org.apache.wicket.behavior with parameters of type IModel
AttributeAppender(java.lang.String attribute, boolean addAttributeIfNotPresent, IModel appendModel, java.lang.String separator)
          Creates an AttributeModifier that appends the appendModel's value to the current value of the attribute, and will add the attribute when addAttributeIfNotPresent is true.
AttributeAppender(java.lang.String attribute, IModel appendModel, java.lang.String separator)
          Creates an AttributeModifier that appends the appendModel's value to the current value of the attribute, and will add the attribute when it is not there already.
StringHeaderContributor(IModel contribution)
          Construct.
 

Uses of IModel in org.apache.wicket.datetime.markup.html.basic
 

Methods in org.apache.wicket.datetime.markup.html.basic with parameters of type IModel
static DateLabel DateLabel.forDatePattern(java.lang.String id, IModel model, java.lang.String datePattern)
          Creates a new DateLabel defaulting to using a short date pattern
static DateLabel DateLabel.forDateStyle(java.lang.String id, IModel model, java.lang.String dateStyle)
          Creates a new DateLabel defaulting to using a short date pattern
static DateLabel DateLabel.forShortStyle(java.lang.String id, IModel model)
          Creates a new DateLabel defaulting to using a short date pattern
static DateLabel DateLabel.withConverter(java.lang.String id, IModel model, DateConverter converter)
          Creates a new DateLabel using the provided converter.
 

Constructors in org.apache.wicket.datetime.markup.html.basic with parameters of type IModel
DateLabel(java.lang.String id, IModel model, DateConverter converter)
          Construct with a converter.
 

Uses of IModel in org.apache.wicket.datetime.markup.html.form
 

Methods in org.apache.wicket.datetime.markup.html.form with parameters of type IModel
static DateTextField DateTextField.forDatePattern(java.lang.String id, IModel model, java.lang.String datePattern)
          Creates a new DateTextField defaulting to using a short date pattern
static DateTextField DateTextField.forDateStyle(java.lang.String id, IModel model, java.lang.String dateStyle)
          Creates a new DateTextField using the provided date style.
static DateTextField DateTextField.forShortStyle(java.lang.String id, IModel model)
          Creates a new DateTextField defaulting to using a short date pattern
static DateTextField DateTextField.withConverter(java.lang.String id, IModel model, DateConverter converter)
          Creates a new DateTextField using the provided converter.
 

Constructors in org.apache.wicket.datetime.markup.html.form with parameters of type IModel
DateTextField(java.lang.String id, IModel model, DateConverter converter)
          Construct with a converter.
 

Uses of IModel in org.apache.wicket.examples
 

Constructors in org.apache.wicket.examples with parameters of type IModel
WicketExamplePage(IModel model)
          Construct.
 

Uses of IModel in org.apache.wicket.examples.ajax.builtin.tree
 

Constructors in org.apache.wicket.examples.ajax.builtin.tree with parameters of type IModel
EditablePanel(java.lang.String id, IModel inputModel)
          Panel constructor.
 

Uses of IModel in org.apache.wicket.examples.forminput
 

Constructors in org.apache.wicket.examples.forminput with parameters of type IModel
Multiply(java.lang.String id, IModel model)
          Construct.
 

Uses of IModel in org.apache.wicket.examples.repeater
 

Classes in org.apache.wicket.examples.repeater that implement IModel
 class DetachableContactModel
          detachable model for an instance of contact
 

Methods in org.apache.wicket.examples.repeater that return IModel
 IModel SortableContactDataProvider.model(java.lang.Object object)
           
 IModel ContactDataProvider.model(java.lang.Object object)
          wraps retrieved contact pojo with a wicket model
 

Uses of IModel in org.apache.wicket.examples.source
 

Classes in org.apache.wicket.examples.source that implement IModel
 class SourcesPage.PackagedResourcesModel
          Model for retrieving the contents of a package directory from the class path.
 class SourcesPage.SourceModel
          Model for retrieving the source code from the classpath of a packaged resource.
 

Uses of IModel in org.apache.wicket.examples.stateless
 

Classes in org.apache.wicket.examples.stateless that implement IModel
 class SessionModel
          Model that displays whether a session was created yet, and if it was, prints the session id.
 

Uses of IModel in org.apache.wicket.examples.stockquote
 

Constructors in org.apache.wicket.examples.stockquote with parameters of type IModel
StockQuoteLabel(java.lang.String id, IModel model)
           
 

Uses of IModel in org.apache.wicket.examples.template
 

Constructors in org.apache.wicket.examples.template with parameters of type IModel
Banner(java.lang.String id, IModel model)
          Construct.
Banner1(java.lang.String id, IModel model)
          Construct.
Banner2(java.lang.String id, IModel model)
          Construct.
 

Uses of IModel in org.apache.wicket.examples.template.pageinheritance
 

Constructors in org.apache.wicket.examples.template.pageinheritance with parameters of type IModel
Panel1(java.lang.String id, IModel model)
          Construct.
TemplatePanel(java.lang.String id, IModel model)
          Construct.
 

Uses of IModel in org.apache.wicket.extensions.ajax.markup.html
 

Methods in org.apache.wicket.extensions.ajax.markup.html with parameters of type IModel
protected  FormComponent AjaxEditableMultiLineLabel.newEditor(MarkupContainer parent, java.lang.String componentId, IModel model)
           
protected  FormComponent AjaxEditableLabel.newEditor(MarkupContainer parent, java.lang.String componentId, IModel model)
          Create a new form component instance to serve as editor.
protected  FormComponent AjaxEditableChoiceLabel.newEditor(MarkupContainer parent, java.lang.String componentId, IModel model)
           
protected  Component AjaxEditableMultiLineLabel.newLabel(MarkupContainer parent, java.lang.String componentId, IModel model)
           
protected  Component AjaxEditableLabel.newLabel(MarkupContainer parent, java.lang.String componentId, IModel model)
          Create a new form component instance to serve as label.
protected  Component AjaxEditableChoiceLabel.newLabel(MarkupContainer parent, java.lang.String componentId, IModel model)
           
 AjaxEditableLabel AjaxEditableLabel.setLabel(IModel labelModel)
          The value will be made available to the validator property by means of ${label}.
 Component AjaxEditableLabel.setModel(IModel model)
           
 

Constructors in org.apache.wicket.extensions.ajax.markup.html with parameters of type IModel
AjaxEditableChoiceLabel(java.lang.String id, IModel model)
          Construct.
AjaxEditableChoiceLabel(java.lang.String id, IModel model, IModel choices)
          Construct.
AjaxEditableChoiceLabel(java.lang.String id, IModel model, IModel choices, IChoiceRenderer renderer)
          Construct.
AjaxEditableChoiceLabel(java.lang.String id, IModel model, java.util.List choices)
          Construct.
AjaxEditableChoiceLabel(java.lang.String id, IModel model, java.util.List choices, IChoiceRenderer renderer)
          Construct.
AjaxEditableLabel(java.lang.String id, IModel model)
          Constructor
AjaxEditableMultiLineLabel(java.lang.String id, IModel model)
          Construct.
AjaxLazyLoadPanel(java.lang.String id, IModel model)
           
IndicatingAjaxFallbackLink(java.lang.String id, IModel model)
          Constructor
IndicatingAjaxLink(java.lang.String id, IModel model)
          Constructor
 

Uses of IModel in org.apache.wicket.extensions.ajax.markup.html.autocomplete
 

Constructors in org.apache.wicket.extensions.ajax.markup.html.autocomplete with parameters of type IModel
AutoCompleteTextField(java.lang.String id, IModel object)
           
AutoCompleteTextField(java.lang.String id, IModel object, AutoCompleteSettings settings)
          Construct.
AutoCompleteTextField(java.lang.String id, IModel object, boolean preselect)
           
AutoCompleteTextField(java.lang.String id, IModel model, java.lang.Class type, AutoCompleteSettings settings)
          Construct.
AutoCompleteTextField(java.lang.String id, IModel model, java.lang.Class type, boolean preselect)
           
AutoCompleteTextField(java.lang.String id, IModel model, java.lang.Class type, IAutoCompleteRenderer renderer, AutoCompleteSettings settings)
          Constructor
AutoCompleteTextField(java.lang.String id, IModel model, java.lang.Class type, IAutoCompleteRenderer renderer, boolean preselect)
           
AutoCompleteTextField(java.lang.String id, IModel model, IAutoCompleteRenderer renderer)
           
DefaultCssAutocompleteTextField(java.lang.String string, IModel model)
           
 

Uses of IModel in org.apache.wicket.extensions.ajax.markup.html.modal
 

Methods in org.apache.wicket.extensions.ajax.markup.html.modal that return IModel
 IModel ModalWindow.getTitle()
          Returns the title of the window.
 

Methods in org.apache.wicket.extensions.ajax.markup.html.modal with parameters of type IModel
 void ModalWindow.setTitle(IModel title)
          Sets the title of window.
 

Uses of IModel in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table
 

Methods in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table with parameters of type IModel
protected  Item AjaxFallbackDefaultDataTable.newRowItem(java.lang.String id, int index, IModel model)
           
 

Uses of IModel in org.apache.wicket.extensions.breadcrumb.panel
 

Constructors in org.apache.wicket.extensions.breadcrumb.panel with parameters of type IModel
BreadCrumbPanel(java.lang.String id, IBreadCrumbModel breadCrumbModel, IModel model)
          Construct.
 

Uses of IModel in org.apache.wicket.extensions.markup.html.basic
 

Constructors in org.apache.wicket.extensions.markup.html.basic with parameters of type IModel
SmartLinkLabel(java.lang.String name, IModel model)
           
SmartLinkMultiLineLabel(java.lang.String name, IModel model)
           
 

Uses of IModel in org.apache.wicket.extensions.markup.html.form
 

Constructors in org.apache.wicket.extensions.markup.html.form with parameters of type IModel
DateTextField(java.lang.String id, IModel model)
          Creates a new DateTextField, without a specified pattern.
DateTextField(java.lang.String id, IModel model, java.lang.String datePattern)
          Creates a new DateTextField bound with a specific SimpleDateFormat pattern.
 

Uses of IModel in org.apache.wicket.extensions.markup.html.form.palette
 

Constructors in org.apache.wicket.extensions.markup.html.form.palette with parameters of type IModel
Palette(java.lang.String id, IModel choicesModel, IChoiceRenderer choiceRenderer, int rows, boolean allowOrder)
           
Palette(java.lang.String id, IModel model, IModel choicesModel, IChoiceRenderer choiceRenderer, int rows, boolean allowOrder)
           
 

Uses of IModel in org.apache.wicket.extensions.markup.html.form.select
 

Methods in org.apache.wicket.extensions.markup.html.form.select that return IModel
 IModel IOptionRenderer.getModel(java.lang.Object value)
          Gets the model that will be used to represent the value object.
 

Methods in org.apache.wicket.extensions.markup.html.form.select with parameters of type IModel
protected  SelectOption SelectOptions.newOption(java.lang.String text, IModel model)
          Factory method for creating a new SelectOption.
 

Constructors in org.apache.wicket.extensions.markup.html.form.select with parameters of type IModel
Select(java.lang.String id, IModel model)
           
SelectOption(java.lang.String id, IModel model)
           
SelectOptions(java.lang.String id, IModel model, IOptionRenderer renderer)
          Constructor
 

Uses of IModel in org.apache.wicket.extensions.markup.html.repeater.data.grid
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.grid with parameters of type IModel
protected  Item AbstractDataGridView.newCellItem(java.lang.String id, int index, IModel model)
          Factory method for Item container that represents a cell.
protected  Item AbstractDataGridView.newItem(java.lang.String id, int index, IModel model)
           
protected  Item AbstractDataGridView.newRowItem(java.lang.String id, int index, IModel model)
          Factory method for Item container that represents a row.
 void PropertyPopulator.populateItem(Item cellItem, java.lang.String componentId, IModel rowModel)
           
 void ICellPopulator.populateItem(Item cellItem, java.lang.String componentId, IModel rowModel)
          Method used to populate a cell in the DataGridView Implementation MUST add a component to the cellItem using the component id provided by componentId argument, otherwise a WicketRuntimeException will be thrown
 

Uses of IModel in org.apache.wicket.extensions.markup.html.repeater.data.table
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.table that return IModel
protected  IModel PropertyColumn.createLabelModel(IModel embeddedModel)
           
 IModel AbstractColumn.getDisplayModel()
           
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.table with parameters of type IModel
protected  IModel PropertyColumn.createLabelModel(IModel embeddedModel)
           
protected  Item DataTable.newCellItem(java.lang.String id, int index, IModel model)
          Factory method for Item container that represents a cell in the underlying DataGridView
protected  Item DefaultDataTable.newRowItem(java.lang.String id, int index, IModel model)
           
protected  Item DataTable.newRowItem(java.lang.String id, int index, IModel model)
          Factory method for Item container that represents a row in the underlying DataGridView
 void PropertyColumn.populateItem(Item item, java.lang.String componentId, IModel model)
          Implementation of populateItem which adds a label to the cell whose model is the provided property expression evaluated against rowModelObject
 

Constructors in org.apache.wicket.extensions.markup.html.repeater.data.table with parameters of type IModel
AbstractColumn(IModel displayModel)
           
AbstractColumn(IModel displayModel, java.lang.String sortProperty)
           
AbstractToolbar(IModel model, DataTable table)
          Constructor
NoRecordsToolbar(DataTable table, IModel messageModel)
           
PropertyColumn(IModel displayModel, java.lang.String propertyExpression)
          Creates a non sortable property column
PropertyColumn(IModel displayModel, java.lang.String sortProperty, java.lang.String propertyExpression)
          Creates a property column that is also sortable
 

Uses of IModel in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
 

Fields in org.apache.wicket.extensions.markup.html.repeater.data.table.filter declared as IModel
protected static IModel GoAndClearFilter.defaultClearModel
           
protected static IModel GoFilter.defaultGoModel
           
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.table.filter that return IModel
protected  IModel ChoiceFilteredPropertyColumn.getFilterChoices()
           
protected  IModel TextFilteredPropertyColumn.getFilterModel(FilterForm form)
          Returns the model that will be passed on to the text filter.
protected  IModel ChoiceFilteredPropertyColumn.getFilterModel(FilterForm form)
          Returns the model that will be passed on to the text filter.
protected  IModel AbstractFilter.getStateModel()
           
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.table.filter with parameters of type IModel
protected  DropDownChoice ChoiceFilter.newDropDownChoice(java.lang.String id, IModel model, IModel choices, IChoiceRenderer renderer)
          Factory method for the drop down choice component
 

Constructors in org.apache.wicket.extensions.markup.html.repeater.data.table.filter with parameters of type IModel
ChoiceFilter(java.lang.String id, IModel model, FilterForm form, IModel choices, boolean autoSubmit)
           
ChoiceFilter(java.lang.String id, IModel model, FilterForm form, IModel choices, IChoiceRenderer renderer, boolean autoSubmit)
           
ChoiceFilter(java.lang.String id, IModel model, FilterForm form, java.util.List choices, boolean autoSubmit)
           
ChoiceFilter(java.lang.String id, IModel model, FilterForm form, java.util.List choices, IChoiceRenderer renderer, boolean autoSubmit)
           
ChoiceFilteredPropertyColumn(IModel displayModel, java.lang.String propertyExpression, IModel filterChoices)
           
ChoiceFilteredPropertyColumn(IModel displayModel, java.lang.String sortProperty, java.lang.String propertyExpression, IModel filterChoices)
           
FilteredAbstractColumn(IModel displayModel)
          Constructor
FilteredAbstractColumn(IModel displayModel, java.lang.String sortProperty)
          Constructor
FilteredPropertyColumn(IModel displayModel, java.lang.String propertyExpression)
           
FilteredPropertyColumn(IModel displayModel, java.lang.String sortProperty, java.lang.String propertyExpression)
          Constructor
GoAndClearFilter(java.lang.String id, FilterForm form, IModel goModel, IModel clearModel)
          Constructor
GoFilter(java.lang.String id, IModel goModel)
          Constructor
TextFilter(java.lang.String id, IModel model, FilterForm form)
          Constructor
TextFilteredPropertyColumn(IModel displayModel, java.lang.String propertyExpression)
           
TextFilteredPropertyColumn(IModel displayModel, java.lang.String sortProperty, java.lang.String propertyExpression)
           
 

Uses of IModel in org.apache.wicket.extensions.markup.html.tabs
 

Methods in org.apache.wicket.extensions.markup.html.tabs that return IModel
 IModel PanelCachingTab.getTitle()
           
 IModel ITab.getTitle()
           
 IModel AbstractTab.getTitle()
           
 

Methods in org.apache.wicket.extensions.markup.html.tabs with parameters of type IModel
protected  Component TabbedPanel.newTitle(java.lang.String titleId, IModel titleModel, int index)
          Factory method for tab titles.
 

Constructors in org.apache.wicket.extensions.markup.html.tabs with parameters of type IModel
AbstractTab(IModel title)
          Constructor
 

Uses of IModel in org.apache.wicket.extensions.markup.html.tree
 

Constructors in org.apache.wicket.extensions.markup.html.tree with parameters of type IModel
DefaultAbstractTree(java.lang.String id, IModel model)
          Tree constructor.
Tree(java.lang.String id, IModel model)
          Tree constructor.
 

Uses of IModel in org.apache.wicket.extensions.markup.html.tree.table
 

Constructors in org.apache.wicket.extensions.markup.html.tree.table with parameters of type IModel
TreeTable(java.lang.String id, IModel model, IColumn[] columns)
          Creates the TreeTable for the given model and array of columns.
 

Uses of IModel in org.apache.wicket.extensions.model
 

Classes in org.apache.wicket.extensions.model that implement IModel
 class AbstractCheckBoxModel
          Model adapter that makes working with models for checkboxes easier.
 

Uses of IModel in org.apache.wicket.extensions.rating
 

Methods in org.apache.wicket.extensions.rating with parameters of type IModel
protected  Component RatingPanel.newRatingLabel(java.lang.String id, IModel rating, IModel nrOfVotes)
          Creates a new rating label, showing a message like 'Rated 5.4 from 53 votes'.
protected  Component RatingPanel.newRatingStarBar(java.lang.String id, IModel nrOfStars)
          Creates a new bar filled with stars to click on.
 

Constructors in org.apache.wicket.extensions.rating with parameters of type IModel
RatingPanel(java.lang.String id, IModel rating)
          Constructs a rating component with 5 stars, using the rating for retrieving the rating.
RatingPanel(java.lang.String id, IModel rating, IModel nrOfStars, IModel nrOfVotes, IModel hasVoted, boolean addDefaultCssStyle)
          Constructs a rating panel with nrOfStars stars, where the rating model is used to retrieve the rating, the nrOfVotes model used to retrieve the number of votes cast and the hasVoted model to retrieve whether the user already had cast a vote.
RatingPanel(java.lang.String id, IModel rating, int nrOfStars, boolean addDefaultCssStyle)
          Constructs a rating component with nrOfStars stars, using the rating for retrieving the rating.
RatingPanel(java.lang.String id, IModel rating, int nrOfStars, IModel nrOfVotes, boolean addDefaultCssStyle)
          Constructs a rating panel with nrOfStars stars, where the rating model is used to retrieve the rating, the nrOfVotes model to retrieve the number of casted votes.
 

Uses of IModel in org.apache.wicket.extensions.wizard
 

Methods in org.apache.wicket.extensions.wizard that return IModel
 IModel StaticContentStep.getContentModel()
          Gets the content model.
 

Methods in org.apache.wicket.extensions.wizard with parameters of type IModel
 void StaticContentStep.setContentModel(IModel content)
          Sets the content model.
 void WizardStep.setSummaryModel(IModel summary)
          Sets summary.
 void WizardStep.setTitleModel(IModel title)
          Sets title.
 

Constructors in org.apache.wicket.extensions.wizard with parameters of type IModel
StaticContentStep(IModel title, IModel summary, IModel content, boolean allowHtml)
          Construct.
StaticContentStep(IModel title, IModel summary, java.lang.String content, boolean allowHtml)
          Construct.
StaticContentStep(java.lang.String title, java.lang.String summary, IModel content, boolean allowHtml)
          Construct.
WizardStep(IModel title, IModel summary)
          Creates a new step with the specified title and summary.
WizardStep(IModel title, IModel summary, IModel model)
          Creates a new step with the specified title and summary.
WizardStep(java.lang.String title, java.lang.String summary, IModel model)
          Creates a new step with the specified title and summary.
 

Uses of IModel in org.apache.wicket.extensions.wizard.dynamic
 

Constructors in org.apache.wicket.extensions.wizard.dynamic with parameters of type IModel
DynamicWizardStep(IDynamicWizardStep previousStep, IModel title, IModel summary)
          Creates a new step with the specified title and summary.
DynamicWizardStep(IDynamicWizardStep previousStep, IModel title, IModel summary, IModel model)
          Creates a new step with the specified title and summary.
DynamicWizardStep(IDynamicWizardStep previousStep, java.lang.String title, java.lang.String summary, IModel model)
          Creates a new step with the specified title and summary.
 

Uses of IModel in org.apache.wicket.extensions.yui.calendar
 

Constructors in org.apache.wicket.extensions.yui.calendar with parameters of type IModel
DateField(java.lang.String id, IModel model)
          Construct.
DateTimeField(java.lang.String id, IModel model)
          Construct.
 

Uses of IModel in org.apache.wicket.feedback
 

Classes in org.apache.wicket.feedback that implement IModel
 class FeedbackMessagesModel
          Model for extracting feedback messages.
 

Uses of IModel in org.apache.wicket.markup.html
 

Constructors in org.apache.wicket.markup.html with parameters of type IModel
WebComponent(java.lang.String id, IModel model)
           
WebMarkupContainer(java.lang.String id, IModel model)
           
WebMarkupContainerWithAssociatedMarkup(java.lang.String id, IModel model)
           
WebPage(IModel model)
           
WebPage(IPageMap pageMap, IModel model)
           
 

Uses of IModel in org.apache.wicket.markup.html.basic
 

Constructors in org.apache.wicket.markup.html.basic with parameters of type IModel
Label(java.lang.String id, IModel model)
           
MultiLineLabel(java.lang.String id, IModel model)
           
 

Uses of IModel in org.apache.wicket.markup.html.body
 

Constructors in org.apache.wicket.markup.html.body with parameters of type IModel
BodyTagAttributeModifier(java.lang.String attribute, boolean addAttributeIfNotPresent, IModel replaceModel, Component behaviorOwner)
          Create a new attribute modifier with the given attribute name and model to replace with.
BodyTagAttributeModifier(java.lang.String attribute, IModel replaceModel, Component behaviorOwner)
          Create a new attribute modifier with the given attribute name and model to replace with.
BodyTagAttributeModifier(java.lang.String attribute, java.lang.String pattern, boolean addAttributeIfNotPresent, IModel replaceModel, Component behaviorOwner)
          Create a new attribute modifier with the given attribute name and expected pattern to match plus the model to replace with.
BodyTagAttributeModifier(java.lang.String attribute, java.lang.String pattern, IModel replaceModel, Component behaviorOwner)
          Create a new attribute modifier with the given attribute name and expected pattern to match plus the model to replace with.
 

Uses of IModel in org.apache.wicket.markup.html.border
 

Constructors in org.apache.wicket.markup.html.border with parameters of type IModel
Border(java.lang.String id, IModel model)
           
 

Uses of IModel in org.apache.wicket.markup.html.form
 

Methods in org.apache.wicket.markup.html.form that return IModel
 IModel LabeledWebMarkupContainer.getLabel()
           
 IModel ILabelProvider.getLabel()
          The value will be made available to the validator property by means of ${label}.
protected  IModel Button.initModel()
          Override of the default initModel behaviour.
 

Methods in org.apache.wicket.markup.html.form with parameters of type IModel
 Radio Radio.setLabel(IModel labelModel)
          The value will be made available to the validator property by means of ${label}.
 FormComponent FormComponent.setLabel(IModel labelModel)
          The value will be made available to the validator property by means of ${label}.
 Check Check.setLabel(IModel labelModel)
          The value will be made available to the validator property by means of ${label}.
protected  void LabeledWebMarkupContainer.setLabelInternal(IModel labelModel)
          Provide internal setter.
 Component ImageButton.setModel(IModel model)
           
 

Constructors in org.apache.wicket.markup.html.form with parameters of type IModel
AbstractSingleSelectChoice(java.lang.String id, IModel choices)
           
AbstractSingleSelectChoice(java.lang.String id, IModel choices, IChoiceRenderer renderer)
           
AbstractSingleSelectChoice(java.lang.String id, IModel model, IModel choices)
           
AbstractSingleSelectChoice(java.lang.String id, IModel model, IModel choices, IChoiceRenderer renderer)
           
AbstractSingleSelectChoice(java.lang.String id, IModel model, java.util.List data)
           
AbstractSingleSelectChoice(java.lang.String id, IModel model, java.util.List data, IChoiceRenderer renderer)
           
AbstractSubmitLink(java.lang.String id, IModel model)
          Construct.
AbstractSubmitLink(java.lang.String id, IModel model, Form form)
          Construct.
AbstractTextComponent(java.lang.String id, IModel model)
           
Button(java.lang.String id, IModel model)
          Constructor taking an model for rendering the 'label' of the button (the value attribute of the input/button tag).
Check(java.lang.String id, IModel model)
           
CheckBox(java.lang.String id, IModel model)
           
CheckBoxMultipleChoice(java.lang.String id, IModel choices)
          Constructor
CheckBoxMultipleChoice(java.lang.String id, IModel choices, IChoiceRenderer renderer)
          Constructor
CheckBoxMultipleChoice(java.lang.String id, IModel model, IModel choices)
          Constructor
CheckBoxMultipleChoice(java.lang.String id, IModel model, IModel choices, IChoiceRenderer renderer)
          Constructor
CheckBoxMultipleChoice(java.lang.String id, IModel model, java.util.List choices)
          Constructor
CheckBoxMultipleChoice(java.lang.String id, IModel model, java.util.List choices, IChoiceRenderer renderer)
          Constructor
CheckGroup(java.lang.String id, IModel model)
           
DropDownChoice(java.lang.String id, IModel choices)
           
DropDownChoice(java.lang.String id, IModel choices, IChoiceRenderer renderer)
           
DropDownChoice(java.lang.String id, IModel model, IModel choices)
           
DropDownChoice(java.lang.String id, IModel model, IModel choices, IChoiceRenderer renderer)
           
DropDownChoice(java.lang.String id, IModel model, java.util.List choices)
           
DropDownChoice(java.lang.String id, IModel model, java.util.List data, IChoiceRenderer renderer)
           
Form(java.lang.String id, IModel model)
           
FormComponent(java.lang.String id, IModel model)
           
FormComponentPanel(java.lang.String id, IModel model)
          Construct.
HiddenField(java.lang.String id, IModel model)
          Construct.
HiddenField(java.lang.String id, IModel model, java.lang.Class type)
           
ImageButton(java.lang.String id, IModel model)
           
LabeledWebMarkupContainer(java.lang.String id, IModel model)
           
ListChoice(java.lang.String id, IModel choices)
           
ListChoice(java.lang.String id, IModel choices, IChoiceRenderer renderer)
           
ListChoice(java.lang.String id, IModel model, IModel choices)
           
ListChoice(java.lang.String id, IModel model, IModel choices, IChoiceRenderer renderer)
           
ListChoice(java.lang.String id, IModel model, IModel choices, IChoiceRenderer renderer, int maxRows)
           
ListChoice(java.lang.String id, IModel model, java.util.List choices)
           
ListChoice(java.lang.String id, IModel model, java.util.List choices, IChoiceRenderer renderer)
           
ListChoice(java.lang.String id, IModel model, java.util.List choices, IChoiceRenderer renderer, int maxRows)
           
ListChoice(java.lang.String id, IModel model, java.util.List choices, int maxRows)
           
ListMultipleChoice(java.lang.String id, IModel choices)
           
ListMultipleChoice(java.lang.String id, IModel choices, IChoiceRenderer renderer)
           
ListMultipleChoice(java.lang.String id, IModel model, IModel choices)
           
ListMultipleChoice(java.lang.String id, IModel model, IModel choices, IChoiceRenderer renderer)
           
ListMultipleChoice(java.lang.String id, IModel object, java.util.List choices)
           
ListMultipleChoice(java.lang.String id, IModel object, java.util.List choices, IChoiceRenderer renderer)
           
PasswordTextField(java.lang.String id, IModel model)
           
Radio(java.lang.String id, IModel model)
           
RadioChoice(java.lang.String id, IModel choices)
          Constructor
RadioChoice(java.lang.String id, IModel choices, IChoiceRenderer renderer)
          Constructor
RadioChoice(java.lang.String id, IModel model, IModel choices)
          Constructor
RadioChoice(java.lang.String id, IModel model, IModel choices, IChoiceRenderer renderer)
          Constructor
RadioChoice(java.lang.String id, IModel model, java.util.List choices)
          Constructor
RadioChoice(java.lang.String id, IModel model, java.util.List choices, IChoiceRenderer renderer)
          Constructor
RadioGroup(java.lang.String id, IModel model)
           
RequiredTextField(java.lang.String id, IModel model)
           
RequiredTextField(java.lang.String id, IModel model, java.lang.Class type)
           
StatelessForm(java.lang.String id, IModel model)
          Construct.
SubmitLink(java.lang.String id, IModel model)
          With this constructor the SubmitLink must be inside a Form.
SubmitLink(java.lang.String id, IModel model, Form form)
          With this constructor the SubmitLink will submit the Form that is given when the link is clicked on.
TextArea(java.lang.String id, IModel model)
           
TextField(java.lang.String id, IModel object)
           
TextField(java.lang.String id, IModel model, java.lang.Class type)
           
 

Uses of IModel in org.apache.wicket.markup.html.form.upload
 

Methods in org.apache.wicket.markup.html.form.upload with parameters of type IModel
 Component FileUploadField.setModel(IModel model)
           
 

Constructors in org.apache.wicket.markup.html.form.upload with parameters of type IModel
FileUploadField(java.lang.String id, IModel model)
           
MultiFileUploadField(java.lang.String id, IModel model)
          Constructor
MultiFileUploadField(java.lang.String id, IModel model, int max)
          Constructor
 

Uses of IModel in org.apache.wicket.markup.html.form.validation
 

Constructors in org.apache.wicket.markup.html.form.validation with parameters of type IModel
FormComponentFeedbackIndicator(java.lang.String id, IModel model)
           
 

Uses of IModel in org.apache.wicket.markup.html.image
 

Methods in org.apache.wicket.markup.html.image that return IModel
protected  IModel Image.initModel()
           
 

Methods in org.apache.wicket.markup.html.image with parameters of type IModel
 Component Image.setModel(IModel model)
           
 

Constructors in org.apache.wicket.markup.html.image with parameters of type IModel
ContextImage(java.lang.String id, IModel model)
           
Image(java.lang.String id, IModel model)
           
NonCachingImage(java.lang.String id, IModel model)
          Construct.
 

Uses of IModel in org.apache.wicket.markup.html.include
 

Constructors in org.apache.wicket.markup.html.include with parameters of type IModel
Include(java.lang.String id, IModel model)
          Construct.
 

Uses of IModel in org.apache.wicket.markup.html.link
 

Methods in org.apache.wicket.markup.html.link that return IModel
 IModel ExternalLink.getLabel()
           
 

Constructors in org.apache.wicket.markup.html.link with parameters of type IModel
AbstractLink(java.lang.String id, IModel model)
          Construct.
DownloadLink(java.lang.String id, IModel model)
          Constructor.
DownloadLink(java.lang.String id, IModel model, java.lang.String fileName)
          Constructor.
ExternalLink(java.lang.String id, IModel href)
          Constructor.
ExternalLink(java.lang.String id, IModel href, IModel label)
          Constructor.
Link(java.lang.String id, IModel object)
           
PopupCloseLink(java.lang.String id, IModel object)
          Constructor
 

Uses of IModel in org.apache.wicket.markup.html.list
 

Classes in org.apache.wicket.markup.html.list that implement IModel
 class ListItemModel
          Model for list items.
 

Methods in org.apache.wicket.markup.html.list that return IModel
protected  IModel PropertyListView.getListItemModel(IModel model, int index)
          Wraps a ListItemModel in a BoundCompoundPropertyModel.
protected  IModel ListView.getListItemModel(IModel listViewModel, int index)
          Subclasses may provide their own ListItemModel with extended functionality.
 

Methods in org.apache.wicket.markup.html.list with parameters of type IModel
protected  IModel PropertyListView.getListItemModel(IModel model, int index)
          Wraps a ListItemModel in a BoundCompoundPropertyModel.
protected  IModel ListView.getListItemModel(IModel listViewModel, int index)
          Subclasses may provide their own ListItemModel with extended functionality.
 Component ListView.setModel(IModel model)
          Sets the model and removes all current children, so that the next render will be using the contents of the model.
 

Constructors in org.apache.wicket.markup.html.list with parameters of type IModel
ListItem(int index, IModel model)
          A constructor which uses the index and the list provided to create a ListItem.
ListView(java.lang.String id, IModel model)
           
Loop(java.lang.String id, IModel model)
          Construct.
PageableListView(java.lang.String id, IModel model, int rowsPerPage)
          Constructor
PropertyListView(java.lang.String id, IModel model)
          Construct with a model.
 

Uses of IModel in org.apache.wicket.markup.html.panel
 

Constructors in org.apache.wicket.markup.html.panel with parameters of type IModel
Fragment(java.lang.String id, java.lang.String markupId, IModel model)
          Deprecated. use Fragment.Fragment(String, String, MarkupContainer, IModel)
Fragment(java.lang.String id, java.lang.String markupId, MarkupContainer markupProvider, IModel model)
          Constructor.
Panel(java.lang.String id, IModel model)
           
 

Uses of IModel in org.apache.wicket.markup.html.resources
 

Constructors in org.apache.wicket.markup.html.resources with parameters of type IModel
JavaScriptReference(java.lang.String id, java.lang.Class referer, IModel file)
          Construct.
JavaScriptReference(java.lang.String id, IModel resourceReference)
          Construct.
PackagedResourceReference(java.lang.String id, java.lang.Class referer, IModel file, java.lang.String attributeToReplace)
          Construct.
PackagedResourceReference(java.lang.String id, IModel resourceReference, java.lang.String attributeToReplace)
          Construct.
StyleSheetReference(java.lang.String id, java.lang.Class referer, IModel file)
          Construct.
StyleSheetReference(java.lang.String id, IModel resourceReference)
          Construct.
 

Uses of IModel in org.apache.wicket.markup.html.tree
 

Methods in org.apache.wicket.markup.html.tree that return IModel
protected  IModel LabelTree.getNodeTextModel(IModel nodeModel)
          Provides the model that will be used to feed the node text.
protected  IModel LabelIconPanel.wrapNodeModel(IModel nodeModel)
          Optional method for wrapping (creating an intermediate model) for the tree node model
 

Methods in org.apache.wicket.markup.html.tree with parameters of type IModel
protected  void LinkIconPanel.addComponents(IModel model, BaseTree tree)
           
protected  void LabelIconPanel.addComponents(IModel model, BaseTree tree)
          Adds the icon and content components to the panel.
protected  IModel LabelTree.getNodeTextModel(IModel nodeModel)
          Provides the model that will be used to feed the node text.
protected  Component LabelIconPanel.newContentComponent(java.lang.String componentId, BaseTree tree, IModel model)
          Creates the content component (label in this case) for the node
protected  Component LabelIconPanel.newImageComponent(java.lang.String componentId, BaseTree tree, IModel model)
          Creates the icon component for the node
protected  Component LinkTree.newNodeComponent(java.lang.String id, IModel model)
           
protected  Component LabelTree.newNodeComponent(java.lang.String id, IModel model)
           
protected abstract  Component BaseTree.newNodeComponent(java.lang.String id, IModel model)
          Creates a new component for the given TreeNode.
protected  IModel LabelIconPanel.wrapNodeModel(IModel nodeModel)
          Optional method for wrapping (creating an intermediate model) for the tree node model
 

Constructors in org.apache.wicket.markup.html.tree with parameters of type IModel
AbstractTree(java.lang.String id, IModel model)
          Tree constructor
BaseTree(java.lang.String id, IModel model)
          Construct.
LabelIconPanel(java.lang.String id, IModel model, BaseTree tree)
          Constructs the panel.
LabelTree(java.lang.String id, IModel model)
          Construct.
LinkIconPanel(java.lang.String id, IModel model, BaseTree tree)
          Constructs the panel.
LinkTree(java.lang.String id, IModel model)
          Construct.
 

Uses of IModel in org.apache.wicket.markup.repeater
 

Methods in org.apache.wicket.markup.repeater with parameters of type IModel
 Item IItemFactory.newItem(int index, IModel model)
          Factory method for instances of Item.
protected  Item RefreshingView.newItem(java.lang.String id, int index, IModel model)
          Factory method for Item container.
 

Constructors in org.apache.wicket.markup.repeater with parameters of type IModel
AbstractPageableView(java.lang.String id, IModel model)
           
AbstractRepeater(java.lang.String id, IModel model)
          Constructor
Item(java.lang.String id, int index, IModel model)
           
OddEvenItem(java.lang.String id, int index, IModel model)
          Constructor
RefreshingView(java.lang.String id, IModel model)
          Constructor
RepeatingView(java.lang.String id, IModel model)
           
 

Uses of IModel in org.apache.wicket.markup.repeater.data
 

Methods in org.apache.wicket.markup.repeater.data that return IModel
 IModel ListDataProvider.model(java.lang.Object object)
           
 IModel IDataProvider.model(java.lang.Object object)
          Callback used by the consumer of this data provider to wrap objects retrieved from IDataProvider.iterator(int, int) with a model (usually a detachable one).
 IModel EmptyDataProvider.model(java.lang.Object object)
           
 

Uses of IModel in org.apache.wicket.markup.repeater.util
 

Methods in org.apache.wicket.markup.repeater.util that return IModel
protected abstract  IModel ModelIteratorAdapter.model(java.lang.Object object)
          This method is used to wrap the provided object with an implementation of IModel.
protected abstract  IModel ArrayIteratorAdapter.model(java.lang.Object object)
          This method is used to wrap the provided object with an implementation of IModel.
 

Uses of IModel in org.apache.wicket.markup.transformer
 

Constructors in org.apache.wicket.markup.transformer with parameters of type IModel
AbstractOutputTransformerContainer(java.lang.String id, IModel model)
          Construct
NoopOutputTransformerContainer(java.lang.String id, IModel model)
          Construct
XsltOutputTransformerContainer(java.lang.String id, IModel model)
          Construct
XsltOutputTransformerContainer(java.lang.String id, IModel model, java.lang.String xslFilePath)
          Instead of using the default mechanism to determine the associated XSL file, it is given by the user.
 

Uses of IModel in org.apache.wicket.model
 

Subinterfaces of IModel in org.apache.wicket.model
 interface IChainingModel
          Models that implement this interface will support chaining of IModels.
 interface IComponentAssignedModel
          Models that wish to substitute themselves with a wrapper when they are bound to a component (either through IModel parameter in a constructor or via a call to Component.setModel(IModel)) should implement this interface.
 interface IComponentInheritedModel
          This is a marker interface for models that can be inherited from components higher in the hierarchy.
 interface IObjectClassAwareModel
          Interface implemented by model that can provide class of the model object.
 interface IWrapModel
          A marker interface that represents a model that serves as a wrapper for another.
 

Classes in org.apache.wicket.model that implement IModel
 class AbstractPropertyModel
          Serves as a base class for different kinds of property models.
 class AbstractReadOnlyModel
          AbstractReadOnlyModel is an adapter base class for implementing models which have no detach logic and are read-only.
 class AbstractWrapModel
          Simple base class for IWrapModel objects see IComponentAssignedModel or IComponentInheritedModel so that you don't have to have empty methods like detach or setObject() when not used in the wrapper.
 class BoundCompoundPropertyModel
          A compound property model that supports type conversions and property expression bindings.
 class ComponentDetachableModel
          Quick detachable model that is implements the IComponentAssignedModel and the IModel interfaces.
 class ComponentModel
          Quick model that is implements the IComponentAssignedModel and the IModel interfaces.
 class ComponentPropertyModel
          A model that references a property by name on the current model of the component it is bound to.
 class CompoundPropertyModel
          A simple compound model which uses the component's name as the property expression to retrieve properties on the nested model object.
 class LoadableDetachableModel
          Model that makes working with detachable models a breeze.
 class Model
          Model is the basic implementation of an IModel.
 class PropertyModel
          A PropertyModel is used to dynamically access a model using a "property expression".
 class ResourceModel
          A model that represents a localized resource string.
 class StringResourceModel
          This model class encapsulates the full power of localization support within the Wicket framework.
 

Methods in org.apache.wicket.model that return IModel
 IModel CompoundPropertyModel.bind(java.lang.String property)
          Binds this model to a special property by returning a model that has this compound model as its nested/wrapped model and the property which should be evaluated.
 IModel IChainingModel.getChainedModel()
          Returns the chained model if there is a chained model.
 IModel CompoundPropertyModel.getChainedModel()
           
 IModel AbstractPropertyModel.getChainedModel()
           
 IModel IWrapModel.getWrappedModel()
          Gets the wrapped model.
 

Methods in org.apache.wicket.model with parameters of type IModel
 void IChainingModel.setChainedModel(IModel model)
          Sets the model that is chained inside this model.
 void CompoundPropertyModel.setChainedModel(IModel model)
           
 void AbstractPropertyModel.setChainedModel(IModel model)
           
 

Constructors in org.apache.wicket.model with parameters of type IModel
StringResourceModel(java.lang.String resourceKey, Component component, IModel model)
          Construct.
StringResourceModel(java.lang.String resourceKey, Component component, IModel model, java.lang.Object[] parameters)
          Creates a new string resource model using the supplied parameters.
StringResourceModel(java.lang.String resourceKey, Component component, IModel model, java.lang.Object[] parameters, java.lang.String defaultValue)
          Creates a new string resource model using the supplied parameters.
StringResourceModel(java.lang.String resourceKey, Component component, IModel model, java.lang.String defaultValue)
          Construct.
StringResourceModel(java.lang.String resourceKey, IModel model)
          Construct.
StringResourceModel(java.lang.String resourceKey, IModel model, java.lang.Object[] parameters)
          Creates a new string resource model using the supplied parameters.
StringResourceModel(java.lang.String resourceKey, IModel model, java.lang.Object[] parameters, java.lang.String defaultValue)
          Creates a new string resource model using the supplied parameters.
StringResourceModel(java.lang.String resourceKey, IModel model, java.lang.String defaultValue)
          Construct.
 

Uses of IModel in org.apache.wicket.spring.annot.web
 

Classes in org.apache.wicket.spring.annot.web that implement IModel
 class ProxyModel
           
 

Methods in org.apache.wicket.spring.annot.web that return IModel
 IModel ProxyDataProvider.model(java.lang.Object object)
           
 

Uses of IModel in org.apache.wicket.spring.common.web
 

Classes in org.apache.wicket.spring.common.web that implement IModel
 class ContactDetachableModel
          Base class for contact detachable models.
 

Uses of IModel in org.apache.wicket.spring.direct.web
 

Classes in org.apache.wicket.spring.direct.web that implement IModel
 class DirectModel
           
 

Methods in org.apache.wicket.spring.direct.web that return IModel
 IModel DirectDataProvider.model(java.lang.Object object)
           
 

Uses of IModel in org.apache.wicket.spring.proxy.web
 

Methods in org.apache.wicket.spring.proxy.web that return IModel
 IModel ProxyDataProvider.model(java.lang.Object object)
           
 

Uses of IModel in org.apache.wicket.util.template
 

Methods in org.apache.wicket.util.template with parameters of type IModel
static TextTemplateHeaderContributor TextTemplateHeaderContributor.forCss(java.lang.Class clazz, java.lang.String fileName, IModel variablesModel)
          Retrieves a CSS header contributor that will load the template from the given file name relative to (or in the same package as) the provided clazz argument.
static TextTemplateHeaderContributor TextTemplateHeaderContributor.forCss(TextTemplate template, IModel variablesModel)
          Retrieves a CSS header contributor based on the given TextTemplate.
static TextTemplateHeaderContributor TextTemplateHeaderContributor.forJavaScript(java.lang.Class clazz, java.lang.String fileName, IModel variablesModel)
          Retrieves a JavaScript header contributor that will load the template from the given file name relative to (or in the same package as) the provided clazz argument.
static TextTemplateHeaderContributor TextTemplateHeaderContributor.forJavaScript(TextTemplate template, IModel variablesModel)
          Retrieves a JavaScript header contributor based on the given TextTemplate.
 

Constructors in org.apache.wicket.util.template with parameters of type IModel
TextTemplateHeaderContributor(TextTemplate template, IModel variablesModel)
          Constructor.
 

Uses of IModel in org.apache.wicket.velocity
 

Constructors in org.apache.wicket.velocity with parameters of type IModel
VelocityContributor(java.lang.String templateName, IModel model)
          Ctor for VelocityContributor The templateName needs to have the full path relative to where the resource loader starts looking.
VelocityJavascriptContributor(java.lang.Class clazz, java.lang.String templatePath, IModel model, java.lang.String id)
          Ctor Use this constructor if you have configured Velocity to use a ClasspathResourceLoader.
VelocityJavascriptContributor(java.lang.String templatePath, IModel model, java.lang.String id)
          Construct.
 

Uses of IModel in org.apache.wicket.velocity.markup.html
 

Methods in org.apache.wicket.velocity.markup.html with parameters of type IModel
static VelocityPanel VelocityPanel.forTemplateResource(java.lang.String id, IModel model, IStringResourceStream templateResource)
          Convenience factory method to create a VelocityPanel instance with a given template resource.
 

Constructors in org.apache.wicket.velocity.markup.html with parameters of type IModel
VelocityPanel(java.lang.String id, IModel model)
          Construct.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.