List of usage examples for org.apache.wicket.model AbstractReadOnlyModel subclass-usage
From source file gr.abiss.calipso.wicket.components.icons.GravatarModel.java
/** * Given an email address (or hash) this will return a valid Gravatar-based URL which * if registered with an image, will show that "gravatar" */ public class GravatarModel extends AbstractReadOnlyModel/*<String>*/ {
From source file info.piwai.funkyjfunctional.wicket.ClassAbstractReadOnlyModel.java
/**
* <p>
* {@link ClassAbstractReadOnlyModel}
*
* @author Pierre-Yves Ricau (py.ricau at gmail.com)
*/
From source file jp.xet.baseunits.wicket.CalendarDateModel.java
/** * {@link TimePoint}???????? * * @since 2.0 */ @SuppressWarnings("serial")
From source file jp.xet.baseunits.wicket.CalendarMonthModel.java
/** * {@link TimePoint}???????? * * @since 2.1 */ @SuppressWarnings("serial")
From source file jp.xet.baseunits.wicket.CalenderMonthIntervalModel.java
/**
* {@link CalendarMonth}? {@link CalendarInterval}????
*
* @author daisuke
* @since 2.6
*/
From source file jp.xet.uncommons.wicket.google.analytics.ComponentClassNameModel.java
/**
* An implementation of IModel<String> that returns the class name of a component as its object. It will look up that
* class name each time it is asked for it, and it can be different each time. It will query a MarkupContainer to find a
* child component with a certain component id, and return the class name of that component. Any wicket component that
* can hold other components is a MarkupContainer, including {@link Panel} and {@link Page}.
* <p/>
From source file jp.xet.uncommons.wicket.model.AbbreviateStringModel.java
/**
* TODO for daisuke
*
* @since 1.2
* @version $Id$
* @author daisuke
From source file jp.xet.uncommons.wicket.model.CollectionCountModel.java
/**
* TODO for daisuke
*
* @since 1.8
* @version $Id: CollectionCountModel.java 6989 2012-07-13 09:58:41Z miyamoto $
* @author daisuke
From source file jp.xet.uncommons.wicket.model.FilterModel.java
/**
* ?????????????
*
* @param <T> ??
* @since 1.0
* @version $Id$
From source file jp.xet.uncommons.wicket.model.ProviderCountModel.java
/**
* TODO for daisuke
*
* @since 1.8
* @version $Id: ProviderCountModel.java 6989 2012-07-13 09:58:41Z miyamoto $
* @author daisuke