Interface Describable

All Superinterfaces:
Serializable
All Known Implementing Classes:
DataAccessPermission

public interface Describable extends Serializable
Object, which can be described by its title and description.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.wicket.model.IModel<String>
    Description of the object.
    org.apache.wicket.model.IModel<String>
    Title of the object.
  • Method Details

    • title

      org.apache.wicket.model.IModel<String> title()
      Title of the object.
    • description

      org.apache.wicket.model.IModel<String> description()
      Description of the object.