Uses of Class
com.netgrif.application.engine.petrinet.domain.dataset.FieldType
-
-
Uses of FieldType in com.netgrif.application.engine.pdf.generator.domain
Fields in com.netgrif.application.engine.pdf.generator.domain declared as FieldType Modifier and Type Field Description protected FieldTypePdfField. typeConstructors in com.netgrif.application.engine.pdf.generator.domain with parameters of type FieldType Constructor Description PdfDataGroupField(java.lang.String fieldId, java.lang.String label, java.util.List<java.lang.String> values, FieldType type, int x, int bottomY, int width, int height, PdfResource resource)PdfEnumerationField(java.lang.String fieldId, DataGroup dataGroup, FieldType type, java.lang.String label, java.util.List<java.lang.String> values, java.util.List<java.lang.String> choices, PdfResource resource)PdfEnumerationField(java.lang.String fieldId, java.lang.String label, java.util.List<java.lang.String> values, java.util.List<java.lang.String> choices, FieldType type, int x, int bottomY, int width, int height, PdfResource resource)PdfI18nDividerField(java.lang.String id, DataGroup dataGroup, FieldType type, java.lang.String label, java.lang.String value, PdfResource resource)PdfI18nDividerField(java.lang.String fieldId, DataGroup dataGroup, java.lang.String label, FieldType type, int x, int bottomY, int width, int height, PdfResource resource)PdfI18nDividerField(java.lang.String fieldId, java.lang.String label, java.util.List<java.lang.String> values, FieldType type, int x, int bottomY, int width, int height, PdfResource resource)PdfMultiChoiceField(java.lang.String fieldId, DataGroup dataGroup, FieldType type, java.lang.String label, java.util.List<java.lang.String> values, java.util.List<java.lang.String> choices, PdfResource resource)PdfMultiChoiceField(java.lang.String fieldId, java.lang.String label, java.util.List<java.lang.String> values, java.util.List<java.lang.String> choices, FieldType type, int x, int bottomY, int width, int height, PdfResource resource)PdfTextField(java.lang.String id, DataGroup dataGroup, FieldType type, java.lang.String label, java.lang.String value, PdfResource resource)PdfTextField(java.lang.String fieldId, DataGroup dataGroup, java.lang.String label, FieldType type, int x, int bottomY, int width, int height, PdfResource resource)PdfTextField(java.lang.String fieldId, java.lang.String label, java.util.List<java.lang.String> values, FieldType type, int x, int bottomY, int width, int height, PdfResource resource)PdfTitleField(java.lang.String fieldId, java.lang.String label, java.util.List<java.lang.String> values, FieldType type, int x, int bottomY, int width, int height, PdfResource resource) -
Uses of FieldType in com.netgrif.application.engine.pdf.generator.service
Methods in com.netgrif.application.engine.pdf.generator.service with parameters of type FieldType Modifier and Type Method Description booleanPdfDrawer. drawSelectionButton(java.util.List<java.lang.String> values, java.lang.String choice, int x, int y, FieldType fieldType) -
Uses of FieldType in com.netgrif.application.engine.pdf.generator.service.interfaces
Methods in com.netgrif.application.engine.pdf.generator.service.interfaces with parameters of type FieldType Modifier and Type Method Description booleanIPdfDrawer. drawSelectionButton(java.util.List<java.lang.String> values, java.lang.String choice, int x, int y, FieldType fieldType) -
Uses of FieldType in com.netgrif.application.engine.petrinet.domain.dataset
Fields in com.netgrif.application.engine.petrinet.domain.dataset declared as FieldType Modifier and Type Field Description static FieldTypeFieldType. MAX_VALUEstatic FieldTypeFieldType. MIN_VALUEFields in com.netgrif.application.engine.petrinet.domain.dataset with type parameters of type FieldType Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<FieldType>QBooleanField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QButtonField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QCaseField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QChoiceField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QDateField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QDateTimeField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QEnumerationField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QEnumerationMapField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QFieldWithAllowedNets. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QFileField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QFileListField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QFilterField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QI18nField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QMapOptionsField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QMultichoiceField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QMultichoiceMapField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QNumberField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QTaskField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QTextField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QUserField. typecom.querydsl.core.types.dsl.EnumPath<FieldType>QUserListField. typeMethods in com.netgrif.application.engine.petrinet.domain.dataset that return FieldType Modifier and Type Method Description static FieldTypeFieldType. $INIT(java.lang.Object... para)static FieldTypeFieldType. fromString(java.lang.String name)FieldTypeBooleanField. getType()FieldTypeButtonField. getType()FieldTypeCaseField. getType()FieldTypeDateField. getType()FieldTypeDateTimeField. getType()FieldTypeEnumerationField. getType()FieldTypeEnumerationMapField. getType()abstract FieldTypeField. getType()FieldTypeFileField. getType()FieldTypeFileListField. getType()FieldTypeFilterField. getType()FieldTypeI18nField. getType()FieldTypeMultichoiceField. getType()FieldTypeMultichoiceMapField. getType()FieldTypeNumberField. getType()FieldTypeTaskField. getType()FieldTypeTextField. getType()FieldTypeUserField. getType()FieldTypeUserListField. getType()FieldTypeFieldType. next()FieldTypeFieldType. previous()static FieldTypeFieldType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FieldType[]FieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-