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,
boolean readonly,
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 |
isReadonly() |
boolean |
isRequired() |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setReadonly(boolean readonly) |
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 boolean isReadonly()
public void setReadonly(boolean readonly)
public List<javax.faces.model.SelectItem> getSelectItems() throws Exception
SEPA|sepa_transfer;Bankeinzug/ Kreditkarte|direct_debit"
ExceptionCopyright © 2016–2021 Imixs Software Solutions GmbH. All rights reserved.