B
- The builder to return in order to be able to apply multiple
build operations.public static interface VisibleAccessor.VisibleBuilder<B extends VisibleAccessor.VisibleBuilder<B>>
Modifier and Type | Method | Description |
---|---|---|
default B |
withHide() |
Sets the visibility for the visible property.
|
default B |
withShow() |
Sets the visibility for the visible property.
|
B |
withVisible(boolean isVisible) |
Sets the visibility for the visible property.
|
default B withShow()
default B withHide()
B withVisible(boolean isVisible)
isVisible
- The visibility to be stored by the visibility
property.Copyright © 2018. All rights reserved.