public interface TextAccessor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TextAccessor.TextBuilder<B extends TextAccessor.TextBuilder<B>>
Provides a builder method for a text property returning the builder for
applying multiple build operations.
|
static interface |
TextAccessor.TextMutator
Provides a mutator for a text property.
|
static interface |
TextAccessor.TextProperty
Provides a text property.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Retrieves the text from the text property.
|
String getText()
Copyright © 2018. All rights reserved.