Uses of Enum Class
org.faceless.publisher.type.IsolationProp

Packages that use org.faceless.publisher.type.IsolationProp
Package
Description
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.type.IsolationProp in org.faceless.publisher.type

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.IsolationProp in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.IsolationProp
    CSSStyle.getIsolation()
    Returns the value of the isolation property.
    org.faceless.publisher.type.IsolationProp
    FilterCSSStyle.getIsolation()
     
    static org.faceless.publisher.type.IsolationProp
    IsolationProp.valueOf(String name)
     
    static org.faceless.publisher.type.IsolationProp[]
    IsolationProp.values()
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.IsolationProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.EnumParser<org.faceless.publisher.type.IsolationProp>
    IsolationProp.getParser()