Package com.polarion.alm.tracker.model
Interface IModule.IRenderingLayoutStruct
- All Superinterfaces:
IChangeGenerator,IChangeListener,IHasCustomValues,IHasValues,IModulePageLayouter.IRenderingLayout,IStructure
- Enclosing interface:
- IModule
public static interface IModule.IRenderingLayoutStruct
extends IModulePageLayouter.IRenderingLayout, IStructure
Mutable extension of
IModulePageLayouter.IRenderingLayout.- Since:
- 3.5
- Author:
- Stepan Roh
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidremoveProperty(String key) voidvoidsetLayouter(String layouter) voidsetProperty(String key, String value) voidMethods inherited from interface com.polarion.platform.persistence.model.IChangeGenerator
setChangeOwnerMethods inherited from interface com.polarion.platform.persistence.model.IChangeListener
markChangedMethods inherited from interface com.polarion.platform.persistence.model.IHasCustomValues
getCustomField, getCustomFieldPrototype, getCustomFieldsList, setCustomFieldMethods inherited from interface com.polarion.alm.tracker.IModulePageLayouter.IRenderingLayout
getLabel, getLayouter, getProperty, getTypeMethods inherited from interface com.polarion.platform.persistence.model.IStructure
getEnumeration, getEnumerationOptionForField, getEnumerationTypeForField, getPrototype, getValue, isModified, isReadOnly, isReadOnly, setValue
-
Field Details
-
STRUCTURE_ID
- See Also:
-
KEY_LABEL
- See Also:
-
KEY_TYPE
- See Also:
-
KEY_LAYOUTER
- See Also:
-
KEY_PROPERTIES
- See Also:
-
KEY_PROPERTIES_KEY
- See Also:
-
KEY_PROPERTIES_VALUE
- See Also:
-
-
Method Details
-
setLabel
-
setType
-
setLayouter
-
setProperty
-
removeProperty
-