List of usage examples for org.apache.wicket.model IDetachable interface-usage
From source file com.doculibre.constellio.wicket.models.SortableListModel.java
/** * * * @author Vincent Dussault */ @SuppressWarnings("serial")
From source file com.doculibre.constellio.wicket.panels.admin.categorization.dto.CategorizationRuleDTO.java
@SuppressWarnings("serial") public class CategorizationRuleDTO implements IDetachable { private String matchRegexp; private Long categorizationRuleId;
From source file com.doculibre.constellio.wicket.panels.admin.relevance.collection.dto.BoostRuleDTO.java
@SuppressWarnings("serial") public class BoostRuleDTO implements IDetachable { private String regex; private Double boost;
From source file com.jeroensteenbeeke.hyperion.data.Expression.java
/** * @author Jeroen Steenbeeke */ @Deprecated public abstract class Expression<T extends Serializable> implements IDetachable {
From source file com.mylab.wicket.jpa.ui.pages.select2.ChoiceProvider.java
/**
* <p>
* Acts as a bridge between Select2 components and the application's domain model.
* </p>
* <p>
* The two important services provided by implementations are:
From source file com.norconex.commons.wicket.markup.html.filesystem.IFileSystemContent.java
/** * Base class for file system node components, influencing how nodes * will be rendered and behave. * @author Pascal Essiembre */ public interface IFileSystemContent extends IDetachable {
From source file com.tysanclan.site.projectewok.components.DoesNotHavePaypalCondition.java
public class DoesNotHavePaypalCondition implements IRequiresAttentionCondition, IDetachable { /** * */ private static final long serialVersionUID = 1L; private IModel<User> user;
From source file com.tysanclan.site.projectewok.model.GameRealmCartesian.java
/** * @author Jeroen Steenbeeke */ public final class GameRealmCartesian implements IDetachable { private static final long serialVersionUID = 1L;
From source file com.vaynberg.wicket.select2.ChoiceProvider.java
/**
* <p>
* Acts as a bridge between Select2 components and the application's domain model.
* </p>
* <p>
* The two important services provided by implementations are:
From source file com.wiquery.plugin.antilia.grid.model.ICellPopulator.java
/** * Knows how to populate grid cells. * * @author Ernesto Reinaldo Barreiro */ public interface ICellPopulator<E extends Serializable> extends IDetachable {