Uses of Class
lumis.portal.structure.sync.model.global.InterfaceStyle
-
Packages that use InterfaceStyle Package Description lumis.portal.structure.sync.model.global lumis.portal.structure.sync.model.page Models used for synchronizing a page structure file. -
-
Uses of InterfaceStyle in lumis.portal.structure.sync.model.global
Methods in lumis.portal.structure.sync.model.global that return InterfaceStyle Modifier and Type Method Description InterfaceStyle
InterfaceStyleAllowedConsumer. getInterfaceStyle()
Constructors in lumis.portal.structure.sync.model.global with parameters of type InterfaceStyle Constructor Description GlobalInterfaceStyle(InterfaceStyle interfaceStyle)
Creates a newIsolatedInterfaceStyle
by copying relevant properties from aInterfaceStyle
.InterfaceStyleAllowedConsumer(InterfaceStyle interfaceStyle, String interfaceInstanceId)
Creates an allowed consumer entry for a isolated interface style. -
Uses of InterfaceStyle in lumis.portal.structure.sync.model.page
Constructors in lumis.portal.structure.sync.model.page with parameters of type InterfaceStyle Constructor Description IsolatedInterfaceStyle(InterfaceStyle interfaceStyle)
Creates a newIsolatedInterfaceStyle
by copying relevant properties from aInterfaceStyle
.
-