Package adalid.core
Class Page
- java.lang.Object
-
- adalid.core.AbstractArtifact
-
- adalid.core.Display
-
- adalid.core.Page
-
- Direct Known Subclasses:
JavaServerPage
public class Page extends Display
- Author:
- Jorge Campins
-
-
Constructor Summary
Constructors Constructor Description Page(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<Entity>getEntitiesReferencedByFields()java.util.List<PageField>getFields()java.lang.StringgetLocation()java.lang.StringgetLocationWithinApplicationContextRoot()java.util.List<PageField>getMasterHeadingFields()-
Methods inherited from class adalid.core.Display
compareTo, fieldsToString, getChildren, getCollaterals, getDisplayFormat, getDisplayMode, getDisplaySet, getDisplayType, getEntity, getFieldNames, getHelpDocument, getHelpFileName, getJoinFieldNames, getJoinFields, getMaster, getMasterDetailViewSequence, getMasterQueryTable, getModule, getOverlayEntitiesList, getQueryTable, getReference, getRenderingFilter, getRootFieldNames, getRootFields, getRootFields, getRootFields, getRootMasterHeadingFields, getSiblings, isApplicationDefaultLocation, isChildViewDisplay, isCollateralViewDisplay, isMenuOptionEnabled, isSibling, setDisplayFormat, setDisplayMode, setDisplaySet, setDisplayType, setEntity, setHelpDocument, setHelpFileName, setMaster, setMasterDetailViewSequence, setMasterQueryTable, setModule, setQueryTable, setReference, setRenderingFilter
-
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
-
-
-
-
Field Detail
-
HREF
public static final java.lang.String HREF
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLocation
public java.lang.String getLocation()
-
getLocationWithinApplicationContextRoot
public java.lang.String getLocationWithinApplicationContextRoot()
-
getFields
public java.util.List<PageField> getFields()
-
getMasterHeadingFields
public java.util.List<PageField> getMasterHeadingFields()
- Specified by:
getMasterHeadingFieldsin classDisplay- Returns:
- the master heading fields list
-
getEntitiesReferencedByFields
public java.util.Set<Entity> getEntitiesReferencedByFields()
- Specified by:
getEntitiesReferencedByFieldsin classDisplay- Returns:
- the list of entities referenced by fields
-
-