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

Quick Search    Search Deep

org.apache.tapestry.wml
Class Input  view Input download Input.java

java.lang.Object
  extended byorg.apache.hivemind.impl.BaseLocatable
      extended byorg.apache.tapestry.AbstractComponent
          extended byorg.apache.tapestry.wml.Input
All Implemented Interfaces:
org.apache.tapestry.IComponent, org.apache.tapestry.IRender, org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

public abstract class Input
extends org.apache.tapestry.AbstractComponent

The Input element specifies a text entry object.

Since:
3.0

Field Summary
static com.cortexeb.tools.clover.d __CLOVER_470_0
           
 
Fields inherited from class org.apache.tapestry.AbstractComponent
__CLOVER_0_0
 
Fields inherited from class org.apache.hivemind.impl.BaseLocatable
 
Constructor Summary
Input()
           
 
Method Summary
abstract  java.lang.String getFormat()
           
abstract  java.lang.String getName()
           
abstract  java.lang.String getTitle()
           
abstract  org.apache.tapestry.IBinding getValueBinding()
           
abstract  boolean isEmptyok()
           
abstract  boolean isHidden()
           
 java.lang.String readValue()
           
protected  void renderComponent(org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle)
          Invoked by AbstractComponent.render(IMarkupWriter, IRequestCycle)>AbstractComponent.render(IMarkupWriter, IRequestCycle) 55 to actually render the component (with any parameter values already set).
 
Methods inherited from class org.apache.tapestry.AbstractComponent
addAsset, addBody, addComponent, cleanupAfterRender, finishLoad, finishLoad, format, format, format, format, formatString, formatString, formatString, formatString, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getChangeObserver, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, getString, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainer, setId, setNamespace, setPage, setProperty, setSpecification, toString
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.hivemind.LocationHolder
setLocation
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Field Detail

__CLOVER_470_0

public static com.cortexeb.tools.clover.d __CLOVER_470_0
Constructor Detail

Input

public Input()
Method Detail

renderComponent

protected void renderComponent(org.apache.tapestry.IMarkupWriter writer,
                               org.apache.tapestry.IRequestCycle cycle)
Description copied from class: org.apache.tapestry.AbstractComponent
Invoked by AbstractComponent.render(IMarkupWriter, IRequestCycle)>AbstractComponent.render(IMarkupWriter, IRequestCycle) 55 to actually render the component (with any parameter values already set). This is the method that subclasses must implement.


getTitle

public abstract java.lang.String getTitle()

getName

public abstract java.lang.String getName()

getFormat

public abstract java.lang.String getFormat()

isHidden

public abstract boolean isHidden()

isEmptyok

public abstract boolean isEmptyok()

getValueBinding

public abstract org.apache.tapestry.IBinding getValueBinding()

readValue

public java.lang.String readValue()