public class TriggerCmd extends SubmitCmd
Example render:
[Label]
confirmMessage, confirmType, h, HIDDENREF, l| Constructor and Description |
|---|
TriggerCmd()
Generic empty constructor.
|
TriggerCmd(String ref)
Constructor with the reference of the trigger to be used in request and
response.
|
TriggerCmd(String ref,
String label)
Constructor with the reference of the trigger to be used in request and
response.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
create(Group group)
This method is for internal use of utils only.
|
addMandatoryInput, getConfirmMessage, getConfirmType, setConfirmMessage, setConfirmMessage, setConfirmType, setHiddenObjectgetHelp, getHint, getLabel, getReference, setHelp, setHint, setLabel, setReference, setReferencepublic TriggerCmd()
public TriggerCmd(String ref)
ref - The simple reference identifying the input. Set to null to
auto-generate.public TriggerCmd(String ref, String label)
ref - The simple reference identifying the input. Set to null to
auto-generate.label - The label text that identifies the trigger to the user.public String[] create(Group group)
Controlcreate in class SubmitCmdgroup - The UI group to which the control is being added.Copyright © 2018 universAAL Consortium. All rights reserved.