Interface ELViewGroup
-
- All Superinterfaces:
ELContainerAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELMultiplicityAble
,ELNamedElement
,ELNamespaceAble
,ELNamespaceAsgnAble
,ELObject
,ELUUIDAble
,ELViewElement
,ELViewGroupAble
- All Known Subinterfaces:
BI2DimensionLevel
,BI2HierarchyLevel
,BIHierarchyLevel
,CLStructureGroup
,DBViewFrom
,DBViewSubselectFrom
,ERViewFrom
,ERViewSubselectFrom
,IMViewFrom
,IMViewSubselectFrom
public interface ELViewGroup extends ELMultiplicityAble, ELViewGroupAble
This is a utility class for ELViewGroup that provides static methods for creation or other purposes.- Note:
- The interface ELViewGroup describes an abstract ability of an object. Therefore no instances of this type can be found in the repository!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ELViewGroup.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ELViewGroupAble
getOwningViewGroupAble()
The view group able owning this view group.ELViewNavigAble
getViewGroupNavigAble()
The element which is used to navigate by this view group.boolean
isHidden()
TRUE, if thisELViewGroup
is hidden.void
setHidden(boolean value)
Set the value of Attribut IsHidden.void
setViewGroupNavigAble(ELViewNavigAble value)
Set the value of Foreign Key ViewGroupNavigAble.-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContents
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
delete
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELMultiplicityAble
getLower, getLowerBoundAsString, getLowerUpperVal, getUpper, getUpperBoundAsString, hasMultiplicity11, hasUpper1, isMany, isMultivalued, isOptional, isOrdered, isUnique, setLower, setMany, setOptional, setOrdered, setUnique, setUpper
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getSupplierDependency, rename, setName, setNameKind
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAble
getElementImport, getImportedElement, getImportedElement, getImportedPackage, getImportedPackage, getMember, getMember, getMemberByPattern, getMemberByPattern, getOwnedConstraint, getOwnedMember, getOwnedMemberByPath, getOwnedMemberByPattern, getOwnedMemberByPattern, getOwnedMemberTransitiveByPattern, getOwnedMemberTransitiveByPattern, getOwnedMemberTransitiveByPatternIgnoreCase, getOwnedMemberTransitiveByPatternIgnoreCase, getPackageImport
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAsgnAble
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibility
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELViewElement
getConcreteExpression, getConcreteExpressionQuoted, getEnvironmentView, getExprFlowText, getExprInnoRefText, getExprText, getModifyViewExpressionFlow, getUsedFeature, modifyViewExpressionFlow, setConcreteExpression, setExprFlowText, setExprInnoRefText, setUsedFeature
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELViewGroupAble
getFeatureNotUsedByEntry, getFeatureNotUsedByEntry, getFeatureUsedByEntry, getFeatureUsedByEntry, getGroupType, getOwnedViewEntry, getOwnedViewGroup, getViewGroupClassifier, getXSDElemType, setGroupType, setViewGroupClassifier, setXSDElemType
-
-
-
-
Method Detail
-
isHidden
boolean isHidden() throws InoNetException, SrvErrorException
TRUE, if thisELViewGroup
is hidden. Contained view entries are shown on a higher level. A hidden view group can be used for creating another view group via aELViewNavigAble
.- Throws:
InoNetException
SrvErrorException
-
setHidden
void setHidden(boolean value) throws InoNetException, SrvErrorException
Set the value of Attribut IsHidden.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getViewGroupNavigAble
ELViewNavigAble getViewGroupNavigAble() throws InoNetException, SrvErrorException
The element which is used to navigate by this view group.- Throws:
InoNetException
SrvErrorException
-
setViewGroupNavigAble
void setViewGroupNavigAble(ELViewNavigAble value) throws InoNetException, SrvErrorException
Set the value of Foreign Key ViewGroupNavigAble.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getOwningViewGroupAble
ELViewGroupAble getOwningViewGroupAble() throws InoNetException, SrvErrorException
The view group able owning this view group.- Throws:
InoNetException
SrvErrorException
-
-