Interface IPreference<T>

  • All Superinterfaces:
    org.apache.wicket.util.io.IClusterable, Serializable

    public interface IPreference<T>
    extends org.apache.wicket.util.io.IClusterable
    • Method Detail

      • setName

        void setName​(String name)
      • get

        T get()
      • set

        void set​(T value)