Class InterfaceStyle

  • All Implemented Interfaces:
    java.io.Serializable

    public class InterfaceStyle
    extends java.lang.Object
    implements java.io.Serializable
    Interface style model.

    Documentation in this class focus synchronization behavior. About the use behind the fields in the portal, see ServiceInterfaceStyleConfig.

    Since:
    6.2.0
    Version:
    $Revision: 14187 $ $Date: 2012-04-02 11:44:41 -0300 (Mon, 02 Apr 2012) $
    See Also:
    ServiceInterfaceStyleConfig, Serialized Form
    • Constructor Detail

      • InterfaceStyle

        public InterfaceStyle​(IsolatedInterfaceStyle isolatedInterfaceStyle,
                              java.lang.String interfaceId)
        Creates a new interface style based on a IsolatedInterfaceStyle.
        Parameters:
        interfaceId - the identifier of the interface this style applied to.
        isolatedInterfaceStyle - the isolated interface style object.
        Since:
        6.2.0
      • InterfaceStyle

        public InterfaceStyle​(GlobalInterfaceStyle globalInterfaceStyle)
        Creates a new interface style based on a GlobalInterfaceStyle.
        Parameters:
        globalInterfaceStyle - the global interface style object.
        Since:
        6.2.0