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,
String path,
boolean hide) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
String |
getName() |
String |
getOptions()
Optional option string.
|
String |
getPath()
optional path for custom items.
|
List<javax.faces.model.SelectItem> |
getSelectItems()
SelectItem getter Method provides a getter method to an ArrayList of
|
String |
getType() |
boolean |
isHide() |
boolean |
isReadonly() |
boolean |
isRequired() |
void |
setHide(boolean hide) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setOptions(String options) |
void |
setPath(String path) |
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 boolean isHide()
public void setHide(boolean hide)
public List<javax.faces.model.SelectItem> getSelectItems() throws Exception
SEPA|sepa_transfer;Bankeinzug/ Kreditkarte|direct_debit"
Exceptionpublic String getOptions()
Can contain custom parts data
public void setOptions(String options)
public String getPath()
public void setPath(String path)
Copyright © 2016–2022 Imixs Software Solutions GmbH. All rights reserved.