Uses of Class
com.netgrif.application.engine.importer.model.I18NStringType
-
Packages that use I18NStringType Package Description com.netgrif.application.engine.importer.model com.netgrif.application.engine.importer.service -
-
Uses of I18NStringType in com.netgrif.application.engine.importer.model
Subclasses of I18NStringType in com.netgrif.application.engine.importer.model Modifier and Type Class Description classI18NStringTypeWithExpressionJava class for i18nStringTypeWithExpression complex type.classInitJava class for init complex type.classOptionJava class for option complex type.Fields in com.netgrif.application.engine.importer.model declared as I18NStringType Modifier and Type Field Description protected I18NStringTypeData. descprotected I18NStringTypePlace. labelprotected I18NStringTypeTransition. labelprotected I18NStringTypeBaseEvent. messageprotected I18NStringTypeValidation. messageprotected I18NStringTypeRole. nameprotected I18NStringTypeData. placeholderprotected I18NStringTypeData. titleprotected I18NStringTypeDataGroup. titleprotected I18NStringTypeDocumentType. titleprotected I18NStringTypeEvent. titleprotected I18NStringTypeRole. titleprotected I18NStringTypeTransaction. titleFields in com.netgrif.application.engine.importer.model with type parameters of type I18NStringType Modifier and Type Field Description protected java.util.List<I18NStringType>I18N. i18NStringMethods in com.netgrif.application.engine.importer.model that return I18NStringType Modifier and Type Method Description I18NStringTypeObjectFactory. createI18NStringType()Create an instance ofI18NStringTypeI18NStringTypeData. getDesc()Gets the value of the desc property.I18NStringTypePlace. getLabel()Gets the value of the label property.I18NStringTypeTransition. getLabel()Gets the value of the label property.I18NStringTypeBaseEvent. getMessage()Gets the value of the message property.I18NStringTypeValidation. getMessage()Gets the value of the message property.I18NStringTypeRole. getName()Gets the value of the name property.I18NStringTypeData. getPlaceholder()Gets the value of the placeholder property.I18NStringTypeData. getTitle()Gets the value of the title property.I18NStringTypeDataGroup. getTitle()Gets the value of the title property.I18NStringTypeDocumentType. getTitle()Gets the value of the title property.I18NStringTypeEvent. getTitle()Gets the value of the title property.I18NStringTypeRole. getTitle()Gets the value of the title property.I18NStringTypeTransaction. getTitle()Gets the value of the title property.Methods in com.netgrif.application.engine.importer.model that return types with arguments of type I18NStringType Modifier and Type Method Description java.util.List<I18NStringType>I18N. getI18NString()Gets the value of the i18NString property.Methods in com.netgrif.application.engine.importer.model with parameters of type I18NStringType Modifier and Type Method Description voidData. setDesc(I18NStringType value)Sets the value of the desc property.voidPlace. setLabel(I18NStringType value)Sets the value of the label property.voidTransition. setLabel(I18NStringType value)Sets the value of the label property.voidBaseEvent. setMessage(I18NStringType value)Sets the value of the message property.voidValidation. setMessage(I18NStringType value)Sets the value of the message property.voidRole. setName(I18NStringType value)Sets the value of the name property.voidData. setPlaceholder(I18NStringType value)Sets the value of the placeholder property.voidData. setTitle(I18NStringType value)Sets the value of the title property.voidDataGroup. setTitle(I18NStringType value)Sets the value of the title property.voidDocumentType. setTitle(I18NStringType value)Sets the value of the title property.voidEvent. setTitle(I18NStringType value)Sets the value of the title property.voidRole. setTitle(I18NStringType value)Sets the value of the title property.voidTransaction. setTitle(I18NStringType value)Sets the value of the title property. -
Uses of I18NStringType in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service with parameters of type I18NStringType Modifier and Type Method Description protected voidImporter. addTranslation(I18NStringType i18NStringType, java.lang.String locale)protected I18nStringImporter. toI18NString(I18NStringType imported)
-