|
|||||||||
| Home >> All >> JSystem >> [ FastTemplate overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JSystem.FastTemplate
Class Control

java.lang.ObjectJSystem.FastTemplate.Control
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BlockControl, DataBoundControl, LiteralControl
- class Control
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
| Field Summary | |
BlockControl |
BlockParent
|
ControlCollection |
Controls
|
java.lang.String |
handle
|
Control |
Parent
|
| Constructor Summary | |
Control()
|
|
| Method Summary | |
boolean |
hasControls()
|
protected void |
render(java.io.PrintWriter out)
|
protected void |
renderChildren(java.io.PrintWriter out)
|
void |
renderControl(java.io.PrintWriter out)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
handle
public java.lang.String handle
Parent
public Control Parent
BlockParent
public BlockControl BlockParent
Controls
public ControlCollection Controls
| Constructor Detail |
Control
public Control()
| Method Detail |
renderControl
public void renderControl(java.io.PrintWriter out)
render
protected void render(java.io.PrintWriter out)
renderChildren
protected void renderChildren(java.io.PrintWriter out)
hasControls
public boolean hasControls()
|
|||||||||
| Home >> All >> JSystem >> [ FastTemplate overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
JSystem.FastTemplate.Control