Interface IPreference<T>
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
public interface IPreference<T> extends org.apache.wicket.util.io.IClusterable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get()
String
getName()
void
set(T value)
void
setName(String name)
-