public final class TextareaRenderer extends BlockRenderer implements InlineItem
Renderer.ReflowPhase| Modifier and Type | Field and Description | 
|---|---|
int | 
scrollbarWidth  | 
MIN_ROW_WIDTHabb, offset, row| Constructor and Description | 
|---|
TextareaRenderer(Element element)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
assignToRow(RowRenderer row)  | 
StringBuilder | 
dump(int mode,
    int indent)  | 
int | 
getBaseline(Context context)  | 
int | 
getMinWidth(float base)  | 
int | 
getOuterMinWidth(float base)  | 
float | 
getOuterWidth()  | 
int | 
getScrollbarWidth()  | 
float | 
getWidth()  | 
RStatus | 
layout(Renderer.ReflowPhase phase)  | 
RStatus | 
render()  | 
void | 
setX(float x)  | 
addAbsChild, addChild, addPositionAnchor, alignContentToPageBreaks, containsFloats, doesNotPrintToPage, findAutoPageBreaks, findParentRenderer, getAbsHorizontalPosition, getAbsPositionedBottomEdge, getAbsVerticalPosition, getChildAt, getChildrenNumber, getContentHeight, getContentWidth, getDestinationRenderers, getMaxWidth, getOffsetInRow, getPositionAnchor, getX, isBody, isDocumentElementRenderer, isFirstRow, isLastContentPortion, isLastRow, isTheFirstRow, isUseAwt, moveChildUp, reLayout, resetLayout, resetMinWidth, setOuterWidth, setUseAwt, toStringborderBottom, borderLeft, borderRight, borderTop, collapseBorders, containingBlock, createAssignedPageBreak, createAssignedPageBreak, createAssignedPageBreak, dashCalculator, expandHeight, getExtraBottomOffset, getHeight, getOuterHeight, getParentForAbs, getTextBaseline, hasBackground, hasBorder, hasPadding, hasPercentualWidth, hasWidthBase, horizontalExtent, isAbsPositioned, isAvoidPageBreak, isLastChild, isOutOfFlowPositioned, isRelPositioned, isRTL, logicalHeight, logicalMaxHeight, logicalMinHeight, marginBottom, marginLeft, marginRight, marginTop, paddingBottom, paddingLeft, paddingRight, paddingTop, setHeight, setOuterHeight, setWidth, verticalMarginExtent, verticalOffsetcleanup, getClear, getContext, getDecoration, getDisplayType, getElement, getFloat, getFontSize, getHeightObj, getLang, getMaxHeightObj, getMaxWidthObj, getMinHeightObj, getMinWidthObj, getParent, getTitle, getWidthObj, isAutoWidth, isBoxSized, isFloating, isTable, isTaggedOutput, isTBRL, setParent, updateHeightsequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetHeight, getOuterHeight, getX, isRTLpublic TextareaRenderer(Element element)
public int getScrollbarWidth()
getScrollbarWidth in class BoxRendererpublic int getOuterMinWidth(float base)
                     throws ForcedTerminationException
getOuterMinWidth in class BlockRendererForcedTerminationExceptionpublic int getMinWidth(float base)
                throws ForcedTerminationException
getMinWidth in class BlockRendererForcedTerminationExceptionpublic RStatus layout(Renderer.ReflowPhase phase) throws IOException
layout in class BlockRendererIOExceptionpublic RStatus render() throws IOException
render in class BlockRendererIOExceptionpublic int getBaseline(Context context)
getBaseline in interface InlineItemgetBaseline in class BlockRendererpublic float getWidth()
getWidth in interface InlineItemgetWidth in class BlockRendererpublic float getOuterWidth()
getOuterWidth in interface InlineItemgetOuterWidth in class BoxRendererpublic StringBuilder dump(int mode, int indent)
dump in interface InlineItemdump in class BlockRendererpublic void setX(float x)
setX in interface InlineItemsetX in class BlockRendererpublic void assignToRow(RowRenderer row)
assignToRow in interface InlineItemassignToRow in class BlockRendererRevision 4.0.15 / 20220727-0149