public class CustomFormItem extends Object
The optional 'options' contains a list of select options. Example:
SEPA|sepa_transfer;Bankeinzug/ Kreditkarte|direct_debit"
| Constructor and Description |
|---|
CustomFormItem(String name,
String type,
String label,
boolean required,
String options) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
String |
getName() |
List<javax.faces.model.SelectItem> |
getSelectItems()
SelectItem getter Method provides a getter method to an ArrayList of
|
String |
getType() |
boolean |
isRequired() |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setRequired(boolean required) |
void |
setType(String type) |
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getLabel()
public void setLabel(String label)
public boolean isRequired()
public void setRequired(boolean required)
public List<javax.faces.model.SelectItem> getSelectItems() throws Exception
SEPA|sepa_transfer;Bankeinzug/ Kreditkarte|direct_debit"
ExceptionCopyright © 2016–2020 Imixs Software Solutions GmbH. All rights reserved.