|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.tirsen.angkor.Component | +--com.tirsen.angkor.widget.Container | +--com.tirsen.angkor.widget.Form
A form. Sends an action event when it is has been submitted regardless wheather any button was pressed.
Field Summary |
Fields inherited from class com.tirsen.angkor.widget.Container |
children |
Constructor Summary | |
Form()
|
Method Summary | |
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 |
setDefaultButton(ActionSource defaultButton)
|
Methods inherited from class com.tirsen.angkor.widget.Container |
add, add, createChildren, getChildren, getNumberOfChildren, isChildrenCreated, iterateAllElements, iterateCollection, maybeCreateChildren, remove, renderChildren |
Methods inherited from class com.tirsen.angkor.Component |
allocateUniqueId, getAttribute, getContainer, getId, getRenderContext, getVisibleIndex, isDebugTables, isParsing, isVisible, setAttribute, setContainer, setId, setVisible, uniqueId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Form()
Method Detail |
public void setDefaultButton(ActionSource defaultButton)
public void render(RenderContext context) throws java.io.IOException
View
render
in interface View
render
in class Container
java.io.IOException
View.setVisible(boolean)
,
View.isVisible()
public void parse(RenderContext context)
View
parse
in interface View
parse
in class Container
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |