|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RestrictionType | |
---|---|
net.sf.webmancer.db | |
net.sf.webmancer.widget |
Uses of RestrictionType in net.sf.webmancer.db |
---|
Methods in net.sf.webmancer.db that return RestrictionType | |
---|---|
static RestrictionType |
RestrictionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RestrictionType[] |
RestrictionType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in net.sf.webmancer.db with parameters of type RestrictionType | |
---|---|
protected void |
Query.callRestrictors(RestrictionType type)
|
void |
IRestrictor.restrict(IRestrictable query,
RestrictionType restriction)
|
Uses of RestrictionType in net.sf.webmancer.widget |
---|
Methods in net.sf.webmancer.widget with parameters of type RestrictionType | |
---|---|
abstract void |
AbstractDataView.restrict(IRestrictable query,
RestrictionType restriction)
|
void |
DataTable.restrict(IRestrictable query,
RestrictionType restriction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |