Interface ChoiceBoxPeerMixin<T,N extends ChoiceBox<T>,NB extends ChoiceBoxPeerBase<T,N,NB,NM>,NM extends ChoiceBoxPeerMixin<T,N,NB,NM>>
- All Superinterfaces:
ControlPeerMixin<N,
,NB, NM> NodePeer<N>
,NodePeerMixin<N,
,NB, NM> RegionPeerMixin<N,
NB, NM>
- All Known Implementing Classes:
HtmlChoiceBoxPeer
public interface ChoiceBoxPeerMixin<T,N extends ChoiceBox<T>,NB extends ChoiceBoxPeerBase<T,N,NB,NM>,NM extends ChoiceBoxPeerMixin<T,N,NB,NM>>
extends ControlPeerMixin<N,NB,NM>
- Author:
- Bruno Salmon
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateItems
(List<T> items, ListChangeListener.Change<T> change) Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.base.NodePeerMixin
bind, getNode, getNodePeerBase, isTreeVisible, requestFocus, snapshot, unbind, updateAllNodeTransforms, updateBlendMode, updateClip, updateCursor, updateDisabled, updateEffect, updateId, updateLayoutX, updateLayoutY, updateList, updateMouseTransparent, updateOnDragDetected, updateOnDragDone, updateOnDragDropped, updateOnDragEntered, updateOnDragExited, updateOnDragOver, updateOpacity, updateProperty, updateRotate, updateScaleX, updateScaleY, updateStyleClass, updateTransforms, updateTranslateX, updateTranslateY, updateVisible
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.base.RegionPeerMixin
updateBackground, updateBorder, updateHeight, updatePadding, updateWidth
-
Method Details
-
updateItems
-