Package adalid.core
Class Display
java.lang.Object
adalid.core.AbstractArtifact
adalid.core.Display
- All Implemented Interfaces:
Wrappable,Artifact,Comparable<Display>
- Author:
- Jorge Campins
-
Field Summary
Fields inherited from class adalid.core.AbstractArtifact
_de_, _of_, BR, ENGLISH, FWGTS, FWLTS, HT, PORTUGUESE, SPANISH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintprotected StringfieldsToString(int n, String key, boolean verbose, boolean fields, boolean maps) getEntitiesReferencedByFields(boolean hidden) abstract List<? extends DisplayField> abstract List<? extends DisplayField> getFields(boolean hidden) List<? extends DisplayField> intabstract List<? extends DisplayField> abstract List<? extends DisplayField> getMasterHeadingFields(boolean hidden) List<? extends DisplayField> List<? extends DisplayField> getRootFields(Step step) List<? extends DisplayField> getRootFields(Tab tab) List<? extends DisplayField> booleanbooleanbooleanbooleanbooleanvoidsetDisplayFormat(DisplayFormat displayFormat) voidsetDisplayMode(DisplayMode displayMode) voidsetDisplaySet(DisplaySet set) protected voidsetDisplayType(DisplayType displayType) voidvoidsetHelpDocument(String document) voidsetHelpFileName(String fileName) voidvoidsetMasterDetailViewSequence(int sequence) voidsetMasterQueryTable(QueryTable queryTable) voidvoidsetQueryTable(QueryTable queryTable) voidsetReference(EntityReference reference) voidsetRenderingFilter(BooleanExpression renderingFilter) El método setRenderingFilter se utiliza para establecer el filtro de presentación de vistas (páginas) de registro y consulta.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
-
Constructor Details
-
Display
-
-
Method Details
-
isMenuOptionEnabled
public boolean isMenuOptionEnabled() -
getMasterDetailViewSequence
public int getMasterDetailViewSequence()- Returns:
- the master/detail view sequence
-
setMasterDetailViewSequence
public void setMasterDetailViewSequence(int sequence) -
getHelpDocument
- Returns:
- the help file name
-
setHelpDocument
-
getHelpFileName
- Returns:
- the help file name
-
setHelpFileName
-
getModule
- Returns:
- the module
-
setModule
- Parameters:
module- the module to set
-
getDisplaySet
- Returns:
- the display set
-
setDisplaySet
- Parameters:
set- the display set to set
-
getEntity
- Returns:
- the entity
-
setEntity
- Parameters:
entity- the entity to set
-
getReference
- Returns:
- the entity reference
-
setReference
- Parameters:
reference- the reference to set
-
getMaster
- Returns:
- the master
-
setMaster
- Parameters:
master- the master to set
-
getQueryTable
- Returns:
- the query table
-
setQueryTable
- Parameters:
queryTable- the query table to set
-
getMasterQueryTable
- Returns:
- the master query table
-
setMasterQueryTable
- Parameters:
queryTable- the master query table to set
-
getDisplayType
- Returns:
- the display type
-
setDisplayType
- Parameters:
displayType- the display type to set
-
getDisplayMode
- Returns:
- the display mode
-
setDisplayMode
- Parameters:
displayMode- the display mode to set
-
getDisplayFormat
- Returns:
- the display format
-
setDisplayFormat
- Parameters:
displayFormat- the display format to set
-
getRenderingFilter
- Returns:
- the rendering filter
-
setRenderingFilter
El método setRenderingFilter se utiliza para establecer el filtro de presentación de vistas (páginas) de registro y consulta. Solo si se cumplen los criterios del filtro, la vista (página) será presentada.- Parameters:
renderingFilter- expresión booleana que se utiliza como filtro
-
getSiblings
- Returns:
- the siblings list
-
isSibling
-
getChildren
- Returns:
- the children list
-
getCollaterals
- Returns:
- the collaterals list
-
getFields
- Returns:
- the fields list
-
getFields
- Parameters:
hidden- whether hidden fields should be included in the list or not- Returns:
- the fields list
-
getMasterHeadingFields
- Returns:
- the master heading fields list
-
getMasterHeadingFields
- Parameters:
hidden- whether hidden fields should be included in the list or not- Returns:
- the master heading fields list
-
getEntitiesReferencedByFields
- Returns:
- the list of entities referenced by fields
-
getEntitiesReferencedByFields
- Parameters:
hidden- whether hidden fields should be included in the set or not- Returns:
- the list of entities referenced by fields
-
getFieldNames
-
getRootFields
-
getRootFields
-
getRootFields
-
getRootMasterHeadingFields
-
getRootFieldNames
-
getJoinFields
-
getJoinFieldNames
-
getOverlayEntitiesList
-
isApplicationDefaultLocation
public boolean isApplicationDefaultLocation() -
isChildViewDisplay
public boolean isChildViewDisplay() -
isCollateralViewDisplay
public boolean isCollateralViewDisplay() -
compareTo
- Specified by:
compareToin interfaceComparable<Display>
-
fieldsToString
- Overrides:
fieldsToStringin classAbstractArtifact
-