Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

AbstractDataProvider<U extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.grid
This class called UjoDataProvider is an common Wicket DataProvider to create an AJAX DataTable component.
AbstractDataProvider(IModel<Criterion<U>>) - Constructor for class org.ujorm.wicket.component.grid.AbstractDataProvider
Constructor
AbstractDataProvider(IModel<Criterion<U>>, Key<? super U, ?>) - Constructor for class org.ujorm.wicket.component.grid.AbstractDataProvider
Constructor
AbstractDialogPane<T> - Class in org.ujorm.wicket.component.dialog.domestic
Abstract Message Dialog Content
AbstractDialogPane(ModalWindow, IModel<? super T>, boolean) - Constructor for class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
 
AbstractDialogPanel<T> - Class in org.ujorm.wicket.component.dialog
Abstract Message Dialog Content
AbstractDialogPanel(ModalWindow, IModel<? super T>, boolean) - Constructor for class org.ujorm.wicket.component.dialog.AbstractDialogPanel
 
AbstractToolbar<U extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.toolbar
The common Toolbar panel
AbstractToolbar(String) - Constructor for class org.ujorm.wicket.component.toolbar.AbstractToolbar
 
ACTION_BUTTON_ID - Static variable in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
 
ACTION_BUTTON_ID - Static variable in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
 
add(Field<T>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Add any field to a repeating view and set the OutputMarkupPlaceholderTag to value true.
add(Key<? super U, T>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Add new field to a repeating view
add(Key<? super U, T>, Criterion<T>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Add new field to a repeating view
add(Key<? super U, T>, OfferModel<T>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Add new field to a repeating view
add(Class<? super U>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Add all fields of a domain class to the form
add(KeyList<? super U>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Add all fields
add(Key<? super U, T>, Class<? extends Field>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Create a field of the required instance and set the result into container.
add(Key<? super U, T>, Key<T, ?>, Criterion<T>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Add a Combo-box for a persistent entity
add(IColumn<? super U, ?>) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Add table column
add(KeyList<? super U>) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Add table columns according to column type including CSS class
add(Key<? super U, V>, CssAppender) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Add table column according to column type including CSS class
add(Key<? super U, V>) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Add a table column according to column type
add(Key<? super U, V>, Class<? extends WebMarkupContainer>) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Create new instance of a Panel from the argument panelClass and add the result to the grid as new column.
add(Key<? super U, V>, CommonAction...) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Create new instance of an Action Panel using actions from the argument list.
addBehaior(Behavior...) - Method in class org.ujorm.wicket.component.link.MessageLink
Add behaviours to the link Label
addBehaviour(AjaxEventBehavior) - Method in class org.ujorm.wicket.component.form.fields.Field
add Behaviour
addBehaviourOnBlur() - Method in class org.ujorm.wicket.component.form.fields.Field
Add a new AjaxFormComponentUpdatingBehavior|Behavior to updating a component model on blur events.
addChangeBehavior(FormComponent) - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Create an Updating Behavior with "keyup" event
addChangeBehavior(AbstractChoice) - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Create an Updating Behavior with "onchange" event for Combo
addCssStyle(Key<? super U, ? super T>, String) - Method in class org.ujorm.wicket.component.form.FieldProvider
Add a CSS style to the field of required key.
addCssStyle(String) - Method in class org.ujorm.wicket.component.form.fields.Field
Add a CSS style to the current field
addHidden(Key<? super U, ?>) - Method in class org.ujorm.wicket.component.grid.OrmDataProvider
Add the hidden column for a fetch loading from database
addMaxLength(FormComponent) - Method in class org.ujorm.wicket.component.form.fields.Field
Add a maxlength of a text-field for String attributes
addTableColumns(AbstractDataProvider) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Add table columns
addTarget(Component...) - Method in class org.ujorm.wicket.UjoEvent
Add required component to the target
addValidator(Key<? super U, ?>, Field) - Method in class org.ujorm.wicket.component.form.FieldProvider
Set a validator of the Key to the Field from argument
addValidator(Key<? super U, T>, Validator<? super T>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Add a validator for a required filed.
addValidator(Key<? super U, T>, IValidator<? super T>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Set a visible attribute for a required filed.
addValidator(IValidator<T>) - Method in class org.ujorm.wicket.component.form.fields.Field
Validator setter
addValidator(Validator<T>) - Method in class org.ujorm.wicket.component.form.fields.Field
The UJO Validator setter
addValidatorUnchecked(Key<? super U, ? super T>, Validator) - Method in class org.ujorm.wicket.component.form.FieldProvider
Add a validator for a required filed, where the validator have no generic type.
appendCssClass(Component, U) - Method in class org.ujorm.wicket.component.grid.KeyColumn
Append a CSS class - to overwriting only
appendCssClass(Component, U) - Method in class org.ujorm.wicket.component.grid.KeyColumnBoolean
Append the CSS class
autoclose - Variable in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
The dialog autoclose request
autoClose - Variable in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Dialog autoclose request

B

behaviors - Variable in class org.ujorm.wicket.component.form.fields.Field
 
BooleanField<T extends Boolean> - Class in org.ujorm.wicket.component.form.fields
CheckBox field with a Label including a feedback message.
BooleanField(Key<U, T>) - Constructor for class org.ujorm.wicket.component.form.fields.BooleanField
 
BooleanField(String, Key<U, T>, String) - Constructor for class org.ujorm.wicket.component.form.fields.BooleanField
 
btnSure - Variable in class org.ujorm.wicket.component.dialog.MessageDialogPanel
 
buildCriterion() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferDialogPane
Build a new criterion
buildCriterion() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferToolbar
Build a Criterion for a Ujorm QUERY.
buildCriterion() - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Modify internal Criterion
BUTTON_PREFIX - Static variable in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
 
BUTTON_PREFIX - Static variable in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
 

C

CANCEL_BUTTON_ID - Static variable in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
 
CANCEL_BUTTON_ID - Static variable in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
 
ChoiceRendererNullable<T extends Enum<T>> - Class in org.ujorm.wicket.component.tools
IChoiceRenderer implementation that makes it easy to work with java 5 enums.
ChoiceRendererNullable() - Constructor for class org.ujorm.wicket.component.tools.ChoiceRendererNullable
Constructor that creates the choice renderer that will use global instance of localizer to resolve resource keys.
ChoiceRendererNullable(Component) - Constructor for class org.ujorm.wicket.component.tools.ChoiceRendererNullable
Constructor
clearBuffer() - Method in class org.ujorm.wicket.component.grid.ListDataProvider
Clear a filter rows and size
clearFeedbackMessages() - Method in class org.ujorm.wicket.component.form.fields.Field
Clear feedback messages
CLONE - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field
cloneDomain(U, OrmSessionProvider) - Method in class org.ujorm.wicket.component.form.FieldProvider
Clone the domain object or reload the ORM object from database.
close(AjaxRequestTarget) - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Close the modal window
close(UjoEvent) - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Close the modal window
close(AjaxRequestTarget) - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Close the modal window
close(UjoEvent) - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Close the modal window
Closeable<U extends org.ujorm.Ujo & Serializable> - Interface in org.ujorm.wicket.component.form
Closable interface
closeDialog(AjaxRequestTarget, U) - Method in interface org.ujorm.wicket.component.form.Closeable
Close the dialog
closeDialog(AjaxRequestTarget, U) - Method in class org.ujorm.wicket.component.form.fields.OfferField
Close dialog set new model and set a focus to the current input
closeForm(AjaxRequestTarget, Form<?>) - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Close action
closeForm(AjaxRequestTarget, Form<?>) - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Close action
closeSession() - Method in class org.ujorm.wicket.OrmSessionProvider
Close the session (if any) and release the session for a garbage collector.
ComboField<T extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.form.fields
CheckBox field with a Label including a feedback message.
ComboField(Key<U, T>, List<T>, Key<T, ?>, Key<T, ?>) - Constructor for class org.ujorm.wicket.component.form.fields.ComboField
 
ComboField(String, Key<U, T>, List<T>, Key<T, ?>, Key<T, ?>, String) - Constructor for class org.ujorm.wicket.component.form.fields.ComboField
 
CommonAction<U extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.grid
The common action panel
CommonAction(String) - Constructor for class org.ujorm.wicket.component.grid.CommonAction
Create Resource model label using actionId with a prefix "label.action."
CommonAction(String, IModel<String>) - Constructor for class org.ujorm.wicket.component.grid.CommonAction
Constructor with full arguments
CommonActionPanel<U extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.grid
The common action panel
CommonActionPanel(String, U, CommonAction...) - Constructor for class org.ujorm.wicket.component.grid.CommonActionPanel
 
CommonActions - Interface in org.ujorm.wicket
Common GUI Actions
copyToDomain(U) - Method in class org.ujorm.wicket.component.form.FieldProvider
Copy component values of the enabled fields to the domain
copyToFields(U) - Method in class org.ujorm.wicket.component.form.FieldProvider
Assign values to required component fields in a transaction for a lazy loading case
copyValues(U, boolean) - Method in class org.ujorm.wicket.component.form.FieldProvider
Copy values according to argument from or to the domain.
CREATE - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field
create(String, int, int) - Static method in class org.ujorm.wicket.component.dialog.domestic.MessageDialogPane
Create the default message dialog with an autoclose feature.
create(String, int, int, boolean) - Static method in class org.ujorm.wicket.component.dialog.domestic.MessageDialogPane
Create the default message dialog
create(String) - Static method in class org.ujorm.wicket.component.dialog.MessageDialogPanel
Create the default message dialog
createActionButton(String, String) - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Vytvoří textfield pro aktuání model
createActionButton(String, String) - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Creates the default Confirmation button
createActionButton(String, String) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferDialogPane
Creates the default Confirmation button
createAjaxUpdateingBehavior(String) - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Create new AjaxFormComponentUpdatingBehavior with no delay.
createAjaxUpdateingBehaviorWithDelay() - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Create new AjaxFormComponentUpdatingBehavior with delay 300 ms.
createBottomToolbars(DataTable<U, S>) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Create default bottom table toolbars: NoRecordsToolbar
createCancelButton(String, String) - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Creates the default Cancel button
createCancelButton(String, String) - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Creates the default Cancel button
createChangeBehaviour(String, String) - Method in class org.ujorm.wicket.component.form.fields.BooleanField
Create an AjaxFormComponentUpdatingBehavior with no delay.
createChangeBehaviour(String, String) - Method in class org.ujorm.wicket.component.form.fields.ComboField
Create new AjaxFormComponentUpdatingBehavior with delay 300 ms.
createChangeBehaviour(String, String) - Method in class org.ujorm.wicket.component.form.fields.Field
Create new AjaxFormComponentUpdatingBehavior with delay 300 ms.
createCssResource(Class<?>) - Method in class org.ujorm.wicket.component.waiting.WaitingIcon
Create CSS resource
createDataTable() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Create Date Table
createDataTable(int) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Create AJAX-based DataTable with a AbstractDataProvider.DEFAULT_DATATABLE_ID
createDataTable(String, int) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Create AJAX-based DataTable
createDataTable(int, boolean) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Create AJAX-based DataTable
createDataTable(String, int, boolean) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Create AJAX-based DataTable.
createDateConverter() - Method in class org.ujorm.wicket.component.form.fields.LocalDateField
Create new LocalDate converter
createDateConverter() - Method in class org.ujorm.wicket.component.form.fields.LocalDateTimeField
A LocalDateTime converter factory
createDefaultFeedbackField(RepeatingView) - Method in class org.ujorm.wicket.component.form.FieldProviderFactory
Create a new FeedbackField
createDefaultFieldProvider(RepeatingView) - Method in class org.ujorm.wicket.component.form.FieldProviderFactory
Create a new provider
createDialog(String, OfferModel) - Method in class org.ujorm.wicket.component.form.fields.OfferField
Create the editor dialog
createHighlitingCriterion() - Method in class org.ujorm.wicket.component.form.fields.OfferField
Create new Highliting Criterion
createInput(String, IModel<T>) - Method in class org.ujorm.wicket.component.form.fields.BooleanField
Create Form inputComponent
createInput(String, IModel<T>) - Method in class org.ujorm.wicket.component.form.fields.ComboField
Create Form inputComponent
createInput(String, IModel<T>) - Method in class org.ujorm.wicket.component.form.fields.DateField
Create Form inputComponent
createInput(String, IModel<T>) - Method in class org.ujorm.wicket.component.form.fields.EnumField
Create a new form input Component where the default key have got value from the key: "value." + EnumField.super.getKey().getFullName() + ".null" .
createInput(String, IModel<T>) - Method in class org.ujorm.wicket.component.form.fields.FeedbackField
Create Form inputComponent
createInput(String, IModel<T>) - Method in class org.ujorm.wicket.component.form.fields.Field
Create Form inputComponent
createInput(String, IModel<T>) - Method in class org.ujorm.wicket.component.form.fields.GridField
Create Form inputComponent
createInput(String, IModel<T>) - Method in class org.ujorm.wicket.component.form.fields.LocalDateField
Create Form inputComponent
createInput(String, IModel<U>) - Method in class org.ujorm.wicket.component.form.fields.OfferField
Create Form inputComponent
createInput(String, IModel<T>) - Method in class org.ujorm.wicket.component.form.fields.PasswordField
Create Form inputComponent
createInput(String, IModel<T>) - Method in class org.ujorm.wicket.component.form.fields.TextAreaField
Create Form inputComponent
createJQueryOptions() - Method in class org.ujorm.wicket.component.form.fields.DateField
Create jQuery options:
createJQueryOptions() - Method in class org.ujorm.wicket.component.form.fields.LocalDateField
Create jQuery options:
createKeyColumn(Key<? super U, V>) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Create new object type of KeyColumn
createLabel(Component) - Method in class org.ujorm.wicket.component.form.fields.FeedbackField
Create Label and assign the CSS class required for the mandatory Field
createLabel(Component) - Method in class org.ujorm.wicket.component.form.fields.Field
Create Label and assign the CSS class required for the mandatory Field
createLabel(Component) - Method in class org.ujorm.wicket.component.form.fields.GridField
Create Label and assign the CSS class required for the mandatory Field
createLabel(String) - Method in class org.ujorm.wicket.component.toolbar.InsertToolbar
Create a Label compoment
createLabelModel() - Method in class org.ujorm.wicket.component.form.fields.Field
Create label model
createLink(String, CommonAction<U>) - Method in class org.ujorm.wicket.component.grid.CommonActionPanel
Create action
createLink(String) - Method in class org.ujorm.wicket.component.toolbar.InsertToolbar
Create action Link and registre an event on the click
createQuery(Criterion<U>) - Method in class org.ujorm.wicket.component.grid.OrmDataProvider
Create default Query
createSearchChoice(String, E) - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Create new DropDownChoice component
createSearchChoice(String, IModel<E>) - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Create new DropDownChoice component
createSearchFiled(String) - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Create TextFiled, add 'placeholder', assign Behaviour and set an OutputMarkupId.
createSearchFiled(String, Class<?>) - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Create TextFiled, add 'placeholder', assign Behaviour and set an OutputMarkupId.
createSearchFiled(String, Class<?>, String) - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Create TextFiled, add 'placeholder', assign Behavior and set an OutputMarkupId.
createSearchFiled(String, Class<?>, IModel<String>) - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Create TextFiled, add 'placeholder', assign Behavior and set an OutputMarkupId.
createSelectColumn(String) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Create new instance of an KeyColumn
createTopToolbars(DataTable<U, S>) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Create default top table toolbars: AjaxNavigationToolbar and AjaxFallbackHeadersToolbar
createValueCoponent(String, IModel<?>, U) - Method in class org.ujorm.wicket.component.grid.KeyColumn
Create the Label for a Value component, but no CSS class.
createValueCoponent(String, IModel<?>, U) - Method in class org.ujorm.wicket.component.grid.KeyColumnDate
Create the Label for a Value component
createValueCoponent(String, IModel<?>, U) - Method in class org.ujorm.wicket.component.grid.KeyColumnDecimal
Create the Label for a Value component
createValueCoponent(String, IModel<?>, U) - Method in class org.ujorm.wicket.component.grid.KeyColumnEnum
Create the Label for a Value component
createValueCoponent(String, IModel<?>, U) - Method in class org.ujorm.wicket.component.grid.KeyColumnLocalDate
Create the Label for a Value component
createValueCoponent(String, IModel<?>, U) - Method in class org.ujorm.wicket.component.grid.KeyColumnLocalDateTime
Create the Label for a Value component
createValueModel(U) - Method in class org.ujorm.wicket.component.grid.KeyColumn
Factory method for generating a model that will generated the displayed value.
createValueModel(U) - Method in class org.ujorm.wicket.component.grid.KeyColumnBoolean
Create a Value component
CSS_CLASS - Static variable in class org.ujorm.wicket.CssAppender
CSS class
CSS_DATEPICKER - Static variable in class org.ujorm.wicket.component.form.fields.DateField
Default CSS class have got value datepicker
CSS_DATEPICKER - Static variable in class org.ujorm.wicket.component.form.fields.LocalDateField
Default CSS class have got value datepicker
CSS_DATEPICKER - Static variable in class org.ujorm.wicket.component.form.fields.LocalDateTimeField
Default CSS class have got value datepicker
CSS_REQUIRED - Static variable in class org.ujorm.wicket.component.form.fields.Field
CSS required style for the Label
cssAffirmativeClass - Variable in class org.ujorm.wicket.component.grid.KeyColumnBoolean
Class for the TRUE value
CssAppender - Class in org.ujorm.wicket
CSS Appender
CssAppender(V) - Constructor for class org.ujorm.wicket.CssAppender
The constructor with a String argument
CssAppender(IModel<?>) - Constructor for class org.ujorm.wicket.CssAppender
The constructor with a Model argument
cssClass - Variable in class org.ujorm.wicket.component.form.fields.Field
 
cssClass - Variable in class org.ujorm.wicket.component.grid.KeyColumn
The CSS class of the column

D

DateConverter - Class in org.ujorm.wicket.component.form.fields
interpretation of the "quick and dirty" Java converter found in the comments of that link...
DateConverter() - Constructor for class org.ujorm.wicket.component.form.fields.DateConverter
 
DateField<T> - Class in org.ujorm.wicket.component.form.fields
CheckBox field with a Label including a feedback message.
DateField(Key<U, T>) - Constructor for class org.ujorm.wicket.component.form.fields.DateField
 
DateField(String, Key<U, T>, String) - Constructor for class org.ujorm.wicket.component.form.fields.DateField
 
DateTimes - Class in org.ujorm.wicket.component.tools
DateTimes support
DateTimes() - Constructor for class org.ujorm.wicket.component.tools.DateTimes
 
DEFAULT_CSS_ACTION - Static variable in class org.ujorm.wicket.component.grid.AbstractDataProvider
Default CSS style for an ACTION COLUMN
DEFAULT_CSS_AFFIRMATIVE_CLASS - Static variable in class org.ujorm.wicket.component.grid.KeyColumnBoolean
Default CSS class for an true value
DEFAULT_CSS_CLASS - Static variable in class org.ujorm.wicket.component.grid.KeyColumnDate
Default CSS class for
DEFAULT_CSS_CLASS - Static variable in class org.ujorm.wicket.component.grid.KeyColumnDecimal
Default CSS class for
DEFAULT_CSS_CLASS - Static variable in class org.ujorm.wicket.component.grid.KeyColumnLocalDate
Default CSS class for
DEFAULT_CSS_CLASS - Static variable in class org.ujorm.wicket.component.grid.KeyColumnLocalDateTime
Default CSS class for
DEFAULT_CSS_SELECTED - Static variable in class org.ujorm.wicket.component.grid.AbstractDataProvider
Default CSS style for a SELECTED row
DEFAULT_CSS_STYLE - Static variable in class org.ujorm.wicket.component.waiting.WaitingIcon
Default CSS style
DEFAULT_DATATABLE_ID - Static variable in class org.ujorm.wicket.component.grid.AbstractDataProvider
Default DataTable ID have got value "datatable".
DEFAULT_DATE_PATTERN - Static variable in class org.ujorm.wicket.component.tools.DateTimes
Default 'date' format by the 'ISO 8601'
DEFAULT_DATETIME_PATTERN - Static variable in class org.ujorm.wicket.component.tools.DateTimes
Default 'datetime' format by the 'ISO 8601'
DEFAULT_DECIMAL_FORMAT_KEY - Static variable in class org.ujorm.wicket.component.grid.KeyColumnDecimal
Default 'decimal' format key for localizations
DEFAULT_DELAY - Static variable in class org.ujorm.wicket.component.form.fields.Field
Delay for searching fields is 400 [ms] by default
DEFAULT_DELAY - Static variable in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Delay for searching fields is 400 [ms] by default
DEFAULT_LOGICAL_CLASS - Static variable in class org.ujorm.wicket.component.grid.KeyColumnBoolean
Default CSS class for an OK value
DEFAULT_PREFIX - Static variable in class org.ujorm.wicket.component.grid.CommonAction
Default Action label prefix is "action.label."
DELETE - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field
deleteRow(Criterion<? super U>) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Delete rows from the data source The method is not implemented by default.
deleteRow(Criterion<? super U>) - Method in class org.ujorm.wicket.component.grid.ListDataProvider
Delete rows from the data source
detach() - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Commit and close transaction
detach() - Method in class org.ujorm.wicket.component.grid.KeyColumnExportable
detach() - Method in class org.ujorm.wicket.component.grid.KeyPopulator
 
detach() - Method in class org.ujorm.wicket.component.grid.ListDataProvider
Detaches model after use.
detach() - Method in class org.ujorm.wicket.component.grid.OrmDataProvider
Commit and close transaction
detach() - Method in class org.ujorm.wicket.KeyModel
 
detach() - Method in class org.ujorm.wicket.MultiKeyModel
 
disableFields() - Method in class org.ujorm.wicket.component.form.FieldProvider
Disable new fields (by default)
DummyUjo - Class in org.ujorm.wicket.component.form
Dummy Ujo
DummyUjo() - Constructor for class org.ujorm.wicket.component.form.DummyUjo
 

E

EMPTY_EVENT - Static variable in class org.ujorm.wicket.component.form.FieldEvent
Undefined event with null action
EMPTY_EVENT - Static variable in class org.ujorm.wicket.UjoEvent
Undefined event with null action
EntityDialogPane<U extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.dialog.domestic
Entity Dialog Content
EntityDialogPane(ModalWindow, IModel<? super U>) - Constructor for class org.ujorm.wicket.component.dialog.domestic.EntityDialogPane
Constructor with an enabled autoClosing
EntityDialogPane(ModalWindow, IModel<? super U>, boolean) - Constructor for class org.ujorm.wicket.component.dialog.domestic.EntityDialogPane
Common constructor
EntityDialogPane(ModalWindow, IModel<? super U>, FieldProviderFactory<U>, boolean) - Constructor for class org.ujorm.wicket.component.dialog.domestic.EntityDialogPane
Common constructor
EntityDialogPanel<T extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.dialog
Entity Dialog Content
EntityDialogPanel(ModalWindow, IModel<T>, boolean) - Constructor for class org.ujorm.wicket.component.dialog.EntityDialogPanel
 
EnumField<T extends Enum<T>> - Class in org.ujorm.wicket.component.form.fields
CheckBox field with a Label including a feedback message.
EnumField(Key<U, T>) - Constructor for class org.ujorm.wicket.component.form.fields.EnumField
 
EnumField(Key<U, T>, String) - Constructor for class org.ujorm.wicket.component.form.fields.EnumField
 
EnumField(String, Key<U, T>, String) - Constructor for class org.ujorm.wicket.component.form.fields.EnumField
 
ERROR - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field
eventTarget - Variable in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Target of the close action
EXIT - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field

F

feedback - Variable in class org.ujorm.wicket.component.form.fields.Field
 
FeedbackField<T> - Class in org.ujorm.wicket.component.form.fields
Common Feedback Field
FeedbackField(String) - Constructor for class org.ujorm.wicket.component.form.fields.FeedbackField
 
FeedbackLabel - Class in org.ujorm.wicket.component.form
Label displaying feedback messages for FormComponents.
FeedbackLabel(String, Component) - Constructor for class org.ujorm.wicket.component.form.FeedbackLabel
Call this constructor if you just want to display the FeedbackMessage of the component.
FeedbackLabel(String, Component, String) - Constructor for class org.ujorm.wicket.component.form.FeedbackLabel
Call this constructor if you want to display a custom text
FeedbackLabel(String, Component, IModel) - Constructor for class org.ujorm.wicket.component.form.FeedbackLabel
Call this constructor if you want to display a custom model (for easy i18n)
fetchDatabaseColumns(Query<U>) - Method in class org.ujorm.wicket.component.grid.OrmDataProvider
The method reduces a lazy database requests from relational table columns.
Field<T> - Class in org.ujorm.wicket.component.form.fields
Common Input field with a Label including a feedback message.
Field(Key<U, T>) - Constructor for class org.ujorm.wicket.component.form.fields.Field
 
Field(String, Key<U, T>, String) - Constructor for class org.ujorm.wicket.component.form.fields.Field
The default constructor
FieldEvent - Class in org.ujorm.wicket.component.form
FieldEvent
FieldEvent(String, KeyRing, AjaxRequestTarget) - Constructor for class org.ujorm.wicket.component.form.FieldEvent
 
FieldProvider<U extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.form
Field Factory
FieldProvider(String) - Constructor for class org.ujorm.wicket.component.form.FieldProvider
Default constructor
FieldProvider(RepeatingView) - Constructor for class org.ujorm.wicket.component.form.FieldProvider
Default constructor with a repeatingView
FieldProvider(RepeatingView, Map<String, Field>) - Constructor for class org.ujorm.wicket.component.form.FieldProvider
Final constructor
FieldProviderFactory<U extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.form
FieldProvider Factory
FieldProviderFactory() - Constructor for class org.ujorm.wicket.component.form.FieldProviderFactory
 
fields - Variable in class org.ujorm.wicket.component.dialog.domestic.EntityDialogPane
Input fields provider
fields - Variable in class org.ujorm.wicket.component.dialog.EntityDialogPanel
Input fields provider
FILTER - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field
filter - Variable in class org.ujorm.wicket.component.grid.AbstractDataProvider
Data criterion model for filtering the data resource
FILTER_ACTION - Static variable in class org.ujorm.wicket.component.dialog.domestic.OfferToolbar
Event action
findDefaultDisplayKey() - Method in class org.ujorm.wicket.component.form.fields.OfferField
Find a default display key by the next steps: Find the first key with a String type where the key name contains a text "NAME" Find the first key with a String type Find the first key
findFirstField() - Method in class org.ujorm.wicket.component.form.FieldProvider
Find first enabled field with a non-null Key or return the null.
findKeyByName(String, KeyList<U>) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
FindKey by name with ignore case
form - Variable in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Dialog form
form - Variable in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Dialog form
format(Object) - Method in class org.ujorm.wicket.MultiKeyModel
Format the result value

G

get(IEvent<?>) - Static method in class org.ujorm.wicket.component.form.FieldEvent
Get Payload type UjoEvent from the argument
get(IEvent<?>) - Static method in class org.ujorm.wicket.UjoEvent
Get Payload type UjoEvent from the argument or return the EMPTY_EVENT
getAction() - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Action code
getAction() - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Action code
getAction() - Method in class org.ujorm.wicket.component.form.FieldEvent
 
getAction() - Method in class org.ujorm.wicket.UjoEvent
Get action
getActionId() - Method in class org.ujorm.wicket.component.grid.CommonAction
Action id
getBaseClass() - Method in class org.ujorm.wicket.KeyModel
Return a class of the base domainObject
getBaseClass() - Method in class org.ujorm.wicket.MultiKeyModel
Return a class of the base domainObject
getBaseModelObject() - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Returns a base model object / entity
getBaseModelObject() - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Returns a base model object / entity
getBaseModelObject() - Method in class org.ujorm.wicket.component.dialog.domestic.EntityDialogPane
Returns a base model object / entity
getBaseModelObject() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferDialogPane
Try to find the first grid row
getBaseModelObject() - Method in class org.ujorm.wicket.component.dialog.EntityDialogPanel
Returns a base model object / entity
getButtonModel(String) - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Get Save button key key
getButtonModel(String) - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Get Save button key key
getButtons() - Method in class org.ujorm.wicket.component.dialog.MessageDialogPanel
Create buttons
getClonedDepth() - Method in class org.ujorm.wicket.component.form.FieldProvider
getClosable() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Closable object
getColumns() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferDialogPane
Get Table Data Provider
getColumns() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Table columns
getColumns() - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Column table list
getComboDisplayValue(T) - Method in class org.ujorm.wicket.component.form.fields.ComboField
Get the value for displaying to an end user.
getComboDisplayValue(T) - Method in class org.ujorm.wicket.component.form.fields.EnumField
Get the value for displaying to an end user.
getComboIdValue(T, int) - Method in class org.ujorm.wicket.component.form.fields.ComboField
This method is called to get the id value of an object (used as the value attribute of a choice element) The id can be extracted from the object like a primary key, or if the list is stable you could just return a toString of the index.
getComboIdValue(T, int) - Method in class org.ujorm.wicket.component.form.fields.EnumField
This method is called to get the id value of an object (used as the value attribute of a choice element) The id can be extracted from the object like a primary key, or if the list is stable you could just return a toString of the index.
getCriterion() - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Returns a Criterion model for the OrmUjo table, for example all active hotels: Hotel.ACTIVE.whereEq(true)
getCssAffirmativeClass() - Method in class org.ujorm.wicket.component.grid.KeyColumnBoolean
Returns a CSS class of the true value
getCssClass() - Method in class org.ujorm.wicket.component.form.fields.FeedbackField
Returns a main CSS class
getCssClass() - Method in class org.ujorm.wicket.component.form.fields.Field
Returns a main CSS class
getCssClass() - Method in class org.ujorm.wicket.component.grid.KeyColumn
getCssClass() - Method in class org.ujorm.wicket.component.tabs.UjoTab
Get CSS class name
getCssClass() - Method in class org.ujorm.wicket.CssAppender
Returns a CSS class
getCssSelected() - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Returns a CSS style for SELECTED row.
getDataModel(IModel<U>) - Method in class org.ujorm.wicket.component.grid.KeyColumnExportable
Returns an IModel of the data displayed by this column for the rowModel provided.
getDataValue(IModel<U>) - Method in class org.ujorm.wicket.component.grid.KeyColumnExportable
Get raw data value
getDatePattern() - Method in class org.ujorm.wicket.component.form.fields.DateField
Returns localizadDate pattern
getDatePattern() - Method in class org.ujorm.wicket.component.form.fields.LocalDateField
Returns localizadDate pattern
getDatePattern() - Method in class org.ujorm.wicket.component.form.fields.LocalDateTimeField
Returns localizadDate pattern
getDatePattern(Component) - Method in class org.ujorm.wicket.component.grid.KeyColumnDate
Returns localizadDate pattern
getDatePattern(Component) - Method in class org.ujorm.wicket.component.grid.KeyColumnDecimal
Returns localizadDate pattern
getDatePattern(Component) - Method in class org.ujorm.wicket.component.grid.KeyColumnLocalDate
Returns localizadDate pattern
getDatePattern(Component) - Method in class org.ujorm.wicket.component.grid.KeyColumnLocalDateTime
Returns localizadDate pattern
getDefaultActionName() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferToolbar
Default action name is CommonActions.FILTER
getDefaultActionName() - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Default action name is CommonActions.FILTER
getDefaultPattern(String) - Static method in class org.ujorm.wicket.component.tools.DateTimes
Get a date pattern by the localizationKey.
getDefaultSelectedTab() - Method in class org.ujorm.wicket.component.tabs.UjoTabbedPanel
Get Default selectedTab from Session
getDimension() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Set dimension of Window
getDisableModel() - Method in class org.ujorm.wicket.component.toolbar.InsertToolbar
 
getDisplay() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Display column of the UjoField
getDisplayKey() - Method in class org.ujorm.wicket.component.form.fields.OfferField
Find a default name key
getDisplayModel() - Method in class org.ujorm.wicket.component.grid.KeyColumnExportable
Returns a model of the column header.
getDisplayValue(T) - Method in class org.ujorm.wicket.component.tools.ChoiceRendererNullable
getDomain() - Method in class org.ujorm.wicket.component.form.FieldProvider
Copy component values to the domain result and return the result
getDomain() - Method in class org.ujorm.wicket.UjoEvent
Get the ujo domain object
getDomainClass() - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Get a domain class
getDomainType() - Method in class org.ujorm.wicket.component.toolbar.InsertToolbar
The type of a domain object
getExportableColumns(boolean) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Returns columns type of IExportableColumn for a true argument.
getField(Key<? super U, V>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Returns the related Field component
getFields() - Method in class org.ujorm.wicket.component.dialog.domestic.EntityDialogPane
Input fields provider
getFields() - Method in class org.ujorm.wicket.component.dialog.EntityDialogPanel
Input fields provider
getFields() - Method in class org.ujorm.wicket.component.form.FieldProvider
Return all fields
getFileredRows() - Method in class org.ujorm.wicket.component.grid.ListDataProvider
Returns a filtered rows and cach the result
getFilter() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Returns the original filter
getFilterModel() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Returns filter model
getFinders() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Get Finders for Toolbar where String key type is preferred in auto builder mode
getFinders4Orm(List<Key>) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Add finders to the ressult for ORM domain
getFirstTableRow(DataTable) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
A common tool returns the first row of the selected dataTable or the null value if no row was found
getHeader(String) - Method in class org.ujorm.wicket.component.grid.KeyColumnExportable
getHeader(String) - Method in class org.ujorm.wicket.component.grid.KeyPopulator
 
getHiddenColumns() - Method in class org.ujorm.wicket.component.grid.OrmDataProvider
Hidden column table list
getHighlighting() - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Data criterion model for select data rows
getHighliting() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Returns highliting with a non-null model
getId() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Display column of the UjoField
getIdValue(T, int) - Method in class org.ujorm.wicket.component.tools.ChoiceRendererNullable
getInput() - Method in class org.ujorm.wicket.component.form.fields.Field
Return an Input component
getInputCssClass() - Method in class org.ujorm.wicket.component.form.fields.DateField
Default CSS class have got value datepicker
getInputCssClass() - Method in class org.ujorm.wicket.component.form.fields.LocalDateField
Default CSS class have got value datepicker
getInputDomain() - Method in class org.ujorm.wicket.component.form.FieldProvider
Get original domain
getItems() - Method in class org.ujorm.wicket.component.form.fields.ComboField
Get component items
getItems() - Method in class org.ujorm.wicket.component.form.fields.EnumField
Get component items
getKey() - Method in class org.ujorm.wicket.component.form.fields.Field
Returns assigned key
getKey() - Method in class org.ujorm.wicket.component.grid.KeyColumn
Get the Key
getKey() - Method in class org.ujorm.wicket.KeyModel
Rerurn Key
getKeyDisplay() - Method in class org.ujorm.wicket.component.form.fields.ComboField
Get a key to display
getKeyId() - Method in class org.ujorm.wicket.component.form.fields.ComboField
Get the identifier key
getKeyName() - Method in class org.ujorm.wicket.component.form.fields.Field
Get a simple key name for a localization
getKeyName(Key<?, ?>) - Method in class org.ujorm.wicket.component.form.fields.Field
Get a simple key name for a localization
getKeyNames() - Method in class org.ujorm.wicket.component.form.FieldProvider
Return all keys in a String format
getKeyRing() - Method in class org.ujorm.wicket.MultiKeyModel
Return Key
getLabel() - Method in class org.ujorm.wicket.component.grid.CommonAction
Label of the action
getLast() - Method in class org.ujorm.wicket.component.form.FieldProvider
Returns the last field or throw an exception
getMetaTable() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Find a meta-model for a ORM doman class
getModalWindow() - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Returns modal WIndow
getModalWindow() - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Returns modal WIndow
getModel(Key<U, T>) - Method in class org.ujorm.wicket.ModelFactory
Create new model for the key
getModelComparator() - Method in class org.ujorm.wicket.component.choice.UjoDropDown
Create a new model comparator
getModelValue() - Method in class org.ujorm.wicket.component.form.fields.DateField
Returns an input value from model
getModelValue() - Method in class org.ujorm.wicket.component.form.fields.Field
Returns an input value from model
getModelValue() - Method in class org.ujorm.wicket.component.form.fields.OfferField
Returns an input value from model
getNextTitle(boolean) - Method in class org.ujorm.wicket.component.tabs.UjoWizardPanel
Get a title of the required tab or returns the null
getNextTitleModel(boolean) - Method in class org.ujorm.wicket.component.tabs.UjoWizardPanel
Get a title of the required tab or returns the null
getObject(String, IModel<? extends List<? extends T>>) - Method in class org.ujorm.wicket.component.tools.ChoiceRendererNullable
 
getObject() - Method in class org.ujorm.wicket.KeyModel
 
getObject() - Method in class org.ujorm.wicket.MultiKeyModel
 
getOrmHandler() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Returns ORM handelr
getOrmHandler() - Method in class org.ujorm.wicket.component.form.FieldProvider
Returns OrmHandler
getOrmHandler() - Static method in class org.ujorm.wicket.OrmSessionProvider
Create current ORM Handler
getOrmSession() - Method in class org.ujorm.wicket.component.grid.OrmDataProvider
Returns ORM Session
getPanel(String) - Method in class org.ujorm.wicket.component.tabs.UjoTab
Create new instance of the panel class.
getPanelClass() - Method in class org.ujorm.wicket.component.tabs.UjoTab
Get panel class
getProperty() - Method in class org.ujorm.wicket.KeyModel
Deprecated.
getPropertyExpression() - Method in class org.ujorm.wicket.component.grid.KeyColumn
 
getProvider() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Data Provider
getRenderer() - Method in class org.ujorm.wicket.component.form.fields.EnumField
Choice Renderer
getRepeatingView() - Method in class org.ujorm.wicket.component.form.FieldProvider
Returns the repeating view
getRequestTarget() - Method in class org.ujorm.wicket.component.form.FieldEvent
 
getResourceLabelKey(Key<?, ?>) - Method in class org.ujorm.wicket.component.form.fields.Field
Resource Label Key
getRowCount() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Row count
getRowCount() - Method in class org.ujorm.wicket.component.form.fields.TextAreaField
Get row count
getRows() - Method in class org.ujorm.wicket.component.grid.ListDataProvider
Returns original data rows
getSelectedTabPanel() - Method in class org.ujorm.wicket.component.tabs.UjoTabbedPanel
Get selected tab panel
getSelectedTabPanel() - Method in class org.ujorm.wicket.component.tabs.UjoWizard
Get selected tab panel
getSession() - Method in class org.ujorm.wicket.OrmSessionProvider
Create and cache the ORM Session, where created session must be closed later
getSimpleKeyName(Key) - Static method in class org.ujorm.wicket.component.tools.LocalizedModel
Get a full key name with no alias information by example:
getSortKey() - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Returns a sorting Key
getSortKeys() - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Returns a sorting Key
getSortProperty() - Method in class org.ujorm.wicket.component.grid.KeyColumnExportable
getSortProperty() - Method in class org.ujorm.wicket.component.grid.KeyPopulator
 
getSourceKey() - Method in class org.ujorm.wicket.component.form.FieldEvent
 
getTabBar() - Method in class org.ujorm.wicket.component.tabs.UjoWizardPanel
Returns a tab container
getTable() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferDialogPane
Get table component
getTabModel() - Method in class org.ujorm.wicket.component.tabs.UjoTab
Model for constructor of the Tab components
getTabSize() - Method in class org.ujorm.wicket.component.tabs.UjoTabbedPanel
Return the tab size
getTarget() - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Target of the close action
getTarget() - Method in class org.ujorm.wicket.UjoEvent
Get target
getTextAreaLimit() - Method in class org.ujorm.wicket.component.form.FieldProvider
Returns a minimal text length to create a TextArea component.
getTitle() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Dialog title
getTitle() - Method in class org.ujorm.wicket.component.link.MessageLink
Returns title of the link
getType() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Return a base class
getUjoModel() - Method in class org.ujorm.wicket.UjoEvent
Get Ujo domain model
getUndefinedKey() - Method in class org.ujorm.wicket.component.tools.ChoiceRendererNullable
Localization key for undefined value
getValidator() - Method in class org.ujorm.wicket.component.form.UiValidator
Returns an original validator
getValidator() - Method in class org.ujorm.wicket.component.form.UjoValidator
Returns an original validator
getValidators() - Method in class org.ujorm.wicket.component.form.fields.Field
Validator getter
getValue(Key<? super U, T>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Get Value, or returns a default value
getVisibleModel() - Method in class org.ujorm.wicket.component.form.fields.Field
Extended visible model, the null value means a default manner.
getWizardBar() - Method in class org.ujorm.wicket.component.tabs.UjoWizard
Get wizard bar
getWizardPanel() - Method in class org.ujorm.wicket.component.tabs.UjoWizardBar
Get Wizard Panel
GridField<T> - Class in org.ujorm.wicket.component.form.fields
GridField field with a Label including a feedback message.
GridField(Key<U, T>) - Constructor for class org.ujorm.wicket.component.form.fields.GridField
 
GridField(String, Key<U, T>, String) - Constructor for class org.ujorm.wicket.component.form.fields.GridField
 

H

hasAction() - Method in class org.ujorm.wicket.component.form.FieldEvent
Check of the action has an length
highlighting - Variable in class org.ujorm.wicket.component.grid.AbstractDataProvider
Data criterion model for highlighting data rows

I

ID - Static variable in class org.ujorm.wicket.component.form.DummyUjo
 
insertRow(U) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Insert row to the data source.
insertRow(U) - Method in class org.ujorm.wicket.component.grid.ListDataProvider
Insert row to the data source
InsertToolbar<U extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.toolbar
The common action Toolbar for an insert
InsertToolbar(DataTable, Class<U>) - Constructor for class org.ujorm.wicket.component.toolbar.InsertToolbar
Constructor with a default action name CommonActions.UPDATE
InsertToolbar(DataTable, Class<U>, String) - Constructor for class org.ujorm.wicket.component.toolbar.InsertToolbar
Constructor
isAction(String) - Method in class org.ujorm.wicket.component.form.FieldEvent
Is it the required action?
isAction(String...) - Method in class org.ujorm.wicket.component.form.FieldEvent
Check the the required actions from argument to match.
isAction(String) - Method in class org.ujorm.wicket.UjoEvent
Is it the required action?
isAction(String...) - Method in class org.ujorm.wicket.UjoEvent
Check the the required actions from argument to match.
isAutoclose() - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Dialog autoclose request
isDefaultColumnSorting() - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Default column sorting for the method #addColumn(org.ujorm.Key) where the feature is enabled by default
isDisableRequest() - Method in class org.ujorm.wicket.component.form.FieldProvider
Disable new fields if the argument is true
isEnabled() - Method in class org.ujorm.wicket.component.form.fields.Field
Component is enabled if its input is enabled too
isEnableToolbar() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Enable finder
isFeedbackMessage() - Method in class org.ujorm.wicket.component.form.FeedbackLabel
Have got the Feedback any message ?
isFetchDatabaseColumns() - Method in class org.ujorm.wicket.component.grid.OrmDataProvider
Fetch database columns for better SQL performance where the feature is enabled by default
isLastSelectedTab(boolean) - Method in class org.ujorm.wicket.component.tabs.UjoTabbedPanel
Check the last/first selected tab
isMandatory(Key<? super U, ?>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Is the key mandatory ?
isOpenSesson() - Method in class org.ujorm.wicket.OrmSessionProvider
Is the session open?
isOrm() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Is the Domain type an ORM class ?
isOrm() - Method in class org.ujorm.wicket.component.form.fields.OfferField
Check the ORM type of the main domain object
isPasswordKey(Key<? super U, ?>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Is the key type of PasswordField ?
isRequired() - Method in class org.ujorm.wicket.component.form.fields.Field
Is the field required ?
isSortable() - Method in class org.ujorm.wicket.component.grid.KeyColumnExportable
isSortable() - Method in class org.ujorm.wicket.component.grid.KeyPopulator
 
isSortingEnabled(Key<U, ?>) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
The sorting is enabled for a persistent Ujorm Key by default
isSortingEnabled(Key<U, ?>) - Method in class org.ujorm.wicket.component.grid.OrmDataProvider
The sorting is enabled for a persistent Ujorm Key by default
isStringType() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferToolbar
Is the type of value the String class
isVisible(U) - Method in class org.ujorm.wicket.component.grid.CommonAction
Is the action visible?
isVisible() - Method in class org.ujorm.wicket.component.tabs.UjoTab
The method get a visibleModel if any
isVisible() - Method in class org.ujorm.wicket.component.toolbar.InsertToolbar
Is visible
iterator(long, long) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Build a JDBC ResultSet always.
iterator(long, long) - Method in class org.ujorm.wicket.component.grid.ListDataProvider
Build a JDBC ResultSet always.
iterator(long, long) - Method in class org.ujorm.wicket.component.grid.OrmDataProvider
Build a JDBC ResultSet always.

K

key - Variable in class org.ujorm.wicket.component.form.fields.Field
Serializable key
KeyColumn<U extends org.ujorm.Ujo,T> - Class in org.ujorm.wicket.component.grid
A convenience implementation of column that adds a Ujo Property to the cell whose model is determined by the provided wicket key expression (same as used by PropertyModel) that is evaluated against the current row's model object Example:
 public class DataTablePage2 extends WebPage {

     public DataTablePage2() {
         final EmployeeProvider userProvider = new EmployeeProvider();

         final List<IColumn> columns = new ArrayList<IColumn>();
         columns.add(new KeyColumn(Employee.ID));
         columns.add(new KeyColumn(Employee.FIRSTNAME));
         columns.add(new KeyColumn(Employee.LASTNAME));
         columns.add(new KeyColumn(Employee.EMAIL));
         columns.add(new KeyColumn(Employee.STUDENT));

         add(new DefaultDataTable("datatable", columns, userProvider, 20));
     }
 }
 

 The above will attach a label to the cell with a key model for the expression
 "name.first"
KeyColumn(KeyRing<U>, KeyRing<U>) - Constructor for class org.ujorm.wicket.component.grid.KeyColumn
Creates a sortable key column
KeyColumn(IModel<String>, KeyRing<U>, KeyRing<U>) - Constructor for class org.ujorm.wicket.component.grid.KeyColumn
Creates a sortable key column
KeyColumnBoolean<U extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.grid
Key column for a boolean data type
KeyColumnBoolean(Key<U, ?>, Key<U, ?>, String) - Constructor for class org.ujorm.wicket.component.grid.KeyColumnBoolean
 
KeyColumnBoolean(KeyRing<U>, KeyRing<U>, String, String) - Constructor for class org.ujorm.wicket.component.grid.KeyColumnBoolean
 
KeyColumnDate<U extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.grid
Key column for a Date data type
KeyColumnDate(KeyRing<U>, KeyRing<U>) - Constructor for class org.ujorm.wicket.component.grid.KeyColumnDate
Constructor with the default value localeDateFormatKey = "locale.date.pattern".
KeyColumnDate(KeyRing<U>, KeyRing<U>, String) - Constructor for class org.ujorm.wicket.component.grid.KeyColumnDate
 
KeyColumnDecimal<U extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.grid
Key column for a Date data type
KeyColumnDecimal(KeyRing<U>, KeyRing<U>) - Constructor for class org.ujorm.wicket.component.grid.KeyColumnDecimal
Constructor with the default value localeDateFormatKey = "locale.date.pattern".
KeyColumnDecimal(KeyRing<U>, KeyRing<U>, String) - Constructor for class org.ujorm.wicket.component.grid.KeyColumnDecimal
 
KeyColumnEnum<U extends org.ujorm.Ujo,T extends Enum<T>> - Class in org.ujorm.wicket.component.grid
Key column for a Date data type
KeyColumnEnum(KeyRing<U>, KeyRing<U>) - Constructor for class org.ujorm.wicket.component.grid.KeyColumnEnum
 
KeyColumnExportable<U extends org.ujorm.Ujo,T> - Class in org.ujorm.wicket.component.grid
Exportable column model
KeyColumnExportable(KeyColumn<U, T>) - Constructor for class org.ujorm.wicket.component.grid.KeyColumnExportable
KeyColumnLocalDate<U extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.grid
Key column for a Date data type
KeyColumnLocalDate(KeyRing<U>, KeyRing<U>) - Constructor for class org.ujorm.wicket.component.grid.KeyColumnLocalDate
Constructor with the default value localeDateFormatKey = "locale.date.pattern".
KeyColumnLocalDate(KeyRing<U>, KeyRing<U>, String) - Constructor for class org.ujorm.wicket.component.grid.KeyColumnLocalDate
 
KeyColumnLocalDateTime<U extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.grid
Key column for a Date data type
KeyColumnLocalDateTime(KeyRing<U>, KeyRing<U>) - Constructor for class org.ujorm.wicket.component.grid.KeyColumnLocalDateTime
Constructor with the default value localeDateFormatKey = "locale.date.pattern".
KeyColumnLocalDateTime(KeyRing<U>, KeyRing<U>, String) - Constructor for class org.ujorm.wicket.component.grid.KeyColumnLocalDateTime
 
KeyModel<U extends org.ujorm.Ujo,T> - Class in org.ujorm.wicket
 
KeyModel(U, Key<U, T>) - Constructor for class org.ujorm.wicket.KeyModel
Protected Construct with a wrapped (IModel) or unwrapped (non-IModel) object and a key expression that works on the given model.
KeyPopulator<UJO extends org.ujorm.Ujo,T> - Class in org.ujorm.wicket.component.grid
A convenience implementation of ICellPopulator that adds a label that will display the value of the specified key.
KeyPopulator(KeyRing<UJO>) - Constructor for class org.ujorm.wicket.component.grid.KeyPopulator
 
KeyPopulator(Key<UJO, ?>) - Constructor for class org.ujorm.wicket.component.grid.KeyPopulator
 
keySerializable - Variable in class org.ujorm.wicket.component.grid.KeyColumn
Data key

L

LINK_ID - Static variable in class org.ujorm.wicket.component.link.MessageLink
Link ID
list(Key<? super UJO, ?>...) - Static method in class org.ujorm.wicket.component.grid.KeyPopulator
Create new ICellPopulator List with a pupulator with no generic item type for easy use
ListDataProvider<U extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.grid
This class called ListDataProvider is a List based DataProvider.
ListDataProvider(IModel<Criterion<U>>) - Constructor for class org.ujorm.wicket.component.grid.ListDataProvider
Constructor
ListDataProvider(IModel<Criterion<U>>, Key<? super U, ?>) - Constructor for class org.ujorm.wicket.component.grid.ListDataProvider
Constructor
LocalDateField<T> - Class in org.ujorm.wicket.component.form.fields
LocalDate field with a Label including a feedback message.
LocalDateField(Key<U, T>) - Constructor for class org.ujorm.wicket.component.form.fields.LocalDateField
 
LocalDateField(String, Key<U, T>, String) - Constructor for class org.ujorm.wicket.component.form.fields.LocalDateField
 
LocalDateTimeField<T> - Class in org.ujorm.wicket.component.form.fields
Local datetime field with a Label including a feedback message.
LocalDateTimeField(Key<U, T>) - Constructor for class org.ujorm.wicket.component.form.fields.LocalDateTimeField
 
LocalDateTimeField(String, Key<U, T>, String) - Constructor for class org.ujorm.wicket.component.form.fields.LocalDateTimeField
 
LOCALE_DATE_FORMAT_KEY - Static variable in class org.ujorm.wicket.component.tools.DateTimes
Default 'date' format key for localizations
LOCALE_DATETIME_FORMAT_KEY - Static variable in class org.ujorm.wicket.component.tools.DateTimes
Default 'datetime' format key for localizations
LocalizedModel - Class in org.ujorm.wicket.component.tools
Extended ResourceModel where default value is the original key by default.
LocalizedModel(String) - Constructor for class org.ujorm.wicket.component.tools.LocalizedModel
Default value is the same as key
LocalizedModel(String, String) - Constructor for class org.ujorm.wicket.component.tools.LocalizedModel
 
LOGIN - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field
LOGIN_CHANGED - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field

M

MESSAGE - Static variable in class org.ujorm.wicket.component.dialog.MessageDialogPanel
Message
MessageDialogPane<T extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.dialog.domestic
Common Message Dialog.
MessageDialogPane(ModalWindow, IModel<String>, boolean) - Constructor for class org.ujorm.wicket.component.dialog.domestic.MessageDialogPane
 
MessageDialogPanel<T extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.dialog
Common Message Dialog
MessageDialogPanel(String, IModel<String>) - Constructor for class org.ujorm.wicket.component.dialog.MessageDialogPanel
 
MessageLink - Class in org.ujorm.wicket.component.link
Ajax message link
MessageLink(String) - Constructor for class org.ujorm.wicket.component.link.MessageLink
Constructor with an undefined model value
MessageLink(String, IModel<String>) - Constructor for class org.ujorm.wicket.component.link.MessageLink
Constructor
modalWindow - Variable in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Dialog modal window
modalWindow - Variable in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Dialog modal window
model - Variable in class org.ujorm.wicket.component.dialog.domestic.OfferDialogPane
Input fields provider
model(U) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Create a model
ModelFactory<U extends org.ujorm.Ujo & Serializable> - Class in org.ujorm.wicket
 
ModelFactory(U) - Constructor for class org.ujorm.wicket.ModelFactory
Constructor
MultiKeyModel<U extends org.ujorm.Ujo> - Class in org.ujorm.wicket
 
MultiKeyModel(IModel<U>, String, Key<U, ?>...) - Constructor for class org.ujorm.wicket.MultiKeyModel
Protected Construct with a wrapped (IModel) or unwrapped (non-IModel) object and a key expression that works on the given model.

N

newChildId() - Method in class org.ujorm.wicket.component.form.FieldProvider
Generates a child component id
newLink(String, int) - Method in class org.ujorm.wicket.component.tabs.UjoTabbedPanel
newTypeInstance() - Method in class org.ujorm.wicket.component.toolbar.InsertToolbar
Return an instance of the type

O

of(Key<?, T>, Criterion<T>, Key<T, ?>) - Static method in class org.ujorm.wicket.component.form.fields.ComboField
Create new ComboField using database request
of(Key<?, T>, Query<T>, Key<T, ?>) - Static method in class org.ujorm.wicket.component.form.fields.ComboField
Create new ComboField using database request
of(Key<?, T>, Query<T>, Key<T, ?>) - Static method in class org.ujorm.wicket.component.form.fields.OfferField
Create new ComboField using database request
of(Key<?, U>, Key<U, ?>) - Static method in class org.ujorm.wicket.component.form.fields.OfferField
Create new ComboField using database request
of(Key<?, U>) - Static method in class org.ujorm.wicket.component.form.fields.OfferField
Create new ComboField using database request
of(String...) - Static method in class org.ujorm.wicket.component.grid.CommonAction
A common action factory
of(Key<U, T>, boolean) - Static method in class org.ujorm.wicket.component.grid.KeyColumn
A factory method
of(Key<U, T>, boolean, String) - Static method in class org.ujorm.wicket.component.grid.KeyColumn
A factory method
of(Key<U, T>, Key<U, T>, String) - Static method in class org.ujorm.wicket.component.grid.KeyColumn
A factory method
of(Key<U, T>, boolean) - Static method in class org.ujorm.wicket.component.grid.KeyColumnBoolean
of(Key<U, T>, boolean, String) - Static method in class org.ujorm.wicket.component.grid.KeyColumnBoolean
A factory method
of(Key<U, T>, Key<U, T>, String) - Static method in class org.ujorm.wicket.component.grid.KeyColumnBoolean
A factory method
of(Key<U, T>, boolean, String) - Static method in class org.ujorm.wicket.component.grid.KeyColumnDate
A factory method
of(Key<U, T>, boolean, String, String) - Static method in class org.ujorm.wicket.component.grid.KeyColumnDate
A factory method
of(Key<U, T>, boolean, String) - Static method in class org.ujorm.wicket.component.grid.KeyColumnDecimal
A factory method
of(Key<U, T>, boolean, String, String) - Static method in class org.ujorm.wicket.component.grid.KeyColumnDecimal
A factory method
of(Key<U, T>, boolean, String) - Static method in class org.ujorm.wicket.component.grid.KeyColumnEnum
A factory method
of(Key<U, T>, Key<U, T>, String) - Static method in class org.ujorm.wicket.component.grid.KeyColumnEnum
A factory method
of(Key<U, T>, boolean, String) - Static method in class org.ujorm.wicket.component.grid.KeyColumnLocalDate
A factory method
of(Key<U, T>, boolean, String, String) - Static method in class org.ujorm.wicket.component.grid.KeyColumnLocalDate
A factory method
of(Key<U, T>, boolean, String) - Static method in class org.ujorm.wicket.component.grid.KeyColumnLocalDateTime
A factory method
of(Key<U, T>, boolean, String, String) - Static method in class org.ujorm.wicket.component.grid.KeyColumnLocalDateTime
A factory method
of(IModel<Criterion<T>>, Key<? super T, ?>) - Static method in class org.ujorm.wicket.component.grid.ListDataProvider
Factory for the class
of(IModel<Criterion<T>>) - Static method in class org.ujorm.wicket.component.grid.ListDataProvider
Factory for the class
of(Criterion<T>, Key<? super T, ?>) - Static method in class org.ujorm.wicket.component.grid.ListDataProvider
Factory for the class
of(Criterion<? super T>) - Static method in class org.ujorm.wicket.component.grid.ListDataProvider
Factory for the class
of(IModel<Criterion<T>>, Key<? super T, ?>) - Static method in class org.ujorm.wicket.component.grid.OrmDataProvider
Factory for the class
of(IModel<Criterion<T>>) - Static method in class org.ujorm.wicket.component.grid.OrmDataProvider
Factory for the class
of(Criterion<T>, Key<? super T, ?>) - Static method in class org.ujorm.wicket.component.grid.OrmDataProvider
Factory for the class
of(Criterion<T>) - Static method in class org.ujorm.wicket.component.grid.OrmDataProvider
Factory for the class
of(String) - Static method in class org.ujorm.wicket.CssAppender
The CssAppender factory
of(U, Key<U, T>) - Static method in class org.ujorm.wicket.KeyModel
Type-infering factory method
of(IModel<U>, KeyRing<U>) - Static method in class org.ujorm.wicket.KeyModel
Type-infering factory method
of(Object, String) - Static method in class org.ujorm.wicket.KeyModel
Create a Wicket model from a domain model type of Ujo or JavaBean.
of(IModel<UJO>, Key<UJO, ?>...) - Static method in class org.ujorm.wicket.MultiKeyModel
Type-infering factory method
of(IModel<UJO>, String, Key<UJO, ?>...) - Static method in class org.ujorm.wicket.MultiKeyModel
Type-infering factory method
OfferDialogPane<T extends org.ujorm.Ujo & Serializable> - Class in org.ujorm.wicket.component.dialog.domestic
Offer Dialog Model
OfferDialogPane(ModalWindow, OfferModel<T>) - Constructor for class org.ujorm.wicket.component.dialog.domestic.OfferDialogPane
 
OfferField<U extends org.ujorm.Ujo & Serializable> - Class in org.ujorm.wicket.component.form.fields
UjoField field with a Label including a feedback message.
OfferField(String, Key<W, U>) - Constructor for class org.ujorm.wicket.component.form.fields.OfferField
Constructor
OfferField(String, Key<W, U>, Key<U, ?>) - Constructor for class org.ujorm.wicket.component.form.fields.OfferField
Constructor
OfferField(String, Key<W, U>, OfferModel<U>) - Constructor for class org.ujorm.wicket.component.form.fields.OfferField
Constructor
OfferModel<U extends org.ujorm.Ujo & Serializable> - Class in org.ujorm.wicket.component.dialog.domestic
UjoFieldModel
OfferModel(Class<U>) - Constructor for class org.ujorm.wicket.component.dialog.domestic.OfferModel
All item
OfferModel(Criterion<U>) - Constructor for class org.ujorm.wicket.component.dialog.domestic.OfferModel
Filtering
OfferToolbar<U extends org.ujorm.Ujo & Serializable> - Class in org.ujorm.wicket.component.dialog.domestic
The common action panel
OfferToolbar(String, KeyList<U>) - Constructor for class org.ujorm.wicket.component.dialog.domestic.OfferToolbar
Placeholder key is built by the prefix {@code "label
onAjaxUpdate(AjaxRequestTarget) - Method in class org.ujorm.wicket.component.tabs.UjoTabbedPanel
Save selected tab
onBeforeRender() - Method in class org.ujorm.wicket.component.tabs.UjoWizardBar
Set CSS styles for all items before renderer
onChange(Key<? super U, ?>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Refresh component
onChange(Key<? super U, ?>, String) - Method in class org.ujorm.wicket.component.form.FieldProvider
Refresh component
onChange(String) - Method in class org.ujorm.wicket.component.form.fields.BooleanField
Create an "onchange" event
onChange(String) - Method in class org.ujorm.wicket.component.form.fields.ComboField
Create an Updating Behavior with "keyup" event
onChange(String) - Method in class org.ujorm.wicket.component.form.fields.Field
Create an Updating Behavior with "keyup" event
onClick(AjaxRequestTarget, CommonAction<U>) - Method in class org.ujorm.wicket.component.grid.CommonActionPanel
On click event
onClick(AjaxRequestTarget) - Method in class org.ujorm.wicket.component.link.MessageLink
Overwrite the method
onClose(IPartialPageRequestHandler, DialogButton) - Method in class org.ujorm.wicket.component.dialog.MessageDialogPanel
Overwrite it
onConfigure() - Method in class org.ujorm.wicket.component.form.FeedbackLabel
Set the content of this FeedbackLabel, depending on if the component has a FeedbackMessage.
onConfigure() - Method in class org.ujorm.wicket.component.form.fields.FeedbackField
 
onConfigure() - Method in class org.ujorm.wicket.component.form.fields.Field
On configure
onEvent(IEvent<?>) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferDialogPane
Manage events
onInitialize() - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Initialization
onInitialize() - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Initialization
onInitialize() - Method in class org.ujorm.wicket.component.dialog.domestic.OfferDialogPane
 
onInitialize() - Method in class org.ujorm.wicket.component.dialog.MessageDialogPanel
Create message
onInitialize() - Method in class org.ujorm.wicket.component.form.fields.Field
On initialize
onInitialize() - Method in class org.ujorm.wicket.component.form.fields.GridField
On initialize
onInitialize() - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Buid a default criterion.
onLinkClick(AjaxRequestTarget, String) - Method in class org.ujorm.wicket.component.toolbar.InsertToolbar
Default implementation on Link click
onShowBefore(AjaxRequestTarget) - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
An action in show before
onShowBefore(AjaxRequestTarget) - Method in class org.ujorm.wicket.component.dialog.domestic.EntityDialogPane
An action in show before to assign a data from domain object
onShowBefore(AjaxRequestTarget) - Method in class org.ujorm.wicket.component.dialog.domestic.MessageDialogPane
 
onSuperInitialize() - Method in class org.ujorm.wicket.component.form.fields.Field
Initialize a super class for special cases
onUpdate(AjaxRequestTarget) - Method in class org.ujorm.wicket.component.tabs.UjoWizardBar
On update event to overriding
onUpdate(AjaxRequestTarget) - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
On update event
onUpdateWizardBar(AjaxRequestTarget) - Method in class org.ujorm.wicket.component.tabs.UjoWizard
Refresh jQuery components
org.ujorm - package org.ujorm
 
org.ujorm.wicket - package org.ujorm.wicket
 
org.ujorm.wicket.component.choice - package org.ujorm.wicket.component.choice
 
org.ujorm.wicket.component.dialog - package org.ujorm.wicket.component.dialog
 
org.ujorm.wicket.component.dialog.domestic - package org.ujorm.wicket.component.dialog.domestic
 
org.ujorm.wicket.component.form - package org.ujorm.wicket.component.form
 
org.ujorm.wicket.component.form.fields - package org.ujorm.wicket.component.form.fields
 
org.ujorm.wicket.component.grid - package org.ujorm.wicket.component.grid
 
org.ujorm.wicket.component.link - package org.ujorm.wicket.component.link
 
org.ujorm.wicket.component.tabs - package org.ujorm.wicket.component.tabs
 
org.ujorm.wicket.component.toolbar - package org.ujorm.wicket.component.toolbar
 
org.ujorm.wicket.component.tools - package org.ujorm.wicket.component.tools
 
org.ujorm.wicket.component.waiting - package org.ujorm.wicket.component.waiting
 
OrmDataProvider<U extends OrmUjo> - Class in org.ujorm.wicket.component.grid
This class called OrmDataProvider is an ORM based Wicket DataProvider.
OrmDataProvider(IModel<Criterion<U>>) - Constructor for class org.ujorm.wicket.component.grid.OrmDataProvider
Constructor
OrmDataProvider(IModel<Criterion<U>>, Key<? super U, ?>) - Constructor for class org.ujorm.wicket.component.grid.OrmDataProvider
Constructor
OrmSessionProvider - Class in org.ujorm.wicket
ORM Session Provider
OrmSessionProvider() - Constructor for class org.ujorm.wicket.OrmSessionProvider
 

P

PASSWORD_KEY_NAME - Static variable in class org.ujorm.wicket.component.form.FieldProvider
Password key name to create a component PasswordField
PasswordField<T> - Class in org.ujorm.wicket.component.form.fields
Text field for a password including a feedback message.
PasswordField(Key<U, T>) - Constructor for class org.ujorm.wicket.component.form.fields.PasswordField
 
PasswordField(String, Key<U, T>, String) - Constructor for class org.ujorm.wicket.component.form.fields.PasswordField
 
populateItem(Item<ICellPopulator<U>>, String, IModel<U>) - Method in class org.ujorm.wicket.component.grid.KeyColumn
Implementation of populateItem which adds a label to the cell whose model is the provided key expression evaluated against rowModelObject
populateItem(Item<ICellPopulator<U>>, String, IModel<U>) - Method in class org.ujorm.wicket.component.grid.KeyColumnExportable
populateItem(Item<ICellPopulator<UJO>>, String, IModel<UJO>) - Method in class org.ujorm.wicket.component.grid.KeyPopulator
 
postprocess(String) - Method in class org.ujorm.wicket.component.tools.ChoiceRendererNullable
Post-processes the value after it is retrieved from the localizer.
PROPERTY_PREFIX - Static variable in class org.ujorm.wicket.component.form.fields.Field
Localization key prefix
PROPERTY_PREFIX - Static variable in class org.ujorm.wicket.component.form.UiValidator
Localization key prefix
PROPERTY_PREFIX - Static variable in class org.ujorm.wicket.component.form.UjoValidator
Localization key prefix
PROPERTY_PREFIX - Static variable in class org.ujorm.wicket.component.grid.KeyColumn
Localization key prefix

R

READ - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field
reloadTable(AjaxRequestTarget) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferDialogPane
Refresh DataTable
renderHead(IHeaderResponse) - Method in class org.ujorm.wicket.component.waiting.WaitingIcon
 
repeater - Variable in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Dialog repeater
repeater - Variable in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Dialog repeater
REPEATER_ID - Static variable in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
 
REPEATER_ID - Static variable in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
 
requestFocus(AjaxRequestTarget) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferToolbar
Set a focus to the Search Toolbar by default
requestFocus(AjaxRequestTarget) - Method in class org.ujorm.wicket.component.form.FieldProvider
Set a focus to the first component by default
requestFocus(AjaxRequestTarget) - Method in class org.ujorm.wicket.component.form.fields.Field
Set a focus to the component
requestFocus(AjaxRequestTarget) - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Implements the method to request focus
resourceKey(T) - Method in class org.ujorm.wicket.component.grid.KeyColumnEnum
Translates the object into resource key that will be used to lookup the value shown to the user
resourceKey(T) - Method in class org.ujorm.wicket.component.tools.ChoiceRendererNullable
Translates the object into resource key that will be used to lookup the value shown to the user
row - Variable in class org.ujorm.wicket.component.grid.CommonActionPanel
Row of the grid

S

safeList(Key<UJO, ?>...) - Static method in class org.ujorm.wicket.component.grid.KeyPopulator
Deprecated.
SELECT - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field
SELECT - Static variable in class org.ujorm.wicket.component.dialog.domestic.SelectUjo
SELECT dummy action
selectedTab(Class<? extends UjoTab>, AjaxRequestTarget) - Method in class org.ujorm.wicket.component.tabs.UjoTabbedPanel
selectNextTab(boolean, AjaxRequestTarget) - Method in class org.ujorm.wicket.component.tabs.UjoTabbedPanel
Select the next tab
selectNextTab(boolean, AjaxRequestTarget) - Method in class org.ujorm.wicket.component.tabs.UjoWizard
Select the next/prev tab
selectTab(int, AjaxRequestTarget) - Method in class org.ujorm.wicket.component.tabs.UjoTabbedPanel
Select a tab by the order id.
selectTab(Class<? extends UjoTab>, AjaxRequestTarget) - Method in class org.ujorm.wicket.component.tabs.UjoTabbedPanel
Select a tab.
SelectUjo - Class in org.ujorm.wicket.component.dialog.domestic
Dummy Ujo object
SelectUjo() - Constructor for class org.ujorm.wicket.component.dialog.domestic.SelectUjo
 
setAction(String) - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Action code
setAction(String) - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Action code
setClosable(Closeable<U>) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Closable object
setColumns(KeyList<U>) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Table columns
setCssClass(Key<? super U, ?>, String) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Assign a CSS class to a KeyColumn, if exists
setCssClass(String) - Method in class org.ujorm.wicket.component.grid.KeyColumn
Assign a CSS class
setDefaultColumnSorting(boolean) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Default column sorting for the method #addColumn(org.ujorm.Key) where the feature is enabled by default
setDefaultSelectedTab(Integer) - Method in class org.ujorm.wicket.component.tabs.UjoTabbedPanel
Save selected tab to a Session
setDimension(int, int) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Set dimension of Window
setDisableModel(IModel<Boolean>) - Method in class org.ujorm.wicket.component.toolbar.InsertToolbar
 
setDisablRequest(boolean) - Method in class org.ujorm.wicket.component.form.FieldProvider
Disable new fields if the argument is true
setDisplay(Key<? super D, U>) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Display column of the UjoField
setDomain(U) - Method in class org.ujorm.wicket.component.form.FieldProvider
Copy domain attributes to fields and clone the arguments to internal parameters.
setEnabled(Key<? super U, T>, boolean) - Method in class org.ujorm.wicket.component.form.FieldProvider
Set an enabled attribute for a required filed.
setEnabledInput(boolean) - Method in class org.ujorm.wicket.component.form.fields.Field
Set enabled the input component
setEnableToolbar(boolean) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Enable finder
setFeedback(Throwable) - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Show an emergency message
setFeedback(IModel<String>) - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Show an common feedback message
setFeedback(Throwable) - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Show an emergency message
setFeedback(IModel<String>) - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Show an common feedback message
setFeedback(IModel<String>) - Method in class org.ujorm.wicket.component.dialog.domestic.EntityDialogPane
Show an common feedback message
setFeedback(IModel<String>) - Method in class org.ujorm.wicket.component.dialog.domestic.MessageDialogPane
Show an common feedback message
setFeedback(IModel<String>) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferDialogPane
Deprecated. 
setFeedback(IModel<String>) - Method in class org.ujorm.wicket.component.dialog.EntityDialogPanel
Show an common feedback message
setFeedbackMessage(IModel<String>) - Method in class org.ujorm.wicket.component.form.FeedbackLabel
Insert feedback message
setFeedbackMessage(IModel<String>) - Method in class org.ujorm.wicket.component.form.fields.FeedbackField
 
setFeedbackMessage(IModel<String>) - Method in class org.ujorm.wicket.component.form.fields.Field
Assign a feedback message
setFetchDatabaseColumns(boolean) - Method in class org.ujorm.wicket.component.grid.OrmDataProvider
Fetch database columns for better SQL performance where the feature is enabled by default
setFinders(KeyList<U>) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
 
setHighlighting(IModel<Criterion<U>>) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Data criterion model for highlighting data rows
setHighlighting(Criterion<U>) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Data criterion model for select data rows
setHighliting(Criterion<U>) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Returns highliting
setId(Key<? super D, U>) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Display column of the UjoField
setMessage(IModel<String>) - Method in class org.ujorm.wicket.component.dialog.domestic.MessageDialogPane
Set a dialog message
setMessage(IModel<String>) - Method in class org.ujorm.wicket.component.dialog.MessageDialogPanel
Set a dialog message
setModel(IModel<?>) - Method in class org.ujorm.wicket.component.tabs.UjoTab
Model for constructor of the Tab components
setModelValue(T) - Method in class org.ujorm.wicket.component.form.fields.Field
Set new value for the input and reset feedback messages
setObject(T) - Method in class org.ujorm.wicket.KeyModel
 
setObject(CharSequence) - Method in class org.ujorm.wicket.MultiKeyModel
 
setProvider(AbstractDataProvider) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Data Provider
setRenderer(IChoiceRenderer<T>) - Method in class org.ujorm.wicket.component.form.fields.EnumField
Choice Renderer
setRowCount(int) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferModel
Row count
setRows(List<? super U>) - Method in class org.ujorm.wicket.component.grid.ListDataProvider
Assign data resource
setSelected(IModel<Criterion<U>>) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Deprecated.
setSelected(Criterion<U>) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Deprecated.
setSelectedTab(int) - Method in class org.ujorm.wicket.component.tabs.UjoTabbedPanel
Assign a selected tab and add a user CSS class.
setSort(Key<? super U, ?>) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Sets the current sort state and assign the BaseClass
setTabModel(IModel<?>) - Method in class org.ujorm.wicket.component.tabs.UjoTab
Model for tab's component panel
setTarget(IEventSink) - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Target of the close action
setValue(Key<? super U, T>, T) - Method in class org.ujorm.wicket.component.form.FieldProvider
Set Value
setValue(Key<? super U, T>, T, AjaxRequestTarget) - Method in class org.ujorm.wicket.component.form.FieldProvider
Set Value and repaint the component
setVisible(Key<? super U, ?>, boolean) - Method in class org.ujorm.wicket.component.form.FieldProvider
Set a visible attribute for a required filed.
setVisibleModel(IModel<Boolean>) - Method in class org.ujorm.wicket.component.form.fields.Field
Extended visible model, the null value means a default manner.
show(AjaxRequestTarget, IModel<T>) - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Show dialog and assign a data from domain object
show(UjoEvent<T>, IModel<String>) - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Show dialog and assign a data from domain object
show(UjoEvent<T>, IModel<String>, String) - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Show dialog and assign a data from domain object
show(AjaxRequestTarget, IModel<String>, IModel<T>) - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Show dialog and assign a data from domain object
show(AjaxRequestTarget, IModel<String>, IModel<T>, String) - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
Show dialog and assign a data from domain object
show(AjaxRequestTarget, IModel<T>) - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Show dialog and assign a data from domain object
show(UjoEvent<T>, IModel<String>) - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Show dialog and assign a data from domain object
show(UjoEvent<T>, IModel<String>, String) - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Show dialog and assign a data from domain object
show(AjaxRequestTarget, IModel<String>, IModel<T>) - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Show dialog and assign a data from domain object
show(AjaxRequestTarget, IModel<String>, IModel<T>, String) - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Show dialog and assign a data from domain object
show(AjaxRequestTarget, IModel<String>, IModel<T>) - Method in class org.ujorm.wicket.component.dialog.domestic.OfferDialogPane
Show dialog and assign a data from domain object
show(AjaxRequestTarget, IModel<String>, IModel<T>, String) - Method in class org.ujorm.wicket.component.dialog.EntityDialogPanel
Show dialog and assign a data from domain object
show(UjoEvent<?>, LocalizedModel, String) - Method in class org.ujorm.wicket.component.dialog.MessageDialogPanel
 
showDialog() - Method in class org.ujorm.wicket.UjoEvent
A request to open a dialog
showOfferDialog(AjaxRequestTarget) - Method in class org.ujorm.wicket.component.form.fields.OfferField
Show offer dialog
size - Variable in class org.ujorm.wicket.component.grid.AbstractDataProvider
Data size
size() - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Method calculate the size using special SQL request.
size() - Method in class org.ujorm.wicket.component.grid.ListDataProvider
Method calculate the size of filtered rows
size() - Method in class org.ujorm.wicket.component.grid.OrmDataProvider
Method calculate the size using special SQL request.
sortDatabaseQuery(Query<U>) - Method in class org.ujorm.wicket.component.grid.OrmDataProvider
Add sorting to a database Query, an empty method causes a natural sorting from database
SORTING_OFF - Static variable in class org.ujorm.wicket.component.grid.KeyColumn
Disable a grid column sorting
SORTING_ON - Static variable in class org.ujorm.wicket.component.grid.KeyColumn
Enable a grid column sorting
sortRows(List<U>) - Method in class org.ujorm.wicket.component.grid.ListDataProvider
Sort the rows

T

TextAreaField<T extends String> - Class in org.ujorm.wicket.component.form.fields
CheckBox field with a Label including a feedback message.
TextAreaField(Key<U, T>) - Constructor for class org.ujorm.wicket.component.form.fields.TextAreaField
 
TextAreaField(String, Key<U, T>, String) - Constructor for class org.ujorm.wicket.component.form.fields.TextAreaField
 
TextField<T extends String> - Class in org.ujorm.wicket.component.form.fields
Input textfield with a Label including a feedback message.
TextField(Key<U, T>) - Constructor for class org.ujorm.wicket.component.form.fields.TextField
 
TextField(String, Key<U, T>, String) - Constructor for class org.ujorm.wicket.component.form.fields.TextField
 
TITLE_ID - Static variable in class org.ujorm.wicket.component.link.MessageLink
Title ID
toJQueryUIDateFormat(String) - Method in class org.ujorm.wicket.component.form.fields.DateConverter
 
toString() - Method in class org.ujorm.wicket.component.form.FieldEvent
To string
toString() - Method in class org.ujorm.wicket.component.form.fields.Field
A debug information
toString() - Method in class org.ujorm.wicket.component.form.UiValidator
A description of the validator
toString() - Method in class org.ujorm.wicket.component.grid.KeyColumn
Domain class + key
toString() - Method in class org.ujorm.wicket.component.grid.KeyColumnExportable
Domain class + key
toString() - Method in class org.ujorm.wicket.KeyModel
 
toString() - Method in class org.ujorm.wicket.MultiKeyModel
 
toString() - Method in class org.ujorm.wicket.UjoEvent
To string

U

UiValidator<T> - Class in org.ujorm.wicket.component.form
Ujorm validator for the Wicket
UiValidator(Validator<T>, Key<Ujo, T>) - Constructor for class org.ujorm.wicket.component.form.UiValidator
Constructor for a special Wicket validator
UiValidator(Validator<T>, KeyRing) - Constructor for class org.ujorm.wicket.component.form.UiValidator
Constructor for a special Wicket validator
UjoDataProvider<U extends OrmUjo> - Class in org.ujorm.wicket.component.grid
Deprecated.
Use the class OrmDataProvider rather.
UjoDataProvider(IModel<Criterion<U>>) - Constructor for class org.ujorm.wicket.component.grid.UjoDataProvider
Deprecated.
 
UjoDataProvider(IModel<Criterion<U>>, Key<? super U, ?>) - Constructor for class org.ujorm.wicket.component.grid.UjoDataProvider
Deprecated.
 
UjoDataTable<T,S> - Class in org.ujorm.wicket.component.grid
Extended DataTable for a cleaner generated HTML code.
UjoDataTable(String, List, IDataProvider, long) - Constructor for class org.ujorm.wicket.component.grid.UjoDataTable
Constructor
UjoDropDown<U extends org.ujorm.Ujo> - Class in org.ujorm.wicket.component.choice
Ujo Dropdown choice
UjoDropDown(String, List<? extends U>, Key<U, ?>, Key<U, ?>) - Constructor for class org.ujorm.wicket.component.choice.UjoDropDown
Constructor
UjoDropDown(String, List<? extends U>, KeyRing<U>) - Constructor for class org.ujorm.wicket.component.choice.UjoDropDown
Constructor
UjoDropDown(String, IModel<List<? extends U>>, KeyRing<U>) - Constructor for class org.ujorm.wicket.component.choice.UjoDropDown
Constructor
UjoEvent<U> - Class in org.ujorm.wicket
UjoEvent
UjoEvent(String, AjaxRequestTarget) - Constructor for class org.ujorm.wicket.UjoEvent
Constructor
UjoEvent(String, U, AjaxRequestTarget) - Constructor for class org.ujorm.wicket.UjoEvent
Constructor
UjoEvent(String, boolean, U, AjaxRequestTarget) - Constructor for class org.ujorm.wicket.UjoEvent
Constructor for an Event
UjoTab - Class in org.ujorm.wicket.component.tabs
Convenience class that takes care of common ITab functionality
UjoTab(IModel<String>, Class<? extends WebMarkupContainer>) - Constructor for class org.ujorm.wicket.component.tabs.UjoTab
Constructor
UjoTab(String, String, Class<? extends WebMarkupContainer>) - Constructor for class org.ujorm.wicket.component.tabs.UjoTab
Constructor
UjoTab(IModel<String>, String, Class<? extends WebMarkupContainer>) - Constructor for class org.ujorm.wicket.component.tabs.UjoTab
Constructor
UjoTab(IModel<String>, String, Class<? extends WebMarkupContainer>, IModel<Boolean>) - Constructor for class org.ujorm.wicket.component.tabs.UjoTab
Constructor
UjoTabbedPanel<T extends UjoTab> - Class in org.ujorm.wicket.component.tabs
A child of Wicket AjaxTabbedPanel class can restore the last selected tab from a session after a page reloading and supports a user tab CSS class.
UjoTabbedPanel(String, List<T>) - Constructor for class org.ujorm.wicket.component.tabs.UjoTabbedPanel
Constructor with a model for all tabs
UjoTabbedPanel(String, List<T>, IModel<Integer>) - Constructor for class org.ujorm.wicket.component.tabs.UjoTabbedPanel
 
UjoValidator<T> - Class in org.ujorm.wicket.component.form
Ujorm validator for the Wicket
UjoValidator(Validator, Key<Ujo, T>) - Constructor for class org.ujorm.wicket.component.form.UjoValidator
Constructor
UjoWizard - Class in org.ujorm.wicket.component.tabs
The Wizard component
UjoWizard(String, List<UjoTab>) - Constructor for class org.ujorm.wicket.component.tabs.UjoWizard
 
UjoWizard(String, UjoWizardBar) - Constructor for class org.ujorm.wicket.component.tabs.UjoWizard
For a common use
UjoWizardBar - Class in org.ujorm.wicket.component.tabs
The WizardBar Example
 // Create a step list:
 List<UjoTab> tabs = new ArrayList<>();
 tabs.add(new UjoTab("Step 1", "step1", Step1.class).setModel(model));
 tabs.add(new UjoTab("Step 2", "step2", Step2.class).setModel(model));

 // Wizard Panel:
 add(tabbedPanel = new UjoWizardPanel<UjoTab>("wizard", tabs));
 tabbedPanel.setVisibilityAllowed(true);

 // Wizard Bar:
 add(new UjoWizardBar("wizardBar", tabbedPanel) {
     protected void onUpdate(AjaxRequestTarget target) {
         // Refresh jQuery components:
         target.appendJavaScript("location.reload(false);");
     }
 });
 
UjoWizardBar(String, UjoWizardPanel<UjoTab>) - Constructor for class org.ujorm.wicket.component.tabs.UjoWizardBar
 
UjoWizardPanel<T extends UjoTab> - Class in org.ujorm.wicket.component.tabs
The ajax wizard is a child of UjoTabbedPanel class.
UjoWizardPanel(String, List<T>) - Constructor for class org.ujorm.wicket.component.tabs.UjoWizardPanel
Constructor
UjoWizardPanel(String, List<T>, IModel<Integer>) - Constructor for class org.ujorm.wicket.component.tabs.UjoWizardPanel
Constructor
UNDEFINED - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field
UNDEFINED_ITEM_KEY - Static variable in class org.ujorm.wicket.component.tools.ChoiceRendererNullable
Undefined item Key
UPDATE - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field
updateRow(Criterion<? super U>, U) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
Update all rows with a condition using the row The method is not implemented by default.
updateRow(Criterion<? super U>, U) - Method in class org.ujorm.wicket.component.grid.ListDataProvider
Update all rows with a condition using the row

V

validate(IValidatable<T>) - Method in class org.ujorm.wicket.component.form.UiValidator
TODO: Localization
validate(IValidatable<T>) - Method in class org.ujorm.wicket.component.form.UjoValidator
TODO: Localization
validators - Variable in class org.ujorm.wicket.component.form.fields.Field
 

W

WaitingIcon - Class in org.ujorm.wicket.component.waiting
Waiting icon for AJAX events.
WaitingIcon(String) - Constructor for class org.ujorm.wicket.component.waiting.WaitingIcon
Constructor with the CSS style: "waitingIcon"
WaitingIcon(String, String) - Constructor for class org.ujorm.wicket.component.waiting.WaitingIcon
Common constructor
WIZARD_BAR_ID - Static variable in class org.ujorm.wicket.component.tabs.UjoWizard
 
WIZARD_PANEL_ID - Static variable in class org.ujorm.wicket.component.tabs.UjoWizard
 
wizardBar - Variable in class org.ujorm.wicket.component.tabs.UjoWizard
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.