Uses of Interface
org.apache.wicket.model.IDetachable
Package
Description
This package integrates bean validation framework into Wicket.
Classes that make debugging Wicket HTML applications easier.
Package for exporting data tables.
Convenience models.
Classes related to showing user feedback, generally as the
result of form submission and/or validation.
HTML Forms and form components.
List components for tabular data and such.
Core model support for Wicket components.
-
Uses of IDetachable in org.apache.wicket.bean.validation
Modifier and TypeClassDescriptionclass
A model that can hold on to an array of classes. -
Uses of IDetachable in org.apache.wicket.devutils.inspector
-
Uses of IDetachable in org.apache.wicket.devutils.pagestore.browser
Modifier and TypeClassDescriptionclass
A model that collects the keys from theDiskPageStore
folder -
Uses of IDetachable in org.apache.wicket.extensions.ajax.markup.html.autocomplete
Modifier and TypeInterfaceDescriptioninterface
A renderer used to generate html output for theAutoCompleteBehavior
.Modifier and TypeClassDescriptionclass
A renderer that abstracts auto-assist specific details and allows subclasses to only render the visual part of the assist instead of having to also render the necessary auto-assist javascript hooks.class
Base for text renderers that simply want to show a stringfinal class
A renderer that calls object.toString() to get the text value. -
Uses of IDetachable in org.apache.wicket.extensions.markup.html.form.datetime
Modifier and TypeClassDescriptionprotected class
protected class
protected class
class
-
Uses of IDetachable in org.apache.wicket.extensions.markup.html.form.select
-
Uses of IDetachable in org.apache.wicket.extensions.markup.html.repeater.data.grid
Modifier and TypeInterfaceDescriptioninterface
Represents an object that is capable of populating anItem
container representing a cell in aDataGridView
with components.Modifier and TypeClassDescriptionclass
A convenience implementation ofICellPopulator
that adds a label that will display the value of the specified property. -
Uses of IDetachable in org.apache.wicket.extensions.markup.html.repeater.data.table
Modifier and TypeInterfaceDescriptioninterface
IColumn<T,
S> An interface that represents a column in theDefaultDataTable
interface
Data provider that can hold sort stateinterface
IStyledColumn<T,
S> Interface that allows styling individuals DataTable columnsModifier and TypeClassDescriptionclass
AbstractColumn<T,
S> A helper implementation for the IColumn interfaceclass
HeaderlessColumn<T,
S> A column that does not have a headerclass
LambdaColumn<T,
S> An implementation of column that adds a label to the cell whose model is determined by the providedSerializableFunction
that is evaluated against the current row's model objectclass
PropertyColumn<T,
S> A convenience implementation of column that adds a label to the cell whose model is determined by the provided wicket property expression (same as used byPropertyModel
) that is evaluated against the current row's model object -
Uses of IDetachable in org.apache.wicket.extensions.markup.html.repeater.data.table.export
Modifier and TypeInterfaceDescriptioninterface
IExportableColumn<T,
S> AnIColumn
that can be exported. -
Uses of IDetachable in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
Modifier and TypeInterfaceDescriptioninterface
IFilteredColumn<T,
S> Represents a data table column that can be filtered.Modifier and TypeClassDescriptionclass
ChoiceFilteredPropertyColumn<T,
Y, S> A filtered property column that creates a textfield filter component.class
A helper implementation for a filtered column.class
LikePropertyColumn
but with support for filters.class
TextFilteredPropertyColumn<T,
F, S> A filtered property column that creates a textfield filter component. -
Uses of IDetachable in org.apache.wicket.extensions.markup.html.repeater.tree
Modifier and TypeInterfaceDescriptioninterface
Tree provider that can hold sort stateinterface
Provider of a tree. -
Uses of IDetachable in org.apache.wicket.extensions.markup.html.repeater.tree.table
Modifier and TypeInterfaceDescriptioninterface
ITreeColumn<T,
S> interface
An adapter from aITreeProvider
to aIDataProvider
.Modifier and TypeClassDescriptionclass
AbstractTreeColumn<T,
S> class
NodeModel<T>
A model wrapping the actual node model, carrying additional information about the parental branches.class
TreeColumn<T,
S> A column displaying the tree nodes hierarchy.class
An adapter of aITreeProvider
to aIDataProvider
. -
Uses of IDetachable in org.apache.wicket.extensions.markup.html.repeater.util
Modifier and TypeClassDescriptionclass
ASet
implementation utilizing aITreeProvider
's models to keep containing elements.class
SortableDataProvider<T,
S> Convenience implementation of a data provider that can also act as a locator for aSingleSortState
object.class
SortableTreeProvider<T,
S> Convenience implementation of a tree provider that can also act as a locator for aSingleSortState
object.class
A provider wrapping a SwingTreeModel
. -
Uses of IDetachable in org.apache.wicket.extensions.model
Modifier and TypeClassDescriptionclass
Model adapter that makes working with models for checkboxes easier. -
Uses of IDetachable in org.apache.wicket.feedback
Modifier and TypeClassDescriptionclass
Represents a generic message meant for the end-user/ pages.class
Model for extracting feedback messages. -
Uses of IDetachable in org.apache.wicket.markup.html.form
Modifier and TypeClassDescriptionclass
Renders one choice.class
EnumChoiceRenderer<T extends Enum<T>>
IChoiceRenderer
implementation that makes it easy to work with java 5 enums.class
Renders one choice. -
Uses of IDetachable in org.apache.wicket.markup.html.list
-
Uses of IDetachable in org.apache.wicket.markup.repeater.data
Modifier and TypeInterfaceDescriptioninterface
Interface used to provide data to data views.Modifier and TypeClassDescriptionclass
A convenience class to represent an empty data provider.class
ListDataProvider<T extends Serializable>
Allows the use of lists withDataView
. -
Uses of IDetachable in org.apache.wicket.model
Modifier and TypeInterfaceDescriptioninterface
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 toComponent.setDefaultModel(IModel)
) should implement this interface.interface
This is a marker interface for models that can be inherited from components higher in the hierarchy.interface
IModel<T>
A IModel wraps the actual model Object used by a Component.interface
Interface implemented by model that can provide class of the model object.interface
Optional interface implemented by models that are able to provide reflection information about object property they interact with.interface
IWrapModel<T>
A marker interface that represents a model that serves as a wrapper for another.Modifier and TypeClassDescriptionclass
Serves as a base class for different kinds of property models.class
This model and its subclasses support chaining of IModels.class
Quick detachable model that is implements the IComponentAssignedModel and the IModel interfaces.class
Quick model that is implements the IComponentAssignedModel and the IModel interfaces.class
A model that references a property by name on the current model of the component it is bound to.class
A simple compound model which uses the component's name as the property expression to retrieve properties on the nested model object.class
LambdaModel<T>
class
Model that makes working with detachable models a breeze.class
Model<T extends Serializable>
Model
is the basic implementation of anIModel
.class
A PropertyModel is used to dynamically access a model using a "property expression".class
A model that represents a localized resource string.class
This model class encapsulates the full power of localization support within the Wicket framework. -
Uses of IDetachable in org.apache.wicket.model.util
Modifier and TypeClassDescriptionclass
Based onModel
but for any collections of serializable objects.class
Base class for models that contain instances that do not appear to be serializable and cannot thus useModel
directly.class
ListModel<T>
Based onModel
but for lists of serializable objects.class
MapModel<K,
V> Based onModel
but for maps of serializable objects.class
SetModel<T>
Based onModel
but for sets of serializable objects.