public abstract class OutputModel extends Model
FormControl
s only need to display information.fc, FORM_CONTROL_IN_TABLE, jc, label, needsLabel, needsPostNewLine, needsPreNewLine
Constructor and Description |
---|
OutputModel(Output control,
Renderer render)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isValid()
all
Output FormControl s are always valid, as the user is
not allowed to change its status. |
correspondsTo, getComponent, getLabelModel, getNewComponent, getPositionInGroup, getRenderer, isInDialog, isInIOGroup, isInMainMenu, isInMessage, isInStandardGroup, isInSubDialog, isInSubmitGroup, isInTable, needsLabel, needsPostNewLine, needsPreNewLine, update
public OutputModel(Output control, Renderer render)
control
- the Output
FormControl
which to model.public final boolean isValid()
Output
FormControl
s are always valid, as the user is
not allowed to change its status.Copyright © 2018 universAAL Consortium. All rights reserved.