static ILineitem |
IILineitemCtrl.from(Lineitem instance) |
|
static ILineitem |
ILineitemCtrl.from(Lineitem instance) |
|
static <I extends IAnyGroup> ILineitem<I> |
ILineitem.of(I... children) |
Returns the instance with the given any group children (only up to two children).
|
static <I extends IAnyGroup> ILineitem<I> |
ILineitem.of(java.lang.Iterable<? extends I> children) |
Returns the instance with the given any group children (only up to two children).
|
static <I extends IAnyGroup> ILineitem<I> |
ILineitem.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static <I extends IAnyGroup> ILineitem<I> |
ILineitem.ofPointIconSclass(java.lang.String pointIconSclass) |
Returns the instance with the given pointIconSclass.
|
static <I extends IAnyGroup> ILineitem<I> |
ILineitem.ofPointImageSrc(java.lang.String src) |
Returns the instance with the given pointImageSrc.
|
ILineitem<I> |
ILineitem.withBackSpace(java.lang.String backSpace) |
Returns a copy of this immutable component with the specified
backSpace .
|
ILineitem<I> |
ILineitem.withFrontSpace(java.lang.String frontSpace) |
Returns a copy of this immutable component with the specified
frontSpace .
|
ILineitem<I> |
ILineitem.withOpposite(boolean opposite) |
Returns a copy of this immutable component with the specified
opposite .
|
ILineitem<I> |
ILineitem.withPointIconSclass(java.lang.String pointIconSclass) |
Returns a copy of this immutable component with the specified
pointIconSclass .
|
default ILineitem<I> |
ILineitem.withPointImageContent(java.awt.image.RenderedImage image) |
Returns a copy of this immutable component with the specified
image .
|
ILineitem<I> |
ILineitem.withPointImageContent(Image pointImageContent) |
Returns a copy of this immutable component with the specified
pointImageContent .
|
ILineitem<I> |
ILineitem.withPointImageSrc(java.lang.String pointImageSrc) |
Returns a copy of this immutable component with the specified
pointImageSrc .
|
ILineitem<I> |
ILineitem.withPointStyle(java.lang.String pointStyle) |
Returns a copy of this immutable component with the specified
pointStyle .
|
ILineitem<I> |
ILineitem.withPointVisible(boolean pointVisible) |
Returns a copy of this immutable component with the specified
pointVisible .
|