A B C D E F G I K L M N O P R S T U V 

A

AbstractDialogPane<T> - Class in org.ujorm.wicket.component.dialog.domestic
Abstract Message Dialog Content
AbstractDialogPane(ModalWindow, IModel<T>) - Constructor for class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
 
AbstractToolbar<U extends OrmUjo> - 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.domestic.AbstractDialogPane
 
add(Field) - Method in class org.ujorm.wicket.component.form.FieldProvider
Add any field to a repeating view
add(Key) - Method in class org.ujorm.wicket.component.form.FieldProvider
Add new field to a repeating view
add(Key<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<T, ?>) - Method in class org.ujorm.wicket.component.grid.UjoDataProvider
Add table column
add(Key<T, V>, CssAppender) - Method in class org.ujorm.wicket.component.grid.UjoDataProvider
Add table column according to column type including CSS class
add(Key<T, V>) - Method in class org.ujorm.wicket.component.grid.UjoDataProvider
Add table column according to column type
addBehaviour(AjaxEventBehavior) - Method in class org.ujorm.wicket.component.form.fields.Field
add Behaviour
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
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

B

behaviors - Variable in class org.ujorm.wicket.component.form.fields.Field
 
BooleanField - Class in org.ujorm.wicket.component.form.fields
CheckBox field with a Label includding a feedback message.
BooleanField(Key) - Constructor for class org.ujorm.wicket.component.form.fields.BooleanField
 
BooleanField(String, Key, String) - Constructor for class org.ujorm.wicket.component.form.fields.BooleanField
 
buildCriterion() - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Modify internal Criteiron
BUTTON_PREFIX - Static variable in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
 

C

CANCEL_BUTTON_ID - Static variable in class org.ujorm.wicket.component.dialog.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
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 of reload the persistent object from database.
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 includding a feedback message.
ComboField(Key, List<T>, Key<T, ?>, Key<T, ?>) - Constructor for class org.ujorm.wicket.component.form.fields.ComboField
 
ComboField(String, Key<?, 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
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.Field
Create new AjaxFormComponentUpdatingBehavior with delay 300 ms.
createDataTable(int) - Method in class org.ujorm.wicket.component.grid.UjoDataProvider
Create AJAX-based DataTable with a UjoDataProvider.DEFAULT_DATATABLE_ID
createDataTable(String, int) - Method in class org.ujorm.wicket.component.grid.UjoDataProvider
Create AJAX-based DataTable
createInput(String, IModel) - Method in class org.ujorm.wicket.component.form.fields.BooleanField
Create Form inputComponent
createInput(String, IModel) - Method in class org.ujorm.wicket.component.form.fields.ComboField
Create Form inputComponent
createInput(String, IModel) - Method in class org.ujorm.wicket.component.form.fields.DateField
Create Form inputComponent
createInput(String, IModel) - 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) - Method in class org.ujorm.wicket.component.form.fields.Field
Create Form inputComponent
createInput(String, IModel) - Method in class org.ujorm.wicket.component.form.fields.PasswordField
Create Form inputComponent
createInput(String, IModel) - 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
createLabelModel() - Method in class org.ujorm.wicket.component.form.fields.Field
Create label model
createQuery(Criterion<T>) - 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.
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
criterion - Variable in class org.ujorm.wicket.component.grid.UjoDataProvider
Data criterion model
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

D

DateConverter - Class in org.ujorm.wicket.component.form.fields
interpretation of the "quick and dirty" Java converter found in the comments of that link...
DateConverter() - Constructor for class org.ujorm.wicket.component.form.fields.DateConverter
 
DateField - Class in org.ujorm.wicket.component.form.fields
CheckBox field with a Label includding a feedback message.
DateField(Key) - Constructor for class org.ujorm.wicket.component.form.fields.DateField
 
DateField(String, Key, 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_DATATABLE_ID - Static variable in class org.ujorm.wicket.component.grid.UjoDataProvider
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
detach() - Method in class org.ujorm.wicket.component.grid.KeyPopulator
 
detach() - Method in class org.ujorm.wicket.component.grid.UjoDataProvider
Commit and close transaction
detach() - Method in class org.ujorm.wicket.KeyModel
 

E

EntityDialogPane<T extends Ujo> - Class in org.ujorm.wicket.component.dialog.domestic
Entity Dialog Content
EntityDialogPane(ModalWindow, IModel<T>) - Constructor for class org.ujorm.wicket.component.dialog.domestic.EntityDialogPane
 
EnumField<T extends Ujo,E extends Enum<E>> - Class in org.ujorm.wicket.component.form.fields
CheckBox field with a Label includding a feedback message.
EnumField(Key<T, E>) - Constructor for class org.ujorm.wicket.component.form.fields.EnumField
 
EnumField(Key<T, E>, String) - Constructor for class org.ujorm.wicket.component.form.fields.EnumField
 
ERROR - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field
EXIT - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field

F

feedback - Variable in class org.ujorm.wicket.component.form.fields.Field
 
FeedbackField - Class in org.ujorm.wicket.component.form.fields
Common Feedback Field
FeedbackField(String) - Constructor for class org.ujorm.wicket.component.form.fields.FeedbackField
 
FeedbackLabel - Class in org.ujorm.wicket.component.form
Label displaying feedback messages for FormComponents.
FeedbackLabel(String, Component) - Constructor for class org.ujorm.wicket.component.form.FeedbackLabel
Call this constructor if you just want to display the FeedbackMessage of the component
FeedbackLabel(String, Component, String) - Constructor for class org.ujorm.wicket.component.form.FeedbackLabel
Call this constructor if you want to display a custom text
FeedbackLabel(String, Component, IModel) - Constructor for class org.ujorm.wicket.component.form.FeedbackLabel
Call this constructor if you want to display a custom model (for easy i18n)
fetchDatabaseColumns(Query<T>) - Method in class org.ujorm.wicket.component.grid.UjoDataProvider
The method reduces a lazy database requests from relational table columns.
Field - Class in org.ujorm.wicket.component.form.fields
Input textfield with a Label includding a feedback message.
Field(Key) - Constructor for class org.ujorm.wicket.component.form.fields.Field
 
Field(String, Key, String) - Constructor for class org.ujorm.wicket.component.form.fields.Field
The default constructor
FieldEvent - Class in org.ujorm.wicket.component.form
FieldEvent
FieldEvent(String, KeyRing, AjaxRequestTarget) - Constructor for class org.ujorm.wicket.component.form.FieldEvent
 
FieldProvider<U extends Ujo> - Class in org.ujorm.wicket.component.form
Field Factory
FieldProvider(String) - Constructor for class org.ujorm.wicket.component.form.FieldProvider
 
FieldProvider(RepeatingView) - Constructor for class org.ujorm.wicket.component.form.FieldProvider
 
fields - Variable in class org.ujorm.wicket.component.dialog.domestic.EntityDialogPane
Input fields provider
FILTER - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field
form - Variable in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Dialog form

G

get(IEvent<?>) - Static method in class org.ujorm.wicket.component.form.FieldEvent
Get Payload type UjoEvent from the argument
get(IEvent<?>) - Static method in class org.ujorm.wicket.UjoEvent
Get Payload type UjoEvent from the argument
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.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
getButtonModel(String) - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Get Save button property key
getColumns() - Method in class org.ujorm.wicket.component.grid.UjoDataProvider
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(E) - 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(E, 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
getDatePattern() - Method in class org.ujorm.wicket.component.form.fields.DateField
Returns localizadDate pattern
getDefaultActionName() - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Default action name is CommonActions.FILTER
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
getField(Key) - Method in class org.ujorm.wicket.component.form.FieldProvider
Return field
getFields() - Method in class org.ujorm.wicket.component.dialog.domestic.EntityDialogPane
Input fields provider
getFields() - Method in class org.ujorm.wicket.component.form.FieldProvider
Return all fields
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
getModalWindow() - Method in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Returns modal WIndow
getModel() - Method in class org.ujorm.wicket.component.grid.UjoDataProvider
Get a bean Model
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
Deprecated.
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
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.UjoDataProvider
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 miminal 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.fields.Field
Validator getter
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
getValue(Key<U, T>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Get Value

I

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.UjoDataProvider
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<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<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<T, ?>) - 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.UjoDataProvider
Build a JDBC ResultSet allways.

K

key - Variable in class org.ujorm.wicket.component.form.fields.Field
Serializable key
KeyColumn<UJO extends Ujo,T> - Class in org.ujorm.wicket.component.grid
A convenience implementation of column that adds a Ujo Property to the cell whose model is determined by the provided wicket property expression (same as used by PropertyModel) that is evaluated against the current row's model object
KeyColumn(KeyRing<UJO>, KeyRing<UJO>) - Constructor for class org.ujorm.wicket.component.grid.KeyColumn
Creates a sortable property column
KeyColumn(IModel<String>, KeyRing<UJO>, KeyRing<UJO>) - Constructor for class org.ujorm.wicket.component.grid.KeyColumn
Creates a sortable property column
KeyColumnBoolean<UJO extends Ujo> - Class in org.ujorm.wicket.component.grid
Key column for a boolean data type
KeyColumnBoolean(Key<UJO, ?>, Key<UJO, ?>, String) - Constructor for class org.ujorm.wicket.component.grid.KeyColumnBoolean
 
KeyColumnBoolean(KeyRing<UJO>, KeyRing<UJO>, String, String) - Constructor for class org.ujorm.wicket.component.grid.KeyColumnBoolean
 
KeyModel<UJO extends Ujo,T> - Class in org.ujorm.wicket
 
KeyModel(UJO, Key<UJO, T>) - Constructor for class org.ujorm.wicket.KeyModel
Protected Construct with a wrapped (IModel) or unwrapped (non-IModel) object and a property expression that works on the given model.
KeyPopulator<UJO extends Ujo,T> - Class in org.ujorm.wicket.component.grid
A convenience implementation of ICellPopulator that adds a label that will display the value of the specified property.
KeyPopulator(KeyRing<UJO>) - Constructor for class org.ujorm.wicket.component.grid.KeyPopulator
 
KeyPopulator(Key<UJO, ?>) - Constructor for class org.ujorm.wicket.component.grid.KeyPopulator
 
keySerializable - Variable in class org.ujorm.wicket.component.grid.KeyColumn
Data key

L

list(Key<? super UJO, ?>...) - Static method in class org.ujorm.wicket.component.grid.KeyPopulator
Create new ICellPopulator List with a pupulator with no generic item type for easy use
LocalizedModel - Class in org.ujorm.wicket.component.tools
Extended ResourceModel where default value is the original key by default.
LocalizedModel(String) - Constructor for class org.ujorm.wicket.component.tools.LocalizedModel
Default value is the same as key
LocalizedModel(String, String) - Constructor for class org.ujorm.wicket.component.tools.LocalizedModel
 
LOGIN - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field
LOGIN_CHANGED - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field

M

MessageDialogPane<T extends Ujo> - Class in org.ujorm.wicket.component.dialog.domestic
Common Message Dialog
MessageDialogPane(ModalWindow, IModel<String>) - Constructor for class org.ujorm.wicket.component.dialog.domestic.MessageDialogPane
 
MessageLink - Class in org.ujorm.wicket.component.link
Ajax message link
MessageLink(String, IModel<String>) - Constructor for class org.ujorm.wicket.component.link.MessageLink
Constructor
modalWindow - Variable in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Dialog modal window
model - Variable in class org.ujorm.wicket.component.grid.UjoDataProvider
Domain model
model(T) - Method in class org.ujorm.wicket.component.grid.UjoDataProvider
Create a model
ModelFactory<U extends Ujo & Serializable> - Class in org.ujorm.wicket
 
ModelFactory(U) - Constructor for class org.ujorm.wicket.ModelFactory
Constructor

N

newLink(String, int) - Method in class org.ujorm.wicket.component.tabs.UjoTabbedPanel
 

O

of(Key<?, T>, Criterion<T>, Key<T, ?>) - Static method in class org.ujorm.wicket.component.form.fields.ComboField
Create new ComboField using database request
of(Key<?, ?>, Query<T>, Key<T, ?>) - Static method in class org.ujorm.wicket.component.form.fields.ComboField
Create new ComboField using database request
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
A factory method where a default property getCssOkClass() have got value DEFAULT_CSS_OK_CLASS
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(IModel<Criterion<T>>, Key<T, ?>) - Static method in class org.ujorm.wicket.component.grid.UjoDataProvider
Factory for the class
of(IModel<Criterion<T>>) - Static method in class org.ujorm.wicket.component.grid.UjoDataProvider
Factory for the class
of(Criterion<T>, Key<T, ?>) - Static method in class org.ujorm.wicket.component.grid.UjoDataProvider
Factory for the class
of(Criterion<T>) - Static method in class org.ujorm.wicket.component.grid.UjoDataProvider
Factory for the class
of(String) - Static method in class org.ujorm.wicket.CssAppender
The CssAppender factory
of(UJO, Key<UJO, T>) - Static method in class org.ujorm.wicket.KeyModel
Type-infering factory method
of(IModel<UJO>, KeyRing<UJO>) - 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.
onAjaxUpdate(AjaxRequestTarget) - Method in class org.ujorm.wicket.component.tabs.UjoTabbedPanel
Save selected tab
onBeforeRender() - Method in class org.ujorm.wicket.component.form.FeedbackLabel
Set the content of this FeedbackLabel, depending on if the component has a FeedbackMessage.
onChange(Key<U, ?>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Refresh component
onChange(Key<U, ?>, String) - Method in class org.ujorm.wicket.component.form.FieldProvider
Refresh component
onChange(String) - Method in class org.ujorm.wicket.component.form.fields.Field
Create an Updating Behavior with "keyup" event
onClick(AjaxRequestTarget) - Method in class org.ujorm.wicket.component.link.MessageLink
Owerwrite the method
onConfigure() - Method in class org.ujorm.wicket.component.form.fields.FeedbackField
 
onInitialize() - Method in class org.ujorm.wicket.component.form.fields.Field
On initialize
onInitialize() - Method in class org.ujorm.wicket.component.link.MessageLink
 
onInitialize() - Method in class org.ujorm.wicket.component.toolbar.AbstractToolbar
Buid a default criterion.
org.ujorm - package org.ujorm
 
org.ujorm.wicket - package org.ujorm.wicket
 
org.ujorm.wicket.component.dialog - package org.ujorm.wicket.component.dialog
 
org.ujorm.wicket.component.dialog.domestic - package org.ujorm.wicket.component.dialog.domestic
 
org.ujorm.wicket.component.form - package org.ujorm.wicket.component.form
 
org.ujorm.wicket.component.form.fields - package org.ujorm.wicket.component.form.fields
 
org.ujorm.wicket.component.grid - package org.ujorm.wicket.component.grid
 
org.ujorm.wicket.component.link - package org.ujorm.wicket.component.link
 
org.ujorm.wicket.component.tabs - package org.ujorm.wicket.component.tabs
 
org.ujorm.wicket.component.toolbar - package org.ujorm.wicket.component.toolbar
 
org.ujorm.wicket.component.tools - package org.ujorm.wicket.component.tools
 
OrmSessionProvider - Class in org.ujorm.wicket
ORM Session Provider
OrmSessionProvider() - Constructor for class org.ujorm.wicket.OrmSessionProvider
 

P

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

R

READ - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field
repeater - Variable in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
Dialog repeater
REPEATER_ID - Static variable in class org.ujorm.wicket.component.dialog.domestic.AbstractDialogPane
 
resourceKey(T) - Method in class org.ujorm.wicket.component.tools.ChoiceRendererNullable
Translates the object into resource key that will be used to lookup the value shown to the user

S

safeList(Key<UJO, ?>...) - Static method in class org.ujorm.wicket.component.grid.KeyPopulator
Deprecated.
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.domestic.AbstractDialogPane
Action code
setCssClass(String) - Method in class org.ujorm.wicket.component.grid.KeyColumn
Assign a CSS class
setCssClass(Key<T, ?>, String) - Method in class org.ujorm.wicket.component.grid.UjoDataProvider
Assign a CSS class to a KeyColumn, if exists
setDefaultColumnSorting(boolean) - Method in class org.ujorm.wicket.component.grid.UjoDataProvider
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<U, ?>, 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.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
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
setModelValue(Object) - Method in class org.ujorm.wicket.component.form.fields.Field
Set new value for the input and reset feedback messages
setNewCssStyle(Key<U, T>, String) - Method in class org.ujorm.wicket.component.form.FieldProvider
Add a CSS style to the field of required key.
setObject(T) - Method in class org.ujorm.wicket.KeyModel
 
setSelectedTab(int) - Method in class org.ujorm.wicket.component.tabs.UjoTabbedPanel
Assign a selected tab and add a user CSS class.
setSort(Key<T, ?>) - Method in class org.ujorm.wicket.component.grid.UjoDataProvider
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
setValidator(Key<U, ?>, Field) - Method in class org.ujorm.wicket.component.form.FieldProvider
Set a validator of the Key to the Field from argument
setValidator(Key<U, T>, Validator<T>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Set a visible attribute for a required filed.
setValidator(Key<U, T>, IValidator<T>) - Method in class org.ujorm.wicket.component.form.FieldProvider
Set a visible attribute for a required filed.
setValidator(IValidator<?>) - Method in class org.ujorm.wicket.component.form.fields.Field
Validator setter
setValidator(Validator<?>) - Method in class org.ujorm.wicket.component.form.fields.Field
Validator setter
setValidatorOld(Key<U, T>, Validator) - Method in class org.ujorm.wicket.component.form.FieldProvider
Set a visible attribute for a required filed, where validator have not generic type.
setValue(Key<U, T>, T) - Method in class org.ujorm.wicket.component.form.FieldProvider
Set Value
setValue(Key<U, T>, T, AjaxRequestTarget) - Method in class org.ujorm.wicket.component.form.FieldProvider
Set Value and repaing component
setVisible(Key<U, ?>, boolean) - Method in class org.ujorm.wicket.component.form.FieldProvider
Set a visible attribute for a required filed.
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<T>, String) - Method in class org.ujorm.wicket.component.dialog.domestic.EntityDialogPane
Show dialog and assign a data from domain object
showDialog() - Method in class org.ujorm.wicket.UjoEvent
A request to open a dialog
size - Variable in class org.ujorm.wicket.component.grid.UjoDataProvider
Data size
size() - Method in class org.ujorm.wicket.component.grid.UjoDataProvider
Method calculate the size using special SQL requst.
sortDatabaseQuery(Query<T>) - 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

T

TextAreaField - Class in org.ujorm.wicket.component.form.fields
CheckBox field with a Label includding a feedback message.
TextAreaField(Key) - Constructor for class org.ujorm.wicket.component.form.fields.TextAreaField
 
TextAreaField(String, Key, String) - Constructor for class org.ujorm.wicket.component.form.fields.TextAreaField
 
toJQueryUIDateFormat(String) - Method in class org.ujorm.wicket.component.form.fields.DateConverter
 
toString() - Method in class org.ujorm.wicket.component.form.FieldEvent
To string
toString() - Method in class org.ujorm.wicket.component.grid.KeyColumn
Domain class + key
toString() - Method in class org.ujorm.wicket.KeyModel
 
toString() - Method in class org.ujorm.wicket.UjoEvent
To string

U

UiValidator<T> - Class in org.ujorm.wicket.component.form
Ujorm validator for the Wicket
UiValidator(Validator, Key<Ujo, T>) - Constructor for class org.ujorm.wicket.component.form.UiValidator
Constructor for a special Wicket validator
UiValidator(Validator, KeyRing) - Constructor for class org.ujorm.wicket.component.form.UiValidator
Constructor for a special Wicket validator
UjoDataProvider<T extends OrmUjo> - Class in org.ujorm.wicket.component.grid
This class called UjoDataProvider is an database Wicket DataProvider.
UjoDataProvider(IModel<Criterion<T>>) - Constructor for class org.ujorm.wicket.component.grid.UjoDataProvider
Constructor
UjoDataProvider(IModel<Criterion<T>>, Key<T, ?>) - Constructor for class org.ujorm.wicket.component.grid.UjoDataProvider
Constructor
UjoEvent<U> - Class in org.ujorm.wicket
UjoEvent
UjoEvent(String, AjaxRequestTarget) - Constructor for class org.ujorm.wicket.UjoEvent
Constructor
UjoEvent(String, U, AjaxRequestTarget) - Constructor for class org.ujorm.wicket.UjoEvent
Constructor
UjoEvent(String, boolean, U, AjaxRequestTarget) - Constructor for class org.ujorm.wicket.UjoEvent
Constructor for an Event
UjoTab - Class in org.ujorm.wicket.component.tabs
Convenience class that takes care of common ITab functionality
UjoTab(IModel<String>, Class<? extends WebMarkupContainer>) - Constructor for class org.ujorm.wicket.component.tabs.UjoTab
Constructor
UjoTab(String, String, Class<? extends WebMarkupContainer>) - Constructor for class org.ujorm.wicket.component.tabs.UjoTab
Constructor
UjoTab(IModel<String>, String, Class<? extends WebMarkupContainer>) - Constructor for class org.ujorm.wicket.component.tabs.UjoTab
Constructor
UjoTabbedPanel<T extends UjoTab> - Class in org.ujorm.wicket.component.tabs
A child of Wicket AjaxTabbedPanel class can restore the last selected tab from a session after a page reloading and supports a user tab CSS class.
UjoTabbedPanel(String, List<T>) - Constructor for class org.ujorm.wicket.component.tabs.UjoTabbedPanel
Constructor with a model for all tabs
UjoTabbedPanel(String, List<T>, IModel<Integer>) - Constructor for class org.ujorm.wicket.component.tabs.UjoTabbedPanel
 
UjoValidator<T> - Class in org.ujorm.wicket.component.form
Ujorm validator for the Wicket
UjoValidator(Validator, Key<Ujo, T>) - Constructor for class org.ujorm.wicket.component.form.UjoValidator
Constructor
UNDEFINED - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field
UNDEFINED_ITEM_KEY - Static variable in class org.ujorm.wicket.component.tools.ChoiceRendererNullable
Undefined item Key
UPDATE - Static variable in interface org.ujorm.wicket.CommonActions
Default value is the same like the field

V

validate(IValidatable<T>) - Method in class org.ujorm.wicket.component.form.UiValidator
TODO: Localization
validate(IValidatable<T>) - Method in class org.ujorm.wicket.component.form.UjoValidator
TODO: Localization
validator - Variable in class org.ujorm.wicket.component.form.fields.Field
 
A B C D E F G I K L M N O P R S T U V 

Copyright © 2014. All Rights Reserved.