|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.tirsen.angkor.EmptyView
An empty view, you can't see it, you can't touch it, you can't smell it, it doesn't exist.
Field Summary | |
static View |
EMPTY_VIEW
|
Constructor Summary | |
EmptyView()
|
Method Summary | |
View |
getContainer()
|
boolean |
isParsing()
|
boolean |
isVisible()
Check whether this view is visible or not. |
void |
parse(RenderContext context)
When a view has registered during rendering for parsing in the RenderContext the context will call this method on the next request. |
void |
render(RenderContext context)
Render this view on the given context if the view is visible. |
void |
setContainer(View container)
|
void |
setVisible(boolean visible)
Specify whether this view is visible or not. |
java.lang.String |
uniqueId(RenderContext context)
The unique id is unique over an application instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final View EMPTY_VIEW
Constructor Detail |
public EmptyView()
Method Detail |
public boolean isVisible()
View
isVisible
in interface View
public void setVisible(boolean visible)
View
setVisible
in interface View
public boolean isParsing()
public java.lang.String uniqueId(RenderContext context)
View
uniqueId
in interface View
public View getContainer()
getContainer
in interface View
public void setContainer(View container)
setContainer
in interface View
public void render(RenderContext context) throws java.io.IOException
View
render
in interface View
java.io.IOException
View.setVisible(boolean)
,
View.isVisible()
public void parse(RenderContext context)
View
parse
in interface View
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |