public abstract class InputModel extends FormControlModel
fcProps
Constructor and Description |
---|
InputModel(Input fe,
HTMLUserGenerator render)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
StringBuffer |
generateHTMLWithoutLabel() |
abstract StringBuffer |
generateInputHTML()
Generate only the Input tag.
|
protected boolean |
isErroneousOrMissing()
Get if the current Input is tagged as erroneous or missing so User can be
warned about it.
|
abstract boolean |
updateInput(String[] strings)
Called when the input is received.
|
correspondsTo, generateHTML, getLabelModel, getTitle, isInDialog, isInIOGroup, isInMainMenu, isInMessage, isInStandardGroup, isInSubDialog, isInSubmitGroup, isOfType
addSRCProp, getCachedURL, getFormElement, getRenderer, singleTag, tag, tag
public InputModel(Input fe, HTMLUserGenerator render)
fe
- render
- public abstract boolean updateInput(String[] strings)
Input.storeUserInput(Object)
, returning false
is either the interpretation or the sotore was unsucsessful.strings
- the parameters recovered by the servletpublic StringBuffer generateHTMLWithoutLabel()
generateHTMLWithoutLabel
in class FormControlModel
public abstract StringBuffer generateInputHTML()
protected boolean isErroneousOrMissing()
Copyright © 2018 universAAL Consortium. All rights reserved.