static IDetail |
IDetailCtrl.from(Detail instance) |
|
static <I extends IAnyGroup> IDetail<I> |
IDetail.of(I... children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IDetail<I> |
IDetail.of(java.lang.Iterable<? extends I> children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IDetail<I> |
IDetail.ofId(java.lang.String id) |
Returns the instance with the given id.
|
IDetail<I> |
IDetail.withContentSclass(java.lang.String contentSclass) |
Returns a copy of this immutable component with the specified
contentSclass .
|
IDetail<I> |
IDetail.withContentStyle(java.lang.String contentStyle) |
Returns a copy of this immutable component with the specified
contentStyle .
|
IDetail<I> |
IDetail.withOpen(boolean open) |
Returns a copy of this immutable component with the specified
open .
|