JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.evolveum.midpoint.web.component.util
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
org.apache.wicket.model.IModel<
String
>
description
()
Description of the object.
org.apache.wicket.model.IModel<
String
>
title
()
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.