- AbstractDataProvider<U extends Ujo> - Class in org.ujorm.wicket.component.grid
-
This class called UjoDataProvider is an database
Wicket DataProvider.
- 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>) - 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<T>) - Constructor for class org.ujorm.wicket.component.dialog.AbstractDialogPanel
-
- AbstractToolbar<U extends 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) - 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(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 table column according to column type
- 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.
- addCssStyle(Key<? super U, T>, String) - Method in class org.ujorm.wicket.component.form.FieldProvider
-
Add a CSS style to the field of required key.
- addMaxLength(FormComponent) - Method in class org.ujorm.wicket.component.form.fields.Field
-
Add a maxlength of a text-field for String attributes
- 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<T>) - Method in class org.ujorm.wicket.component.form.FieldProvider
-
Add a validator for a required filed.
- addValidator(Key<? super U, T>, IValidator<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 Validator setter
- addValidatorUnchecked(Key<? super U, 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, UJO) - Method in class org.ujorm.wicket.component.grid.KeyColumn
-
Append a CSS class - to overwriting only
- appendCssClass(Component, UJO) - Method in class org.ujorm.wicket.component.grid.KeyColumnBoolean
-
Append css class
- 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 filterd rows and size
- 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.
- 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 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
-
- CommonActions - Interface in org.ujorm.wicket
-
Common GUI Actions
- 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
- 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
- create(String) - Static method in class org.ujorm.wicket.component.dialog.MessageDialogPanel
-
Create the default message dialog
- createChangeBehavior(FormComponent) - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
-
Create an Updating Behavior with "keyup" event
- 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.
- 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
- 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 Form inputComponent
- createInput(String, IModel) - 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) - 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:
- 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) - 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.UjoDataProvider
-
Create default Query
- createSearchFiled(String) - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
-
Create TextFiled, add 'placeholder', assign Behaviour and set an OutputMarkupId.
- createSearchFiled(String, String) - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
-
Create TextFiled, add 'placeholder', assign Behaviour and set an OutputMarkupId.
- createValueCoponent(String, IModel<?>, UJO) - Method in class org.ujorm.wicket.component.grid.KeyColumn
-
Create the Label for a Value component
- createValueModel(UJO) - Method in class org.ujorm.wicket.component.grid.KeyColumn
-
Factory method for generating a model that will generated the displayed value.
- createValueModel(UJO) - 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_REQUIRED - Static variable in class org.ujorm.wicket.component.form.fields.Field
-
CSS required style for the Label
- CssAppender - Class in org.ujorm.wicket
-
CSS Appender
- CssAppender(String) - Constructor for class org.ujorm.wicket.CssAppender
-
- 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
- cssOkClass - Variable in class org.ujorm.wicket.component.grid.KeyColumnBoolean
-
Class for OK value
- 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
-
- DEFAULT_CSS_OK_CLASS - Static variable in class org.ujorm.wicket.component.grid.KeyColumnBoolean
-
Default CSS class for an OK value
- DEFAULT_CSS_SELECTED - Static variable in class org.ujorm.wicket.component.grid.AbstractDataProvider
-
Default CSS style for a SELECTED row
- DEFAULT_DATATABLE_ID - Static variable in class org.ujorm.wicket.component.grid.AbstractDataProvider
-
Default Datatable ID have got value "datatable".
- 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
- 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.KeyPopulator
-
- detach() - Method in class org.ujorm.wicket.component.grid.ListDataProvider
-
Detaches model after use.
- detach() - Method in class org.ujorm.wicket.component.grid.UjoDataProvider
-
Commit and close transaction
- detach() - Method in class org.ujorm.wicket.KeyModel
-
- 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
- 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
- getBaseClass() - Method in class org.ujorm.wicket.KeyModel
-
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.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
-
- getColumns() - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
-
Transient tableOf columns
- 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:
- 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
- getCssOkClass() - Method in class org.ujorm.wicket.component.grid.KeyColumnBoolean
-
Returns a CSS class of the true value
- getCssSelected() - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
-
Returns a CSS style for SELECTED row.
- getDatePattern() - Method in class org.ujorm.wicket.component.form.fields.DateField
-
Returns localizadDate pattern
- getDefaultActionName() - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
-
- getDefaultSelectedTab() - Method in class org.ujorm.wicket.component.tabs.UjoTabbedPanel
-
Get Default selectedTab from Session
- getDisplayValue(T) - Method in class org.ujorm.wicket.component.tools.ChoiceRendererNullable
- getDomain() - Method in class org.ujorm.wicket.component.form.FieldProvider
-
Copy new value to the 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 domann class
- getDomainType() - Method in class org.ujorm.wicket.component.toolbar.InsertToolbar
-
The type of a domain object
- getField(Key<? super U, ?>) - Method in class org.ujorm.wicket.component.form.FieldProvider
-
Returns the related Field
- 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
- getHeader(String) - Method in class org.ujorm.wicket.component.grid.KeyPopulator
-
- 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
- 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 indentifier key
- getKeyNames() - Method in class org.ujorm.wicket.component.form.FieldProvider
-
Return all keys in a String format
- getLast() - Method in class org.ujorm.wicket.component.form.FieldProvider
-
Returns the last field or throw an exception
- 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
- 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
- getObject() - Method in class org.ujorm.wicket.KeyModel
-
- 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.UjoDataProvider
-
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
-
- 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.form.fields.TextAreaField
-
Get row count
- getRows() - Method in class org.ujorm.wicket.component.grid.ListDataProvider
-
Returns original data rows
- getSelected() - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
-
Data criterion model for select data rows
- getSession() - Method in class org.ujorm.wicket.OrmSessionProvider
-
Create and cache the ORM Session, where created session must be closed later
- getSortKey() - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
-
Vrací klíč pro řazení
- getSortProperty() - Method in class org.ujorm.wicket.component.grid.KeyPopulator
-
- getSourceKey() - Method in class org.ujorm.wicket.component.form.FieldEvent
-
- getTabModel() - Method in class org.ujorm.wicket.component.tabs.UjoTab
-
Model for constructor of the Tab components
- 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.
- 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.
- 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
-
- 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 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.
- 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
- 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.UjoDataProvider
-
Fetch database columns for better SQL performance
where the feature is enabled by default
- 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?
- isPasswordKey(Key<? super U, ?>) - Method in class org.ujorm.wicket.component.form.FieldProvider
-
Is the key type of PasswordField ?
The default condition is: the last key name must be 'PASSWORD'.
- isRequired() - Method in class org.ujorm.wicket.component.form.fields.Field
-
Is the field required ?
- 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.UjoDataProvider
-
The sorting is enabled for a persistent Ujorm Key by default
- iterator(long, long) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
-
Build a JDBC ResultSet allways.
- iterator(long, long) - Method in class org.ujorm.wicket.component.grid.ListDataProvider
-
Build a JDBC ResultSet allways.
- iterator(long, long) - Method in class org.ujorm.wicket.component.grid.UjoDataProvider
-
Build a JDBC ResultSet allways.
- safeList(Key<UJO, ?>...) - Static method in class org.ujorm.wicket.component.grid.KeyPopulator
-
Deprecated.
- selected - Variable in class org.ujorm.wicket.component.grid.AbstractDataProvider
-
Data criterion model for select data rows
- selectedTab(Class<? extends UjoTab>, AjaxRequestTarget) - Method in class org.ujorm.wicket.component.tabs.UjoTabbedPanel
-
Select new tab.
- 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
- 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
- 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.
- 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.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.UjoDataProvider
-
Fetch database columns for better SQL performance
where the feature is enabled by default
- 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
- 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
-
- 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
-
Data criterion model for select data rows
- setSelected(Criterion<U>) - Method in class org.ujorm.wicket.component.grid.AbstractDataProvider
-
Data criterion model for select data rows
- 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 constructor of the Tab components
- 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, IModel<String>) - Method in class org.ujorm.wicket.component.dialog.AbstractDialogPanel
-
Show dialog and assign a data from domain object
- show(UjoEvent, 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, IModel<String>) - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
-
Show dialog and assign a data from domain object
- show(UjoEvent, 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<U>, String) - Method in class org.ujorm.wicket.component.dialog.domestic.EntityDialogPane
-
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.MessageDialogPane
-
Show the dialog with a message
- 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
- 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 requst.
- 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.UjoDataProvider
-
Method calculate the size using special SQL requst.
- sortDatabaseQuery(Query<U>) - Method in class org.ujorm.wicket.component.grid.UjoDataProvider
-
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