Package adalid.core
Class ReportGroup
java.lang.Object
adalid.core.AbstractArtifact
adalid.core.ReportGroup
- All Implemented Interfaces:
Wrappable,Artifact,Comparable<ReportGroup>
- Author:
- Jorge Campins
-
Field Summary
Fields inherited from class adalid.core.AbstractArtifact
_de_, _of_, BR, ENGLISH, FWGTS, FWLTS, HT, PORTUGUESE, SPANISH -
Method Summary
Modifier and TypeMethodDescriptionstatic ReportGroupaddReportGroup(Report report) static ReportGroupaddReportGroup(Report report, int sequence) static ReportGroupaddReportGroup(Report report, View view) static ReportGroupaddReportGroup(Report report, ViewField field, int sequence) intcompareTo(ReportGroup that) protected StringfieldsToString(int n, String key, boolean verbose, boolean fields, boolean maps) getField()intgetIndex()intintintincreaseMinHeightToStartNewPage(int height) booleanisDetail()booleanbooleanintprotected voidsetDetail(boolean detail) protected voidsetViewField(ViewField field) Methods inherited from class adalid.core.AbstractArtifact
a, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttributes, annotate, b, b, bigDecimal, bigDecimal, bigDecimal, bigDecimal, bigDecimal, bigInteger, bigInteger, bigInteger, bigInteger, bigInteger, checkName, checkScope, classToString, clearAttributes, coalesce, copyBootstrappingAttributes, copyLocalizedStrings, defaultLocale, depth, fa, finalise, finish, getAlias, getAttribute, getAttribute, getAttributes, getAttributesArray, getAttributesArray, getAttributesKeySetByRegex, getBooleanAttribute, getBooleanAttribute, getClassPath, getCrypticName, getDeclaringArtifact, getDeclaringEntity, getDeclaringEntityRoot, getDeclaringField, getDeclaringFieldEntityRoot, getDeclaringFieldIndex, getDeclaringFieldNamedClassSimpleName, getDeclaringFieldPersistentEntityRoot, getDeclaringFieldPersistentEntityTableRoot, getDeclaringOperation, getDeclaringPersistentEntity, getDeclaringPersistentEntityRoot, getDefaultCollectionLabel, getDefaultCollectionShortLabel, getDefaultColumnHeader, getDefaultDescription, getDefaultLabel, getDefaultLocale, getDefaultShortDescription, getDefaultShortLabel, getDefaultSymbol, getDefaultTooltip, getDefaultWrapperClass, getFullName, getInlineHelpType, getIntegerAttribute, getIntegerAttribute, getIntegerAttribute, getIntegerAttribute, getKeyFeatures, getKeyValuePairAttribute, getKeyValuePairAttribute, getKeyValuePairAttribute, getKeyValuePairAttribute, getLocalizedCollectionLabel, getLocalizedCollectionShortLabel, getLocalizedColumnHeader, getLocalizedDescription, getLocalizedLabel, getLocalizedShortDescription, getLocalizedShortLabel, getLocalizedSymbol, getLocalizedTooltip, getName, getPartialName, getPartialSqlName, getPathList, getPathString, getSqlName, getStringAttribute, getStringAttribute, getStringAttribute, getStringAttribute, getStringKeyValuePairAttribute, getStringKeyValuePairAttribute, getTrace, getValidFieldAnnotations, getValidTypeAnnotations, getValueString, getValueString, getWrapper, greaterThanZero, h1, h2, h3, h4, h5, h6, hashCodeHexString, i, i, ic, ic, isAnnotated, isClassInPath, isDeclared, isExpression, isFinalised, isFinished, isFontAwesomeClass, isInherited, isInheritedFromAbstract, isInheritedFromConcrete, isLocalizedSymbolDefined, isNotDeclared, isNotInherited, isNotInheritedFromAbstract, isNotInheritedFromConcrete, isOperation, isUnicodeSymbolClass, isValidEmbeddedDocument, isValidFieldAnnotation, isValidHelpFileName, isValidHelpFileType, isValidJavaClassName, isValidSnippetFileName, isValidTypeAnnotation, localeReadingKey, localeWritingKey, m, m, mapsToString, put, round, s, s, setAlias, setDefaultCollectionLabel, setDefaultCollectionShortLabel, setDefaultColumnHeader, setDefaultColumnHeader, setDefaultDescription, setDefaultLabel, setDefaultShortDescription, setDefaultShortLabel, setDefaultShortLabel, setDefaultSymbol, setDefaultTooltip, setInlineHelpType, setLocalizedCollectionLabel, setLocalizedCollectionShortLabel, setLocalizedColumnHeader, setLocalizedColumnHeader, setLocalizedDescription, setLocalizedLabel, setLocalizedShortDescription, setLocalizedShortLabel, setLocalizedShortLabel, setLocalizedSymbol, setLocalizedTooltip, setSqlName, setStaticAttributes, settler, setTrace, specified, specified, specified, specified, specified, specified, specified, specified, toString, toString, toString, toString, toString, toString, u, u, ul, verifyExpression, verifyExpression, verifyExpression, verifyExpression, verifyExpression, verifyExpression, verifyNames, xs
-
Method Details
-
addReportGroup
-
addReportGroup
-
addReportGroup
-
addReportGroup
-
getIndex
public int getIndex()- Returns:
- the index
-
getReport
- Returns:
- the report
-
getViewField
- Returns:
- the view field
-
setViewField
- Parameters:
field- the view field to set
-
getField
- Returns:
- the report control field
-
getSequence
- Returns:
- the sequence
-
isDetail
public boolean isDetail()- Returns:
- the detail
-
setDetail
protected void setDetail(boolean detail) - Parameters:
detail- the detail to set
-
isLastControl
public boolean isLastControl()- Returns:
- the last control
-
isPenultimateControl
public boolean isPenultimateControl()- Returns:
- the penultimate control
-
getFields
- Returns:
- the fields list
-
getVisibleFieldsCount
public int getVisibleFieldsCount() -
getMinHeightToStartNewPage
public int getMinHeightToStartNewPage() -
increaseMinHeightToStartNewPage
public int increaseMinHeightToStartNewPage(int height) -
resetMinHeightToStartNewPage
public int resetMinHeightToStartNewPage() -
compareTo
- Specified by:
compareToin interfaceComparable<ReportGroup>
-
fieldsToString
- Overrides:
fieldsToStringin classAbstractArtifact
-