Uses of Interface
org.faceless.publisher.type.PendingText

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

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.PendingText in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.PendingText
    PendingText.EMPTY
    A PendingText which is the fixed empty string
    static final org.faceless.publisher.type.PendingText
    PendingText.EMPTY
    A PendingText which is the fixed empty string
    static final org.faceless.publisher.type.PendingText
    PendingText.EMPTY
    A PendingText which is the fixed empty string
    static final org.faceless.publisher.type.PendingText
    PendingText.EMPTY
    A PendingText which is the fixed empty string
    static final org.faceless.publisher.type.PendingText
    PendingText.EMPTY
    A PendingText which is the fixed empty string
    static final org.faceless.publisher.type.PendingText
    PendingText.EMPTY
    A PendingText which is the fixed empty string
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.PendingText in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.PendingText
    ContentOutputText.collapsed()
     
    default org.faceless.publisher.type.PendingText
    PendingText.collapsed()
    Return a live view of this PendingText with the whitespace collapsed
    org.faceless.publisher.type.PendingText
    PendingTextBase.collapsed()
     
    org.faceless.publisher.type.PendingText
    PendingTextCollapsedWrapper.collapsed()
     
    org.faceless.publisher.type.PendingText
    PendingTextWrapper.collapsed()
     
    org.faceless.publisher.type.PendingText
    PendingTextWrapper.getSource()
     
    org.faceless.publisher.type.PendingText
    RegistryState.getText(org.faceless.publisher.type.TargetTextScope scope)
    Return the text from the specifiec pseudo-element of this element, if applicable, or null otherwise
    org.faceless.publisher.type.PendingText
    PendingTextBuilder.getView(org.faceless.publisher.type.TargetTextScope scope)
    Return a CharSequence which is a live view on this object, but covers only the specified scope.
    org.faceless.publisher.type.PendingText
    ContentOutput.text()
    Get text-only representation of this Content
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.PendingText in in
    Modifier and Type
    Method
    Description
    void
    PendingTextBase.setSource(List<CharSequence> list, org.faceless.publisher.type.PendingText source)
     
    void
    PendingTextWrapper.setSource(org.faceless.publisher.type.PendingText source)
     
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.PendingText in in
    Modifier
    Constructor
    Description
     
    PendingTextCollapsedWrapper(org.faceless.publisher.type.PendingText source)