static ICoachmark |
ICoachmarkCtrl.from(org.zkoss.zkmax.zul.Coachmark instance) |
|
static <I extends IAnyGroup> ICoachmark<I> |
ICoachmark.of(java.lang.String targetId,
I... children) |
Returns the instance with the given targetId and any group children.
|
static <I extends IAnyGroup> ICoachmark<I> |
ICoachmark.of(java.lang.String targetId,
java.lang.Iterable<? extends I> children) |
Returns the instance with the given targetId and any group children.
|
static <I extends IAnyGroup> ICoachmark<I> |
ICoachmark.ofId(java.lang.String id) |
Returns the instance with the given id.
|
ICoachmark<I> |
ICoachmark.withPosition(java.lang.String position) |
Returns a copy of this immutable component with the specified
position.
|
default ICoachmark<I> |
ICoachmark.withPosition(ICoachmark.Position position) |
Returns a copy of this immutable component with the specified
position.
|
ICoachmark<I> |
ICoachmark.withTarget(java.lang.String target) |
Returns a copy of this immutable component with the specified
target.
|
default ICoachmark |
ICoachmark.withTarget(IComponent target) |
Returns a copy of this immutable component with the specified
target.
|