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.polarion.alm.shared.api.model.rp.parameter
Interface Field
public interface
Field
Since:
3.9.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
description
()
String
id
()
String
label
()
Renderer
render
(
Fields
fields)
Returns renderer for the selected field from the given fields.
Method Details
id
@NotNull
String
id
()
label
@NotNull
String
label
()
description
@NotNull
String
description
()
Returns:
the description of the field which usually contains hints about how the field is used.
render
@NotNull
Renderer
render
(@NotNull
Fields
fields)
Returns renderer for the selected field from the given fields. In future there will be also possibility to configure the rendering by user, so the returned renderer will be already configured, but the caller can override this configuration.