-
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
IChoiceRenderer
to render a choice of differentClass
objects -
markup.html.form.EnumDropDownChoice A
DropDownChoice
that renders an Enum -
markup.html.form.NumberField
NumberTextField
convenience 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
Border
that 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
ButtonMultipleChoice
for 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
FeedbackPanel
that renders messages as bootstrapAlert
boxes
-
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
AjaxButtonRadioChoice
that 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
CssClassNameAppender
that uses theButtons
constants 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
AttributeAppender
for the htmlclass
attribute -
behavior.FrontendDependencyBehavior Behavior to conveniently add
ResourceReference
s 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
Comparator
implementations used with Wicket Models -
utils.convert Different re-usable
IConverter
implementations -
utils.convert.date Converters for different date formats (e.g. java
SimpleDateFormat
to momentjs formats)