org.apache.myfaces.tobago.taglib.decl
Interface Component


public interface Component

Created: Apr 9, 2005 2:36:06 PM User: bommel $Id: Component.java 601107 2007-12-04 22:12:14Z bommel $


Method Summary
 void setBinding(String binding)
          The value binding expression linking this component to a property in a backing bean
 void setId(String s)
           
 void setRendered(String s)
          Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
 

Method Detail

setId

void setId(String s)

setRendered

void setRendered(String s)
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.

Parameters:
s -

setBinding

void setBinding(String binding)
                throws JspException
The value binding expression linking this component to a property in a backing bean

Parameters:
binding -
Throws:
JspException


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.