Package lumis.portal.structure
Interface ILayoutPropertiesAccessor
-
- All Superinterfaces:
IStructureElementPropertiesAccessor
public interface ILayoutPropertiesAccessor extends IStructureElementPropertiesAccessor
A accessor responsible to manage layout properties.- Since:
- 5.6.0
- Version:
- $Revision: 11804 $ $Date: 2010-07-29 10:06:21 -0300 (Thu, 29 Jul 2010) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getLayoutType()
Returns the layout type.void
setLayoutType(int layoutType)
Sets the layout type.-
Methods inherited from interface lumis.portal.structure.IStructureElementPropertiesAccessor
getPropertyValue, removeProperty, setPropertyValue
-
-