JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
uk.ac.ed.epcc.webapp.forms.inputs
Interface UnmodifiableInput
All Known Implementing Classes:
ConstantInput
,
ErrorInput
,
InfoInput
,
LockedInput
public interface
UnmodifiableInput
An input that should be shown as a non editable text label. The input can still be set queried and validated as normal but the presentation layer will prevent the user from editing the value
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
getLabel
()
generate the text to be presented to the user
Method Detail
getLabel
java.lang.String getLabel()
generate the text to be presented to the user
Returns:
String
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method