ListItemViewController class

Inheritance

Constructors

ListItemViewController()

Properties

extendRegisteredMethodProp Map<String, ControllerMethodProp>
no setterinherited
groupExtraMethodProp Map<String, ControllerMethodProp>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
name String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyProps(RenderContext<LoadInstanceContext> context, ListItemRenderNode node) → void
inherited
createRenderNode(int id, VoltronMap? props, String name, RenderTree tree, ControllerManager controllerManager, bool lazy) ListItemRenderNode
override
createRenderViewModel(ListItemRenderNode node, RenderContext<LoadInstanceContext> context) ListItemViewModel
override
createVirtualNode(int id, int pid, int index, String className, VoltronMap props) VirtualNode?
inherited
createWidget(BuildContext context, ListItemViewModel viewModel) Widget
override
dispatchFunction(ListItemViewModel viewModel, String functionName, VoltronArray array, {Promise? promise}) → void
inherited
generateProvider() ControllerMethodPropProvider
inherited
getBoundingClientRect(RenderViewModel viewModel, VoltronArray array, Promise? promise) → void
inherited
handleExtraEvent(ListItemViewModel renderViewModel, EventHolder eventHolder) → void
inherited
measureInWindow(RenderViewModel viewModel, VoltronArray array, Promise? promise) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAfterUpdateProps(RenderContext<LoadInstanceContext> context, ListItemRenderNode renderNode) → void
inherited
onBatchComplete(ListItemRenderNode node) → void
inherited
onManageChildComplete(ListItemRenderNode node) → void
inherited
onViewDestroy(RenderViewModel child) → void
inherited
requestFocus(ListItemViewModel viewModel, bool request) → void
inherited
setAccessibilityLabel(ListItemViewModel viewModel, String? accessibilityLabel) → void
inherited
setBackgroundColor(ListItemViewModel viewModel, Object? backgroundColor) → void
inherited
setBackgroundImage(ListItemViewModel viewModel, Object? data) → void
inherited
setBackgroundImagePositionX(ListItemViewModel viewModel, String positionX) → void
inherited
setBackgroundImagePositionY(ListItemViewModel viewModel, String positionY) → void
inherited
setBackgroundImageRepeat(ListItemViewModel viewModel, String value) → void
inherited
setBackgroundImageSize(ListItemViewModel viewModel, String resizeModeValue) → void
inherited
setBorderBottomColor(ListItemViewModel viewModel, int color) → void
inherited
setBorderColor(ListItemViewModel viewModel, int color) → void
inherited
setBorderLeftColor(ListItemViewModel viewModel, int color) → void
inherited
setBorderRadius(ListItemViewModel viewModel, double borderRadius) → void
inherited
setBorderRightColor(ListItemViewModel viewModel, int color) → void
inherited
setBorderStyle(ListItemViewModel viewModel, String borderStyle) → void
inherited
setBorderTopColor(ListItemViewModel viewModel, int color) → void
inherited
setBorderWidth(ListItemViewModel viewModel, double borderWidth) → void
inherited
setBottomBorderWidth(ListItemViewModel viewModel, double width) → void
inherited
setBottomLeftBorderRadius(ListItemViewModel viewModel, double bottomLeftBorderRadius) → void
inherited
setBottomRightBorderRadius(ListItemViewModel viewModel, double bottomRightBorderRadius) → void
inherited
setBoxShadow(ListItemViewModel viewModel, VoltronArray? data) → void
inherited
setCustomProp(RenderNode node, String propName, Object prop) → void
inherited
setDisplay(ListItemViewModel viewModel, String display) → void
inherited
setFocusable(ListItemViewModel viewModel, bool focusable) → void
inherited
setInterceptPullUp(GroupViewModel viewModel, bool flag) → void
inherited
setInterceptTouch(GroupViewModel viewModel, bool flag) → void
inherited
setLeftBorderWidth(ListItemViewModel viewModel, double width) → void
inherited
setLinearGradient(ListItemViewModel viewModel, VoltronMap? value) → void
inherited
setNextFocusDownId(ListItemViewModel viewModel, int id) → void
inherited
setNextFocusLeftId(ListItemViewModel viewModel, int id) → void
inherited
setNextFocusRightId(ListItemViewModel viewModel, int id) → void
inherited
setNextFocusUpId(ListItemViewModel viewModel, int id) → void
inherited
setOpacity(ListItemViewModel viewModel, double opacity) → void
inherited
setOverflow(ListItemViewModel viewModel, String overflow) → void
inherited
setRightBorderWidth(ListItemViewModel viewModel, double width) → void
inherited
setShadowColor(ListItemViewModel viewModel, int v) → void
inherited
setShadowOffset(ListItemViewModel viewModel, VoltronMap? shadowOffset) → void
inherited
setShadowOffsetX(ListItemViewModel viewModel, double v) → void
inherited
setShadowOffsetY(ListItemViewModel viewModel, double v) → void
inherited
setShadowOpacity(ListItemViewModel viewModel, double v) → void
inherited
setShadowRadius(ListItemViewModel viewModel, double v) → void
inherited
setShadowSpread(ListItemViewModel viewModel, double v) → void
inherited
setTopBorderWidth(ListItemViewModel viewModel, double width) → void
inherited
setTopLeftBorderRadius(ListItemViewModel viewModel, double topLeftBorderRadius) → void
inherited
setTopRightBorderRadius(ListItemViewModel viewModel, double topRightBorderRadius) → void
inherited
setTransform(ListItemViewModel viewModel, VoltronArray? transformArray) → void
inherited
setTransformOrigin(ListItemViewModel viewModel, VoltronMap? transformOriginMap) → void
inherited
setZIndex(ListItemViewModel viewModel, int zIndex) → void
zIndex
inherited
toString() String
A string representation of this object.
inherited
updateEvents(ListItemViewModel renderViewModel, Set<EventHolder> holders) → void
override
updateExtra(ListItemViewModel renderViewModel, Object updateExtra) → void
inherited
updateLayout(RenderContext<LoadInstanceContext> context, ListItemRenderNode node) → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited