Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

JSystem.FastTemplate
Class DataBoundControl  view DataBoundControl download DataBoundControl.java

java.lang.Object
  extended byJSystem.FastTemplate.Control
      extended byJSystem.FastTemplate.DataBoundControl
All Implemented Interfaces:
java.io.Serializable

class DataBoundControl
extends Control


Field Summary
 BlockControl BlockParent
           
 ControlCollection Controls
           
 java.lang.String handle
           
 Control Parent
           
 
Constructor Summary
DataBoundControl()
          Creates a new instance of LiteralControl
DataBoundControl(java.lang.String handle)
           
 
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

DataBoundControl

public DataBoundControl()
Creates a new instance of LiteralControl


DataBoundControl

public DataBoundControl(java.lang.String handle)
Method Detail

render

protected void render(java.io.PrintWriter out)
Overrides:
render in class Control

renderControl

public void renderControl(java.io.PrintWriter out)

renderChildren

protected void renderChildren(java.io.PrintWriter out)

hasControls

public boolean hasControls()