|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hivemind.impl.BaseLocatable org.apache.tapestry.AbstractComponent net.sf.tacos.components.IdBean
public abstract class IdBean
A component that can substitute for any HTML element. It dynamically emulates any element (including attributes provided as informal parameters) while always appending an additional html id attribute.
Constructor Summary | |
---|---|
IdBean()
|
Method Summary | |
---|---|
protected void |
generateId(org.apache.tapestry.IRequestCycle cycle)
|
abstract String |
getAfterId()
Get the true html id |
String |
getBeforeId()
|
abstract String |
getClientId()
Get the true html id |
abstract String |
getElement()
|
abstract String |
getIdParameter()
The user specified id |
protected void |
renderComponent(org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle)
|
abstract void |
setAfterId(String id)
Set the true html id |
abstract void |
setClientId(String id)
Set the true html id |
Methods inherited from class org.apache.tapestry.AbstractComponent |
---|
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, finishLoad, format, format, format, format, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty, 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 |
Constructor Detail |
---|
public IdBean()
Method Detail |
---|
protected void renderComponent(org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle)
renderComponent
in class org.apache.tapestry.AbstractComponent
protected void generateId(org.apache.tapestry.IRequestCycle cycle)
public String getBeforeId()
public abstract String getElement()
public abstract String getIdParameter()
public abstract String getClientId()
public abstract void setClientId(String id)
public abstract String getAfterId()
public abstract void setAfterId(String id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |