public class ScrollBoxRenderNode extends AbstractColumnRenderNode<ColumnStyleRule>
childDirty, layers
currentArea, effects, element, hiddenByLayoutRule, initialLayoutOccurred, parent, preferredContentHeight, preferredContentWidth, style, targetArea, xOffset, yOffset, zIndex
Constructor and Description |
---|
ScrollBoxRenderNode(ParentRenderNode<?,?> parent,
ScrollBox row) |
Modifier and Type | Method and Description |
---|---|
protected float |
determinePreferredContentHeight(LayoutState layoutState) |
protected float |
determinePreferredContentWidth(LayoutState layoutState) |
protected ColumnStyleRule |
determineStyleRule(LayoutState layoutState) |
determineXOffset, determineYOffset, renderElement
addChild, clearChildren, getElementById, interpolate, isDirty, layout, mouseDown, mouseMoved, removeChild, setChildDirty, setDirty, setState, update
applyEffect, beginHover, contains, endHover, getHeight, getId, getParent, getPreferredContentHeight, getPreferredContentWidth, getPreferredInnerHeight, getPreferredInnerWidth, getPreferredOuterHeight, getPreferredOuterWidth, getRelativeX, getRelativeY, getRenderHeight, getRenderWidth, getRenderX, getRenderY, getState, getStyle, getWidth, getX, getXOffset, getY, getYOffset, getZIndex, isIncludedInLayout, isIncludedInRender, mouseUp, render, setRelativeX, setRelativeY, toString
public ScrollBoxRenderNode(ParentRenderNode<?,?> parent, ScrollBox row)
protected float determinePreferredContentWidth(LayoutState layoutState)
determinePreferredContentWidth
in class AbstractColumnRenderNode<ColumnStyleRule>
protected float determinePreferredContentHeight(LayoutState layoutState)
determinePreferredContentHeight
in class AbstractColumnRenderNode<ColumnStyleRule>
protected ColumnStyleRule determineStyleRule(LayoutState layoutState)
determineStyleRule
in class RenderNode<Column,ColumnStyleRule>