|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.webmancer.widget.AbstractWidget
net.sf.webmancer.widget.AbstractDataView
public abstract class AbstractDataView
Constructor Summary | |
---|---|
AbstractDataView()
Constructs the AbstractDataView. |
Method Summary | |
---|---|
protected IQuery |
getQuery()
|
abstract void |
restrict(IRestrictable query,
RestrictionType restriction)
|
void |
setQuery(IQuery query)
Sets the query. |
Methods inherited from class net.sf.webmancer.widget.AbstractWidget |
---|
build, getBeanName, getParent, handleEvent, putEvent, setBeanName, setParent, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractDataView()
query
- Method Detail |
---|
public void setQuery(IQuery query)
query
- the query to setprotected IQuery getQuery()
public abstract void restrict(IRestrictable query, RestrictionType restriction)
restrict
in interface IRestrictor
IRestrictor.restrict(net.sf.webmancer.db.IRestrictable, net.sf.webmancer.db.RestrictionType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |