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

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

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.BookmarkStateProp in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.BookmarkStateProp
    CSSStyle.getBookmarkState()
    Returns the bookmark state (open or closed).
    org.faceless.publisher.type.BookmarkStateProp
    FilterCSSStyle.getBookmarkState()
     
    static org.faceless.publisher.type.BookmarkStateProp
    BookmarkStateProp.valueOf(String name)
     
    static org.faceless.publisher.type.BookmarkStateProp[]
    BookmarkStateProp.values()
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.BookmarkStateProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.EnumParser<org.faceless.publisher.type.BookmarkStateProp>
    BookmarkStateProp.getParser()