-
Notifications
You must be signed in to change notification settings - Fork 2
Features
Thomas Rausch edited this page Jan 6, 2015
·
4 revisions
This extension of Wicket's DataTable provides ways to better interact with a Table, specifically rows, and several developer convenience features.
-
markup.html.form.ClassChoiceRenderer An
IChoiceRendererto render a choice of differentClassobjects -
markup.html.form.EnumDropDownChoice A
DropDownChoicethat renders an Enum -
markup.html.form.NumberField
NumberTextFieldconvenience implementation
Several of flex-ui components and behaviors model and integrate bootstrap components and their JavaScript features.
-
CSS
- markup.css.Buttons Enums and constants for bootstrap buttons and required CSS classes
- markup.css.icon.GlyphIconType Bootstrap Glyphicon integration
-
Markup
-
markup.html.alert Wicket
Borderthat integrates alert messages -
markup.html.basic.Icon Container to display an icon sprite based on an
IconType - markup.html.button Button lists, dropdown buttons
- markup.html.dialog Modal dialogs and related components
- markup.html.dialog.form Form in modal dialogs
- markup.html.form.ButtonMultipleChoice Checkbox group form component rendered as a button group
-
markup.html.form.ButtonRadioChoice Like
ButtonMultipleChoicefor single-choice radio buttons - markup.html.form.DateTimePicker Integration of bootstrap-datetimepicker
- markup.html.nav Dynamic navigation bars
- markup.html.panel.AlertPanel Alert panels
-
markup.html.panel.FeedbackPanel
FeedbackPanelthat renders messages as bootstrapAlertboxes
-
markup.html.alert Wicket
-
AJAX
- ajax.markup.html.dialog.form.AjaxFormDialog AJAX responsive form within a modal dialog
- ajax.markup.html.dialog.form.AjaxButtonRadioChoice A button group that allows single-choice selection in Forms
-
ajax.markup.html.dialog.form.AjaxEnumRadioChoice
AjaxButtonRadioChoicethat is bound to an enum - ajax.markup.html.link.IndicatingButton Button that shows an indication text while it performs an AJAX action
-
Behaviors
-
behavior.ButtonBehavior
CssClassNameAppenderthat uses theButtonsconstants to add bootstrap button CSS to containers
-
behavior.ButtonBehavior
-
Model
-
model.ButtonCssClassNameModel Provides CSS classes for bootstrap buttons similar to
ButtonBehavior
-
model.ButtonCssClassNameModel Provides CSS classes for bootstrap buttons similar to
-
behavior.CssClassNameAppender An
AttributeAppenderfor the htmlclassattribute -
behavior.FrontendDependencyBehavior Behavior to conveniently add
ResourceReferences to headers
- model.PropertyConvertingModel Model that converts a model property value into some other type
- model.CssClassNameProvidingModel Wraps an ICssClassNameProvider to return its cssClassName
The org.cdlflex.ui.util package contains a variety of helpful utilities for developing with Wicket.
-
utils.compare Different
Comparatorimplementations used with Wicket Models -
utils.convert Different re-usable
IConverterimplementations -
utils.convert.date Converters for different date formats (e.g. java
SimpleDateFormatto momentjs formats)