Interface RichPage
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>
,ContainedInSpace
,HasFields
,HasReference<ModelEntityReference>
,ModelEntity
,ModelEntityBase<RichPage,
,RichPageReference> ModelObject
,ModelObjectBase<RichPage,
RichPageReference>
- All Known Subinterfaces:
UpdatableRichPage
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptioncan()
fields()
com.polarion.alm.tracker.model.IRichPage
getUpdatable
(WriteTransaction transaction) boolean
label()
Returns label for the rich page which is name or title.render()
Methods inherited from interface com.polarion.alm.shared.api.model.space.ContainedInSpace
getReference, space
Methods inherited from interface com.polarion.alm.shared.api.model.ModelEntity
equals, hashCode, isUnresolvable, transaction
Methods inherited from interface com.polarion.alm.shared.api.model.ModelObject
copyFieldsTo, forget, resolve
Methods inherited from interface com.polarion.alm.shared.api.model.ModelObjectBase
getReference, getReferenceToCurrent, history
-
Method Details
-
label
Returns label for the rich page which is name or title.- Specified by:
label
in interfaceModelObject
-
getOldApi
@NotNull @GwtIncompatible com.polarion.alm.tracker.model.IRichPage getOldApi()- Specified by:
getOldApi
in interfaceModelObject
-
fields
- Specified by:
fields
in interfaceHasFields
- Specified by:
fields
in interfaceModelObject
-
render
-
can
- Specified by:
can
in interfaceModelEntity
- Specified by:
can
in interfaceModelObject
-
hasDefaultContent
boolean hasDefaultContent()- Returns:
- true if default page content is used, false if content of this page was customized by user
- Since:
- 3.10.1