All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AbstractDetachableCollection<T> |
|
| AbstractImageDimensionProvider |
This behavior can be added to Image components to render width and height attributes in
the markup.
|
| APanel |
Panel that generates markup for added components, so that it doesn't need to have a markup file.
|
| AttributeAppenderPlus |
|
| BookmarkablePageLinkLabel<T> |
|
| CompositeBehavior |
Represents a composite behavior allowing the user to attach multiple behaviors to a component at
once.
|
| ConstraintBehavior |
Contains information about how a component should be displayed in a layout.
|
| DefaultInvisibleFeedbackPanel |
A simple FeedbackPanel variant which is only visible if there are messages attached to
it.
|
| DependentModelBehavior<D> |
Behavior that uses the value of the dependent model.
|
| DetachableHashSet<T> |
A hash set that can be converted between attached and detached states.
|
| DetachableSet<T> |
A set that can be converted between an attached and detached state.
|
| DisabledVeil |
Behavior that shows a veil over a component if it is not enabled
|
| DocumentCompatibilityBehavior |
Force a compatibility mode on Internet Explorer.
|
| EnabledModelBehavior |
Behavior that sets whether a component is enabled based on the value of the dependent Boolean
model.
|
| ExtendedPackageMapper |
Extended PackageMapper with Named Parameter and HomePage support.
|
| FlowLayout |
Layout that only concatenates markup for components.
|
| FutureModel<T> |
A read-only model implementation that retrieves the model object from a Future object.
|
| GridLayout |
|
| GridLayoutConstraint |
Specifies position of a component for GridLayout
and optionally column/row span.
|
| HideWhenEmptyOrNullBehavior |
Hides a component if the component's model value is empty or null.
|
| IComponentRenderer<T extends Component> |
Renderer creates wicket markup for a component.
|
| IDetachCodec<T> |
A codec used to convert an object between its attached and detached representations.
|
| ILayout |
Layout is responsible for creating wicket markup for a group of components.
|
| ImageDimension |
A simple class that can represent a html img tag's width, height attributes.
|
| ImageDimensionProvider |
|
| IsEmptyOrNullModel<W> |
Model of whether the object of the dependent model is empty or null.
|
| JS_TYPE |
Enum for selecting which javascript file to add to the head
|
| KeepAliveBehavior |
|
| ListViewFormComponentReuseManager |
|
| LoadableDetachableDependentModel<T,D> |
|
| MootipAjaxListener |
Internal class used by MooTip integration, used for AJAX calls
|
| MootipBehaviour |
Mootip behavior, implements integration with this http://www.uhleeka.com/dev/mootips/
The component you add this behavior to will be the component which the tooltip appears for
|
| MootipPanel |
Place one instance of this on your page to allow for ajax interaction
|
| MootipSettings |
|
| NotModel |
Boolean model that returns the opposite of the dependent Boolean model value.
|
| OnClickBehavior |
|
| PersistedCacheBehavior |
Safari 5 loads pages persisted on back button, regardless of all cache-control headers.
|
| PrototipBehaviour |
Prototip behavior
The component you add this behavior to will be the component which the tooltip appears for
note this does not work if you add the behavior to a panel
|
| PrototipSettings |
This is a class for creating settings to be used with the prototip lib (the optional third
argument)
in all cases you do not need to worry about enclosing your strings in ' '
There is logic in place so that if you enter false or true (ie the boolean), or a number it will
not enclose your string in '', where as any other string it will
see http://www.nickstakenburg.com/projects/prototip/ for a better description of the options that
prototip uses
|
| ReflectionBehavior |
Behavior for adding reflections to an image.
|
| ReflectionBehavior.Javascript |
Container for javascript calls this behavior enables
|
| ReplacingResourceModel |
The ReplacingResourceModel is used to replaced other keys marked up like ${key} with their
corresponding values in the given key.The replacing mechanism also uses the default way to get
the localized String.
Example:
|
| ServerHostNameAndTimeFilter |
Displays an server identifier (combination of host name, IP address and unique id) and the time
it took to handle the request in the browser's status bar like this:
window.defaultStatus = 'Host: myhost/192.168.1.66/someid, handled in: 0.01s'
|
| Spinner |
|
| StringValidatorWithMaxLength |
Similar to StringValidator-s but these add maxlength attribute to the html tag.
|
| StyleSwitcher |
StyleSwitcher
Adds a set of alternate stylesheet links to the header with title attributes.
|
| StyleSwitcher.Javascript |
JavaScript access methods
|
| StyleSwitcherLink |
StyleSwitcherLink
Creates a WebMarkupContainer that adds an href attribute to a javascript function that
switches the active stylesheet.
|
| StyleSwitcherPanel |
StyleSwitcherPanel
An example of using StyleSwitcher with three StyleSwitcherLink components to
quickly switch between small, medium, and large fonts by simply clicking an icon.
|
| TooltipsyBehavior |
This behavior adds tooltips for component(s)
|
| TooltipsyOptions |
Options for Tooltipsy
|
| TooltipsyOptions.Offset |
Simple class to hold offset
|
| TooltipsyOptions.TooltipsyAlignment |
Enum for Tooltipsy alignment
|
| TooltipsyOptions.TooltipsyOptionsBuilder |
Builder for easy creating of TooltipsyOptions instances
|
| Veil |
Behavior that shows a veil over a component
|
| VeilResources |
A behavior that includes all the necessary resources to use the veil on the client
|
| VeilResources.Javascript |
JavaScript interface for the veil
|
| VeilResources.Javascript.Generic |
Javascript interface to the veil that is decoupled from wicket
|
| VisibleModelBehavior |
Behavior that sets whether a component is visible based on the value of the dependent Boolean
model.
|