- 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
- 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
-
- 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.
- createDataTable(int) - Method in class org.ujorm.wicket.component.grid.OrmDataProviderCached
-
- createDataTable(String, int) - Method in class org.ujorm.wicket.component.grid.OrmDataProviderCached
-
Create AJAX-based DataTable
- createDataTable(int, boolean) - Method in class org.ujorm.wicket.component.grid.OrmDataProviderCached
-
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
-
- 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
- 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
-
- detach() - Method in class org.ujorm.wicket.UjoModel
-
- 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
-
- 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
- get() - Method in class org.ujorm.wicket.UjoModel
-
- 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.
- getDataLife() - Method in class org.ujorm.wicket.component.grid.OrmDataProviderCached
-
Cache duration is 2 minutes by default
- 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
-
- getDefaultActionName() - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
-
- 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
-
- getObject() - Method in class org.ujorm.wicket.UjoModel
-
- 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
-
- 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
- getRowCountLimit() - Method in class org.ujorm.wicket.component.grid.OrmDataProviderCached
-
Get max row count limit
- 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
-
- 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
-
- 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.
- iterator(long, long, Criterion<U>) - Method in class org.ujorm.wicket.component.grid.OrmDataProvider
-
Build a JDBC ResultSet always.
- iterator(long, long) - Method in class org.ujorm.wicket.component.grid.OrmDataProviderCached
-
Get a sublist.
- 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(IModel<Criterion<T>>, Key<? super T, ?>) - Static method in class org.ujorm.wicket.component.grid.OrmDataProviderCached
-
Factory for the class
- of(IModel<Criterion<T>>) - Static method in class org.ujorm.wicket.component.grid.OrmDataProviderCached
-
Factory for the class
- of(Criterion<T>, Key<? super T, ?>) - Static method in class org.ujorm.wicket.component.grid.OrmDataProviderCached
-
Factory for the class
- of(Criterion<T>) - Static method in class org.ujorm.wicket.component.grid.OrmDataProviderCached
-
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
- of(UjoSupplier<V>) - Static method in class org.ujorm.wicket.UjoModel
-
A 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.label - package org.ujorm.wicket.component.label
-
- 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
-
- org.ujorm.wicket.function - package org.ujorm.wicket.function
-
- 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
- OrmDataProviderCached<U extends OrmUjo> - Class in org.ujorm.wicket.component.grid
-
Optimized Data provider for a better performance on the paging
- OrmDataProviderCached(IModel<Criterion<U>>) - Constructor for class org.ujorm.wicket.component.grid.OrmDataProviderCached
-
Consturctor
- OrmDataProviderCached(IModel<Criterion<U>>, Key<? super U, ?>) - Constructor for class org.ujorm.wicket.component.grid.OrmDataProviderCached
-
Consturctor
- OrmSessionProvider - Class in org.ujorm.wicket
-
ORM Session Provider
- OrmSessionProvider() - Constructor for class org.ujorm.wicket.OrmSessionProvider
-
- 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
-
- setObject(V) - Method in class org.ujorm.wicket.UjoModel
-
Deprecated.
- 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.
- size() - Method in class org.ujorm.wicket.component.grid.OrmDataProviderCached
-
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