public class DefaultIfDecider extends Object implements NavigatorDeciderIF
equals
)
less-than
number of entries?
greater-than
number of entries?
IfTag
Constructor and Description |
---|
DefaultIfDecider()
INTERNAL: empty constructor which set all comparision values to
their default state, it is then only checked if collection is non-empty.
|
DefaultIfDecider(String equalsVariableName,
int equalsSize,
int lessThan,
int greaterThan)
INTERNAL: Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ok(NavigatorPageIF contextTag,
Object obj)
INTERNAL: if implemented criteria are matched: deliver true,
otherwise false.
|
public DefaultIfDecider()
public DefaultIfDecider(String equalsVariableName, int equalsSize, int lessThan, int greaterThan)
public boolean ok(NavigatorPageIF contextTag, Object obj)
NavigatorDeciderIF
ok
in interface NavigatorDeciderIF