Public Member Functions | |
EmptyVisualElement (String string, EmptyVisualElements f) | |
Public Member Functions inherited from org.turro.visual.VisualElement< EmptyVisualElements, EmptyVisualElement, EmptyEntity > | |
VisualElement (String name, F factory) | |
V | getParent () |
void | setParent (V parent) |
boolean | check (E entity, IContact contact) |
String | getName () |
String | getLabel () |
int | getOrder () |
boolean | allows (String name, E entity, IContact contact) |
VisualElement | getElement (String name) |
VisualElement | getElement (String name, E entity, IContact contact) |
F | getSubElements () |
V | setName (String name) |
V | setLabel (String label) |
V | setOrder (int order) |
V | setRole (String role) |
V | setAdmin (Boolean admin) |
V | setWorker (Boolean worker) |
V | setStudent (Boolean student) |
V | setHHRR (Boolean hhrr) |
V | setVisitor (Boolean visitor) |
V | addSyndication (String syndication) |
V | addGrouping (String grouping) |
V | addBusinessSyndication (String syndication) |
V | addBusinessGrouping (String grouping) |
boolean | isVisitor (E entity, IContact contact) |
int | compareTo (VisualElement o) |
int | hashCode () |
boolean | equals (Object obj) |
Protected Member Functions | |
boolean | emptyEntityConstraints () |
boolean | checkAllMatch (EmptyEntity entity, IContact contact) |
boolean | checkAnyMatch (EmptyEntity entity, IContact contact) |
Protected Member Functions inherited from org.turro.visual.VisualElement< EmptyVisualElements, EmptyVisualElement, EmptyEntity > | |
V | addSubElement (String name) |
boolean | checkConstraints (E entity, IContact contact) |
boolean | emptyConstraints () |
boolean | checkEval (E entity, IContact contact) |
boolean | checkContact (IContact contact) |
boolean | isNullOrFalse (Boolean value) |
abstract boolean | emptyEntityConstraints () |
abstract boolean | checkAllMatch (E entity, IContact contact) |
abstract boolean | checkAnyMatch (E entity, IContact contact) |
boolean | hasScript () |
Script | getScript () |
Definition at line 27 of file EmptyVisualElement.java.
org.turro.visual.EmptyVisualElement.EmptyVisualElement | ( | String | string, |
EmptyVisualElements | f | ||
) |
Definition at line 29 of file EmptyVisualElement.java.
|
protected |
Definition at line 39 of file EmptyVisualElement.java.
|
protected |
Definition at line 44 of file EmptyVisualElement.java.
|
protected |
Definition at line 34 of file EmptyVisualElement.java.