Package step.plugins.screentemplating
Class Input
- java.lang.Object
-
- step.commons.activation.AbstractActivableObject
-
- step.plugins.screentemplating.Input
-
- All Implemented Interfaces:
ActivableObject
public class Input extends AbstractActivableObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDescription()StringgetId()StringgetLabel()List<Option>getOptions()InputTypegetType()StringgetValueHtmlTemplate()inthashCode()voidsetDescription(String description)voidsetId(String id)voidsetLabel(String label)voidsetOptions(List<Option> options)voidsetType(InputType type)voidsetValueHtmlTemplate(String valueHtmlTemplate)-
Methods inherited from class step.commons.activation.AbstractActivableObject
getActivationExpression, getPriority, setActivationExpression, setPriority
-
-
-
-
Constructor Detail
-
Input
public Input()
-
Input
public Input(String id)
-
-
Method Detail
-
getType
public InputType getType()
-
setType
public void setType(InputType type)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getValueHtmlTemplate
public String getValueHtmlTemplate()
-
setValueHtmlTemplate
public void setValueHtmlTemplate(String valueHtmlTemplate)
-
-