Package | Description |
---|---|
org.jbpm.formModeler.api.model | |
org.jbpm.formModeler.core.config | |
org.jbpm.formModeler.core.test |
Modifier and Type | Method and Description |
---|---|
I18nSet |
Field.getAddItemText() |
I18nSet |
Field.getCancelItemText() |
I18nSet |
Field.getErrorMessage() |
I18nSet |
Field.getHtmlContent() |
I18nSet |
Field.getLabel() |
I18nSet |
Field.getNewItemText() |
I18nSet |
Field.getTitle() |
Modifier and Type | Method and Description |
---|---|
void |
Field.setAddItemText(I18nSet addItemText) |
void |
Field.setCancelItemText(I18nSet cancelItemText) |
void |
Field.setErrorMessage(I18nSet errorMessage) |
void |
Field.setHtmlContent(I18nSet htmlContent) |
void |
Field.setLabel(I18nSet label) |
void |
Field.setNewItemText(I18nSet newItemText) |
void |
Field.setTitle(I18nSet title) |
Modifier and Type | Method and Description |
---|---|
Field |
FormManager.addFieldToForm(Form pForm,
String fieldName,
FieldType fieldType,
I18nSet label) |
Field |
FormManager.addFieldToForm(Form pForm,
String fieldName,
FieldType fieldType,
I18nSet label,
String inputBindingString,
String outputBindingString) |
Field |
FormManager.addFieldToForm(Form form,
String s,
FieldType fieldType,
String fieldClass,
I18nSet label,
String inputBinging,
String outputBinding) |
Modifier and Type | Method and Description |
---|---|
I18nSet |
Invoice.getNotes() |
Modifier and Type | Method and Description |
---|---|
void |
Invoice.setNotes(I18nSet notes) |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.