public interface StatusItemBuilder extends ItemBuilder<StatusField,StatusItemBuilder>
StatusField
Modifier and Type | Method and Description |
---|---|
String |
getText()
Get the text that will set in the item
|
StatusItemType |
getType()
Get the type that will set in the item
|
StatusItemBuilder |
text(String text)
Set the text that will set in the item
|
StatusItemBuilder |
type(StatusItemType type)
Set the type that will set in the item
|
field, getField
String getText()
StatusItemBuilder text(String text)
text
- The item textStatusItemType getType()
StatusItemBuilder type(StatusItemType type)
type
- The item typeCopyright © 2021 DEISER. All Rights Reserved.