Class CheckBoxPeerBase<N extends CheckBox,NB extends CheckBoxPeerBase<N,NB,NM>,NM extends CheckBoxPeerMixin<N,NB,NM>>
java.lang.Object
dev.webfx.kit.mapper.peers.javafxgraphics.base.NodePeerBase<N,NB,NM>
dev.webfx.kit.mapper.peers.javafxgraphics.base.RegionPeerBase<N,NB,NM>
dev.webfx.kit.mapper.peers.javafxcontrols.base.ControlPeerBase<N,NB,NM>
dev.webfx.kit.mapper.peers.javafxcontrols.base.LabeledPeerBase<N,NB,NM>
dev.webfx.kit.mapper.peers.javafxcontrols.base.ButtonBasePeerBase<N,NB,NM>
dev.webfx.kit.mapper.peers.javafxcontrols.base.CheckBoxPeerBase<N,NB,NM>
- All Implemented Interfaces:
NodePeer<N>
public class CheckBoxPeerBase<N extends CheckBox,NB extends CheckBoxPeerBase<N,NB,NM>,NM extends CheckBoxPeerMixin<N,NB,NM>>
extends ButtonBasePeerBase<N,NB,NM>
- Author:
- Bruno Salmon
-
Field Summary
Fields inherited from class dev.webfx.kit.mapper.peers.javafxgraphics.base.NodePeerBase
mixin, node -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(N checkBox, SceneRequester sceneRequester) booleanupdateProperty(ObservableValue changedProperty) Methods inherited from class dev.webfx.kit.mapper.peers.javafxgraphics.base.NodePeerBase
getNode, requestFocus, requestUpdateOnListChange, requestUpdateOnPropertiesChange, setMixin, setNode, unbind, updateList, updateList2, updateList2, updatePropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.NodePeer
isTreeVisible, snapshot
-
Constructor Details
-
CheckBoxPeerBase
public CheckBoxPeerBase()
-
-
Method Details
-
bind
-
updateProperty
- Specified by:
updatePropertyin interfaceNodePeer<N extends CheckBox>- Overrides:
updatePropertyin classLabeledPeerBase<N extends CheckBox,NB extends CheckBoxPeerBase<N, NB, NM>, NM extends CheckBoxPeerMixin<N, NB, NM>>
-