|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface STarget
Superfical target.
STarget
represents an application element to one or more
facets; it is also a Notifying
to enable it to form part of the
notification tree.
Nested Class Summary | |
---|---|
static interface |
STarget.Targeted
Creates STarget s representing its data and logic. |
Nested classes/interfaces inherited from interface facets.core.superficial.Notifying |
---|
Notifying.Impact |
Field Summary | |
---|---|
static STarget |
NONE
|
Method Summary | |
---|---|
STarget[] |
elements()
Dynamically-defined children. |
boolean |
isLive()
Indicates whether the STarget should
be exposed by a surface facet as open to control eg 'enabled'. |
void |
setLive(boolean live)
Sets the internal state used by isLive . |
boolean |
wantsFocus()
|
Methods inherited from interface facets.util.Titled |
---|
title |
Methods inherited from interface facets.core.superficial.Notifying |
---|
impact, monitor, notifyMonitor, setMonitor |
Methods inherited from interface facets.core.superficial.Notifiable |
---|
notify |
Field Detail |
---|
static final STarget NONE
Method Detail |
---|
STarget[] elements()
Return STarget
child elements of this STarget
.
null
STarget
[]boolean isLive()
STarget
should
be exposed by a surface facet as open to control eg 'enabled'.
Returns true
only if both the following conditions are met:
STarget
itself is 'live' as constructed or
set by setLive
STarget
monitor also returns isLive
as
true
void setLive(boolean live)
isLive
.
boolean wantsFocus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |