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

    Modifier and Type
    Method
    Description
    get()
     
     
    void
    set(T value)
     
    void
     
  • Method Details

    • setName

      void setName(String name)
    • getName

      String getName()
    • get

      T get()
    • set

      void set(T value)