Package adalid.core
Class Display
- java.lang.Object
-
- adalid.core.AbstractArtifact
-
- adalid.core.Display
-
-
Field Summary
-
Fields inherited from class adalid.core.AbstractArtifact
_de_, _of_, BR, ENGLISH, FWGTS, FWLTS, HT, PORTUGUESE, SPANISH
-
-
Constructor Summary
Constructors Constructor Description Display(java.lang.String name)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description intcompareTo(Display o)protected java.lang.StringfieldsToString(int n, java.lang.String key, boolean verbose, boolean fields, boolean maps)java.util.List<Display>getChildren()java.util.List<Display>getCollaterals()DisplayFormatgetDisplayFormat()DisplayModegetDisplayMode()DisplaySetgetDisplaySet()DisplayTypegetDisplayType()abstract java.util.Set<Entity>getEntitiesReferencedByFields()EntitygetEntity()java.util.List<java.lang.String>getFieldNames()abstract java.util.List<? extends DisplayField>getFields()java.lang.StringgetHelpDocument()java.lang.StringgetHelpFileName()java.util.List<java.lang.String>getJoinFieldNames()java.util.List<? extends DisplayField>getJoinFields()EntitygetMaster()intgetMasterDetailViewSequence()abstract java.util.List<? extends DisplayField>getMasterHeadingFields()QueryTablegetMasterQueryTable()ProjectgetModule()java.util.List<Entity>getOverlayEntitiesList()QueryTablegetQueryTable()EntityReferencegetReference()BooleanExpressiongetRenderingFilter()java.util.List<java.lang.String>getRootFieldNames()java.util.List<? extends DisplayField>getRootFields()java.util.List<? extends DisplayField>getRootFields(Step step)java.util.List<? extends DisplayField>getRootFields(Tab tab)java.util.List<? extends DisplayField>getRootMasterHeadingFields()java.util.List<Display>getSiblings()booleanisApplicationDefaultLocation()booleanisChildViewDisplay()booleanisCollateralViewDisplay()booleanisMenuOptionEnabled()booleanisSibling(Display display)voidsetDisplayFormat(DisplayFormat displayFormat)voidsetDisplayMode(DisplayMode displayMode)voidsetDisplaySet(DisplaySet set)protected voidsetDisplayType(DisplayType displayType)voidsetEntity(Entity entity)voidsetHelpDocument(java.lang.String document)voidsetHelpFileName(java.lang.String fileName)voidsetMaster(Entity master)voidsetMasterDetailViewSequence(int sequence)voidsetMasterQueryTable(QueryTable queryTable)voidsetModule(Project module)voidsetQueryTable(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, bigInteger, checkName, classToString, clearAttributes, coalesce, copyLocalizedStrings, defaultLocale, depth, fa, finalise, finish, getAlias, getAttribute, getAttribute, getAttributes, getAttributesArray, getAttributesArray, getAttributesKeySetByRegex, getBooleanAttribute, getBooleanAttribute, getClassPath, getDeclaringArtifact, getDeclaringEntity, getDeclaringEntityRoot, getDeclaringField, getDeclaringFieldEntityRoot, getDeclaringFieldIndex, getDeclaringFieldNamedClassSimpleName, getDeclaringFieldPersistentEntityRoot, getDeclaringFieldPersistentEntityTableRoot, getDeclaringOperation, getDeclaringPersistentEntity, getDeclaringPersistentEntityRoot, getDefaultCollectionLabel, getDefaultCollectionShortLabel, getDefaultDescription, getDefaultLabel, getDefaultLocale, getDefaultShortDescription, getDefaultShortLabel, getDefaultSymbol, getDefaultTooltip, getDefaultWrapperClass, getFullName, getIntegerAttribute, getIntegerAttribute, getIntegerAttribute, getIntegerAttribute, getKeyValuePairAttribute, getKeyValuePairAttribute, getKeyValuePairAttribute, getKeyValuePairAttribute, getLocalizedCollectionLabel, getLocalizedCollectionShortLabel, getLocalizedDescription, getLocalizedLabel, getLocalizedShortDescription, getLocalizedShortLabel, getLocalizedSymbol, getLocalizedTooltip, getName, getPartialName, 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, setDefaultDescription, setDefaultLabel, setDefaultShortDescription, setDefaultShortLabel, setDefaultSymbol, setDefaultTooltip, setLocalizedCollectionLabel, setLocalizedCollectionShortLabel, setLocalizedDescription, setLocalizedLabel, setLocalizedShortDescription, setLocalizedShortLabel, setLocalizedSymbol, setLocalizedTooltip, setSqlName, setStaticAttributes, settler, setTrace, specified, specified, specified, specified, specified, specified, specified, toString, toString, toString, toString, toString, u, u, ul, verifyExpression, verifyExpression, verifyExpression, verifyExpression, verifyExpression, verifyExpression, verifyNames, xs
-
-
-
-
Method Detail
-
isMenuOptionEnabled
public boolean isMenuOptionEnabled()
-
getMasterDetailViewSequence
public int getMasterDetailViewSequence()
- Returns:
- the master/detail view sequence
-
setMasterDetailViewSequence
public void setMasterDetailViewSequence(int sequence)
-
getHelpDocument
public java.lang.String getHelpDocument()
- Returns:
- the help file name
-
setHelpDocument
public void setHelpDocument(java.lang.String document)
-
getHelpFileName
public java.lang.String getHelpFileName()
- Returns:
- the help file name
-
setHelpFileName
public void setHelpFileName(java.lang.String fileName)
-
getModule
public Project getModule()
- Returns:
- the module
-
setModule
public void setModule(Project module)
- Parameters:
module- the module to set
-
getDisplaySet
public DisplaySet getDisplaySet()
- Returns:
- the display set
-
setDisplaySet
public void setDisplaySet(DisplaySet set)
- Parameters:
set- the display set to set
-
getEntity
public Entity getEntity()
- Returns:
- the entity
-
setEntity
public void setEntity(Entity entity)
- Parameters:
entity- the entity to set
-
getReference
public EntityReference getReference()
- Returns:
- the entity reference
-
setReference
public void setReference(EntityReference reference)
- Parameters:
reference- the reference to set
-
getMaster
public Entity getMaster()
- Returns:
- the master
-
setMaster
public void setMaster(Entity master)
- Parameters:
master- the master to set
-
getQueryTable
public QueryTable getQueryTable()
- Returns:
- the query table
-
setQueryTable
public void setQueryTable(QueryTable queryTable)
- Parameters:
queryTable- the query table to set
-
getMasterQueryTable
public QueryTable getMasterQueryTable()
- Returns:
- the master query table
-
setMasterQueryTable
public void setMasterQueryTable(QueryTable queryTable)
- Parameters:
queryTable- the master query table to set
-
getDisplayType
public DisplayType getDisplayType()
- Returns:
- the display type
-
setDisplayType
protected void setDisplayType(DisplayType displayType)
- Parameters:
displayType- the display type to set
-
getDisplayMode
public DisplayMode getDisplayMode()
- Returns:
- the display mode
-
setDisplayMode
public void setDisplayMode(DisplayMode displayMode)
- Parameters:
displayMode- the display mode to set
-
getDisplayFormat
public DisplayFormat getDisplayFormat()
- Returns:
- the display format
-
setDisplayFormat
public void setDisplayFormat(DisplayFormat displayFormat)
- Parameters:
displayFormat- the display format to set
-
getRenderingFilter
public BooleanExpression getRenderingFilter()
- Returns:
- the rendering filter
-
setRenderingFilter
public void setRenderingFilter(BooleanExpression renderingFilter)
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
public java.util.List<Display> getSiblings()
- Returns:
- the siblings list
-
isSibling
public boolean isSibling(Display display)
-
getChildren
public java.util.List<Display> getChildren()
- Returns:
- the children list
-
getCollaterals
public java.util.List<Display> getCollaterals()
- Returns:
- the collaterals list
-
getFields
public abstract java.util.List<? extends DisplayField> getFields()
- Returns:
- the fields list
-
getMasterHeadingFields
public abstract java.util.List<? extends DisplayField> getMasterHeadingFields()
- Returns:
- the master heading fields list
-
getEntitiesReferencedByFields
public abstract java.util.Set<Entity> getEntitiesReferencedByFields()
- Returns:
- the list of entities referenced by fields
-
getFieldNames
public java.util.List<java.lang.String> getFieldNames()
-
getRootFields
public java.util.List<? extends DisplayField> getRootFields()
-
getRootFields
public java.util.List<? extends DisplayField> getRootFields(Step step)
-
getRootFields
public java.util.List<? extends DisplayField> getRootFields(Tab tab)
-
getRootMasterHeadingFields
public java.util.List<? extends DisplayField> getRootMasterHeadingFields()
-
getRootFieldNames
public java.util.List<java.lang.String> getRootFieldNames()
-
getJoinFields
public java.util.List<? extends DisplayField> getJoinFields()
-
getJoinFieldNames
public java.util.List<java.lang.String> getJoinFieldNames()
-
getOverlayEntitiesList
public java.util.List<Entity> getOverlayEntitiesList()
-
isApplicationDefaultLocation
public boolean isApplicationDefaultLocation()
-
isChildViewDisplay
public boolean isChildViewDisplay()
-
isCollateralViewDisplay
public boolean isCollateralViewDisplay()
-
compareTo
public int compareTo(Display o)
- Specified by:
compareToin interfacejava.lang.Comparable<Display>
-
fieldsToString
protected java.lang.String fieldsToString(int n, java.lang.String key, boolean verbose, boolean fields, boolean maps)- Overrides:
fieldsToStringin classAbstractArtifact
-
-