|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContainedComponent
Defines a contained component. This includes the information needed to get the contained component's specification, as well as any bindings for the component.
Method Summary | |
---|---|
IBindingSpecification |
getBinding(String name)
Returns the named binding, or null if the binding does not exist. |
Collection |
getBindingNames()
Returns an umodifiable Collection
of Strings, each the name of one binding
for the component. |
String |
getCopyOf()
Returns the id of the component being copied from. |
boolean |
getInheritInformalParameters()
Returns whether the contained component will inherit the informal parameters of its parent. |
String |
getType()
|
void |
setBinding(String name,
IBindingSpecification spec)
|
void |
setCopyOf(String id)
Sets the String Id of the component being copied from. |
void |
setInheritInformalParameters(boolean value)
Sets whether the contained component will inherit the informal parameters of its parent. |
void |
setType(String value)
|
Methods inherited from interface org.apache.tapestry.util.IPropertyHolder |
---|
getProperty, getPropertyNames, removeProperty, setProperty |
Methods inherited from interface org.apache.tapestry.ILocationHolder |
---|
setLocation |
Methods inherited from interface org.apache.tapestry.ILocatable |
---|
getLocation |
Method Detail |
---|
IBindingSpecification getBinding(String name)
Collection getBindingNames()
Collection
of Strings, each the name of one binding
for the component.
String getType()
void setBinding(String name, IBindingSpecification spec)
void setType(String value)
void setCopyOf(String id)
String getCopyOf()
boolean getInheritInformalParameters()
void setInheritInformalParameters(boolean value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |