| Package | Description |
|---|---|
| net.sf.xmlform.config | |
| net.sf.xmlform.formlayout.config | |
| net.sf.xmlform.util |
| Modifier and Type | Method and Description |
|---|---|
I18NTexts |
FormDefinition.getCaption() |
I18NTexts |
PatternDefinition.getDescriptions() |
I18NTexts |
TypeDefinition.getFormat() |
I18NTexts |
FieldDefinition.getFormat() |
I18NTexts |
TypeDefinition.getLabel() |
I18NTexts |
FieldDefinition.getLabel() |
I18NTexts |
SubformDefinition.getLabel() |
I18NTexts |
TypeDefinition.getPlaceholder() |
I18NTexts |
FieldDefinition.getPlaceholder() |
I18NTexts |
CheckDefinition.getTexts() |
I18NTexts |
DefaultDefinition.getTexts() |
I18NTexts |
SeverityLevelDefinition.getTexts() |
I18NTexts |
TypeDefinition.getUnit() |
I18NTexts |
FieldDefinition.getUnit() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormDefinition.setCaption(I18NTexts caption) |
void |
PatternDefinition.setDescriptions(I18NTexts descriptions) |
void |
TypeDefinition.setFormat(I18NTexts format) |
void |
FieldDefinition.setFormat(I18NTexts format) |
void |
TypeDefinition.setLabel(I18NTexts label) |
void |
FieldDefinition.setLabel(I18NTexts label) |
void |
SubformDefinition.setLabel(I18NTexts label) |
void |
TypeDefinition.setPlaceholder(I18NTexts placeholder) |
void |
FieldDefinition.setPlaceholder(I18NTexts placeholder) |
void |
CheckDefinition.setTexts(I18NTexts texts) |
void |
DefaultDefinition.setTexts(I18NTexts texts) |
void |
SeverityLevelDefinition.setTexts(I18NTexts texts) |
void |
TypeDefinition.setUnit(I18NTexts unit) |
void |
FieldDefinition.setUnit(I18NTexts unit) |
| Modifier and Type | Method and Description |
|---|---|
I18NTexts |
BlockDefinition.getCaption() |
I18NTexts |
ColumnGroupDefinition.getLabel() |
I18NTexts |
SubformColumnDefinition.getLabel() |
I18NTexts |
TabItemDefinition.getLabel() |
I18NTexts |
CellDefinition.getLabel() |
I18NTexts |
FieldColumnDefinition.getLabel() |
I18NTexts |
FormLayoutDefinition.getName() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockDefinition.setCaption(I18NTexts caption) |
void |
ColumnGroupDefinition.setLabel(I18NTexts label) |
void |
SubformColumnDefinition.setLabel(I18NTexts label) |
void |
TabItemDefinition.setLabel(I18NTexts label) |
void |
CellDefinition.setLabel(I18NTexts label) |
void |
FieldColumnDefinition.setLabel(I18NTexts label) |
void |
FormLayoutDefinition.setName(I18NTexts name) |
| Modifier and Type | Method and Description |
|---|---|
static I18NTexts |
FormUtils.parseI18NTexts(org.w3c.dom.Element parent) |
static I18NTexts |
FormUtils.parseI18NTexts(org.w3c.dom.Element parent,
java.lang.String textTag) |
| Modifier and Type | Method and Description |
|---|---|
void |
I18NTexts.putAll(I18NTexts texts) |
Copyright © 2022. All Rights Reserved.