Uses of Class
org.faceless.publisher.type.CounterList

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

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.CounterList in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.CounterList
    CounterList.NONE
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.CounterList in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.CounterList
    CounterList.add(String key, int value)
     
    org.faceless.publisher.type.CounterList
    CSSStyle.getCounterIncrement()
    Returns the value of the counter-increment property.
    org.faceless.publisher.type.CounterList
    FilterCSSStyle.getCounterIncrement()
     
    org.faceless.publisher.type.CounterList
    CSSStyle.getCounterReset()
    Returns the value of the counter-reset property.
    org.faceless.publisher.type.CounterList
    FilterCSSStyle.getCounterReset()
     
    org.faceless.publisher.type.CounterList
    CSSStyle.getCounterSet()
    Returns the value of the counter-set property.
    org.faceless.publisher.type.CounterList
    FilterCSSStyle.getCounterSet()
     
    org.faceless.publisher.type.CounterList
    CounterList.remove(String key)