public abstract class Input extends AbstractComponent
Constructor and Description |
---|
Input() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getFormat() |
abstract java.lang.String |
getName() |
abstract java.lang.String |
getTitle() |
abstract java.lang.String |
getValue() |
abstract boolean |
isEmptyok() |
abstract boolean |
isHidden() |
protected void |
renderComponent(IMarkupWriter writer,
IRequestCycle cycle)
Invoked by
AbstractComponent.render(IMarkupWriter, IRequestCycle) to actually render the component
(with any parameter values already set). |
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
public Input()
protected void renderComponent(IMarkupWriter writer, IRequestCycle cycle)
AbstractComponent
AbstractComponent.render(IMarkupWriter, IRequestCycle)
to actually render the component
(with any parameter values already set). This is the method that subclasses must implement.renderComponent
in class AbstractComponent
AbstractComponent.renderComponent(IMarkupWriter, IRequestCycle)
public abstract java.lang.String getTitle()
public abstract java.lang.String getName()
public abstract java.lang.String getFormat()
public abstract boolean isHidden()
public abstract boolean isEmptyok()
public abstract java.lang.String getValue()